mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Revert "treewide: for substituteAll: s/version/version_/"
This reverts commit 1e99582eaf
.
This commit is contained in:
parent
d64f288154
commit
a9b7fa7634
@ -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}";
|
||||
})
|
||||
];
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
return l.replace('libboost', 'boost')
|
||||
|
||||
-libboost = get_libboost_name()
|
||||
+libboost = 'boost_python@version_@'
|
||||
+libboost = 'boost_python@version@'
|
||||
|
||||
setup(
|
||||
name='py3exiv2',
|
||||
|
@ -23,7 +23,7 @@ let
|
||||
};
|
||||
|
||||
hplipState = substituteAll {
|
||||
version_ = version;
|
||||
inherit version;
|
||||
src = ./hplip.state;
|
||||
};
|
||||
|
||||
|
@ -25,7 +25,7 @@ let
|
||||
};
|
||||
|
||||
hplipState = substituteAll {
|
||||
version_ = version;
|
||||
inherit version;
|
||||
src = ./hplip.state;
|
||||
};
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
installed=1
|
||||
eula=1
|
||||
version=@version_@
|
||||
version=@version@
|
||||
|
Loading…
Reference in New Issue
Block a user