about summary refs log tree commit diff
path: root/pkgs/tools/misc/xflux
diff options
context:
space:
mode:
authorJ Phani Mahesh <phanimahesh@gmail.com>2016-07-14 15:53:09 +0530
committerJ Phani Mahesh <phanimahesh@gmail.com>2016-07-14 15:53:09 +0530
commit79312dc614f111cb96de93ca20099eb871132ae9 (patch)
tree00cbd5f790fe198ace546b6ee6c2c05b3b7af962 /pkgs/tools/misc/xflux
parent2f00cea5df533ecde2b403f746161525bf0c3387 (diff)
xflux-gui: propogatedBuildInputs -> propagatedBuildInputs
Diffstat (limited to 'pkgs/tools/misc/xflux')
-rw-r--r--pkgs/tools/misc/xflux/gui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/xflux/gui.nix b/pkgs/tools/misc/xflux/gui.nix
index b78eb910f938c..0cf30942e739b 100644
--- a/pkgs/tools/misc/xflux/gui.nix
+++ b/pkgs/tools/misc/xflux/gui.nix
@@ -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