fetchnextcloudapp: name -> pname
this way name and the storepath contain the version, which can be useful sometimes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
, patches ? [ ]
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "nc-app-${name}";
|
||||
pname = "nc-app-${name}";
|
||||
inherit version patches;
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user