treewide: add more versions to package names

This commit is contained in:
Matthew Bauer
2018-05-25 15:48:30 -05:00
parent d886a1e630
commit 73b11060fc
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ let
};
in stdenv.mkDerivation {
inherit name;
name = "${name}-${stdenv.lib.getVersion yquake2}";
nativeBuildInputs = [ makeWrapper ];