mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
found spelling errors for propagatedBuildInputs via my own mispelled grep query
This commit is contained in:
parent
a78a1d61b5
commit
113fa5e6ab
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
pythonEnv = python3Packages.python.buildEnv.override {
|
pythonEnv = python3Packages.python.buildEnv.override {
|
||||||
extraLibs = [ python3Packages.httplib2 ];
|
extraLibs = [ python3Packages.httplib2 ];
|
||||||
};
|
};
|
||||||
propogatedBuildInputs = [ pythonEnv ];
|
propagatedBuildInputs = [ pythonEnv ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/bin/calcurse-caldav --replace /usr/bin/python3 ${pythonEnv}/bin/python3
|
substituteInPlace $out/bin/calcurse-caldav --replace /usr/bin/python3 ${pythonEnv}/bin/python3
|
||||||
|
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1imzbrradkfn8s2m1qcimyn74dn1mz2p3j381jljn166rf2i6hlc";
|
sha256 = "1imzbrradkfn8s2m1qcimyn74dn1mz2p3j381jljn166rf2i6hlc";
|
||||||
};
|
};
|
||||||
|
|
||||||
propogatedBuildInputs = [ future ];
|
propagatedBuildInputs = [ future ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Backport of Python 3 csv module";
|
description = "Backport of Python 3 csv module";
|
||||||
|
Loading…
Reference in New Issue
Block a user