treewide: for substituteAll: s/version/version_/

This is because it gets passed to mkDerivation through some route, this ensures
that doesn't mess with anything
This commit is contained in:
Patrick Hilhorst
2018-11-06 00:17:04 +01:00
parent d2e6608aa5
commit 1e99582eaf
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ let
};
hplipState = substituteAll {
inherit version;
version_ = version;
src = ./hplip.state;
};
+1 -1
View File
@@ -25,7 +25,7 @@ let
};
hplipState = substituteAll {
inherit version;
version_ = version;
src = ./hplip.state;
};
+1 -1
View File
@@ -1,4 +1,4 @@
[plugin]
installed=1
eula=1
version=@version@
version=@version_@