mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
fetchnextcloudapp: name -> pname
this way name and the storepath contain the version, which can be useful sometimes
This commit is contained in:
parent
5588625706
commit
0ce971e5d2
@ -6,7 +6,7 @@
|
||||
, patches ? [ ]
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "nc-app-${name}";
|
||||
pname = "nc-app-${name}";
|
||||
inherit version patches;
|
||||
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user