found spelling errors for propagatedBuildInputs via my own mispelled grep query

This commit is contained in:
Matthew O'Gorman
2018-02-21 04:31:33 -05:00
parent a78a1d61b5
commit 113fa5e6ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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