Merge pull request #182940 from helsinki-systems/feat/fetchncapp-pname

This commit is contained in:
ajs124 2022-07-28 12:47:23 +02:00 committed by GitHub
commit 349612483d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
, patches ? [ ]
}:
stdenv.mkDerivation {
name = "nc-app-${name}";
pname = "nc-app-${name}";
inherit version patches;
src = fetchurl {