Revert "treewide: for substituteAll: s/version/version_/"
This reverts commit 1e99582eaf.
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
patches = [
|
||||
(substituteAll {
|
||||
src = ./setup.patch;
|
||||
version_ = "3${stdenv.lib.versions.minor python.version}";
|
||||
version = "3${stdenv.lib.versions.minor python.version}";
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user