about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthew O'Gorman <mog@rldn.net>2018-02-21 04:29:38 -0500
committerMatthew O'Gorman <mog@rldn.net>2018-02-21 04:31:33 -0500
commit113fa5e6ab411b749a75ea4ac55c087cf1066c40 (patch)
tree7860c1a4e2457f5c5f41fbd90c8c1247978985ab /pkgs/applications
parenta78a1d61b56405aeaf04c173e4e3eebbc7cc52b8 (diff)
downloadnixlib-113fa5e6ab411b749a75ea4ac55c087cf1066c40.tar
nixlib-113fa5e6ab411b749a75ea4ac55c087cf1066c40.tar.gz
nixlib-113fa5e6ab411b749a75ea4ac55c087cf1066c40.tar.bz2
nixlib-113fa5e6ab411b749a75ea4ac55c087cf1066c40.tar.lz
nixlib-113fa5e6ab411b749a75ea4ac55c087cf1066c40.tar.xz
nixlib-113fa5e6ab411b749a75ea4ac55c087cf1066c40.tar.zst
nixlib-113fa5e6ab411b749a75ea4ac55c087cf1066c40.zip
found spelling errors for propagatedBuildInputs via my own mispelled grep query
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/calcurse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/calcurse/default.nix b/pkgs/applications/misc/calcurse/default.nix
index d4b07cb91dcd..8800ebd83ca0 100644
--- a/pkgs/applications/misc/calcurse/default.nix
+++ b/pkgs/applications/misc/calcurse/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   pythonEnv = python3Packages.python.buildEnv.override {
     extraLibs = [ python3Packages.httplib2 ];
   };
-  propogatedBuildInputs = [ pythonEnv ];
+  propagatedBuildInputs = [ pythonEnv ];
 
   postInstall = ''
     substituteInPlace $out/bin/calcurse-caldav --replace /usr/bin/python3 ${pythonEnv}/bin/python3