lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #188479 from marius851000/skytemple_deps_fix

pythonPackages.gbulb, pythonPackages.pygtkspellcheck: fix SkyTemple’s dependencies

authored by

superherointj and committed by
GitHub
2818455f 11ea0525

+3 -3
+1 -1
pkgs/development/python-modules/gbulb/default.nix
··· 21 21 22 22 propagatedBuildInputs = [ 23 23 pygobject3 24 + gtk3 24 25 ]; 25 26 26 27 checkInputs = [ 27 28 pytestCheckHook 28 - gtk3 29 29 gobject-introspection 30 30 ]; 31 31
+2 -2
pkgs/development/python-modules/pygtkspellcheck/default.nix
··· 9 9 sha256 = "sha256-kfhoOLnKbA9jH4DUtQw0nATjK21pMNxyAOzYDLQkR4U="; 10 10 }; 11 11 12 - nativeBuildInputs = [ gobject-introspection gtk3 ]; 13 - propagatedBuildInputs = [ pyenchant pygobject3 ]; 12 + nativeBuildInputs = [ gobject-introspection ]; 13 + propagatedBuildInputs = [ pyenchant pygobject3 gtk3 ]; 14 14 15 15 doCheck = false; # there are no tests 16 16 pythonImportsCheck = [ "gtkspellcheck" ];