Revert "Revert "Fix mkTf2Config derivation names ending with a dash -""
This reverts commit 98673e8d34.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, lib }:
|
||||
|
||||
{ pname
|
||||
, version ? ""
|
||||
, version ? null
|
||||
, custom ? []
|
||||
, cfg ? []
|
||||
, maps ? []
|
||||
@@ -47,6 +47,7 @@ let
|
||||
"env"
|
||||
];
|
||||
in stdenv.mkDerivation ({
|
||||
inherit name;
|
||||
inherit pname version;
|
||||
# Adapted from stdenv's _defaultUnpack().
|
||||
unpackCmd = ''
|
||||
|
||||
Reference in New Issue
Block a user