Revert "treewide: for substituteAll: s/version/version_/"

This reverts commit 1e99582eaf.
This commit is contained in:
Matthew Bauer
2018-11-28 12:30:24 -06:00
parent d64f288154
commit a9b7fa7634
5 changed files with 7 additions and 7 deletions

View File

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