forked from mirrors/nixpkgs
xflux-gui: propogatedBuildInputs -> propagatedBuildInputs
This commit is contained in:
parent
2f00cea5df
commit
79312dc614
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||
# remove messing with shipped binary
|
||||
patches = [ ./setup.patch ];
|
||||
|
||||
# not sure if these need to be propogated or not?
|
||||
# not sure if these need to be propagated or not?
|
||||
propagatedBuildInputs = [
|
||||
pexpect
|
||||
pyGtkGlade
|
||||
|
|
Loading…
Reference in a new issue