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

View file

@ -3,9 +3,9 @@
@@ -39,7 +39,7 @@
if '3' in l[2:]:
return l.replace('libboost', 'boost')
-libboost = get_libboost_name()
+libboost = 'boost_python@version_@'
+libboost = 'boost_python@version@'
setup(
name='py3exiv2',

View file

@ -23,7 +23,7 @@ let
};
hplipState = substituteAll {
version_ = version;
inherit version;
src = ./hplip.state;
};

View file

@ -25,7 +25,7 @@ let
};
hplipState = substituteAll {
version_ = version;
inherit version;
src = ./hplip.state;
};

View file

@ -1,4 +1,4 @@
[plugin]
installed=1
eula=1
version=@version_@
version=@version@