click: fix error
forgot stdenv.
This commit is contained in:
parent
c764718966
commit
d2c633f55d
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
sha256 = "02qkfpykbq35id8glfgwc38yc430427yd05z1wc5cnld8zgicmgi";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional (lib.versionAtLeast version "6.7") (substituteAll {
|
||||
patches = stdenv.lib.optional (stdenv.lib.versionAtLeast version "6.7") (substituteAll {
|
||||
src = ./fix-paths.patch;
|
||||
locale = "${locale}/bin/locale";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user