fetchnextcloudapp: name -> pname

this way name and the storepath contain the version, which can be useful
sometimes
This commit is contained in:
ajs124 2022-07-26 10:58:02 +02:00
parent 5588625706
commit 0ce971e5d2

View File

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