tree-wide: spelling error s/propogatedBuildInputs/propagatedBuildInputs/

This commit is contained in:
Jörg Thalheim 2018-02-21 09:40:17 +00:00 committed by GitHub
commit 8254f2ead1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

View File

@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "1imzbrradkfn8s2m1qcimyn74dn1mz2p3j381jljn166rf2i6hlc";
};
propogatedBuildInputs = [ future ];
propagatedBuildInputs = [ future ];
meta = with stdenv.lib; {
description = "Backport of Python 3 csv module";