click: fix error

forgot stdenv.
This commit is contained in:
Matthew Justin Bauer 2018-06-19 13:01:04 -04:00 committed by GitHub
parent c764718966
commit d2c633f55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
});