treewide: remove redundant quotes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
let
|
||||
version = "2.5.2";
|
||||
|
||||
version_short = stdenv.lib.replaceChars [ "." ] [ "" ] "${version}";
|
||||
version_short = stdenv.lib.replaceChars [ "." ] [ "" ] version;
|
||||
in stdenv.mkDerivation {
|
||||
pname = "nexuiz";
|
||||
inherit version;
|
||||
|
||||
Reference in New Issue
Block a user