Merge pull request #182940 from helsinki-systems/feat/fetchncapp-pname
This commit is contained in:
commit
349612483d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
, patches ? [ ]
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "nc-app-${name}";
|
||||
pname = "nc-app-${name}";
|
||||
inherit version patches;
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue