Merge pull request #384 from naturallaw777/arena/019fd28e-sovran-systemsos
iso: fix replaceStrings length mismatch breaking ISO build
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ let
|
|||||||
else "dev";
|
else "dev";
|
||||||
|
|
||||||
# Clean version (remove 'v' prefix and newlines)
|
# Clean version (remove 'v' prefix and newlines)
|
||||||
cleanVersion = builtins.replaceStrings ["v" "\n" "\r"] [""] versionFile;
|
cleanVersion = builtins.replaceStrings ["v" "\n" "\r"] ["" "" ""] versionFile;
|
||||||
|
|
||||||
pythonEnv = pkgs.python3.withPackages (ps: [ ps.pygobject3 ps.pycairo ]);
|
pythonEnv = pkgs.python3.withPackages (ps: [ ps.pygobject3 ps.pycairo ]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user