about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2022-07-28 12:47:23 +0200
committerGitHub <noreply@github.com>2022-07-28 12:47:23 +0200
commit349612483d24cd160646f8e3449381a15cdc21d2 (patch)
treed5a7f1162cccd81f71bbd08aec79f2ae96c7c240 /pkgs/build-support
parent826de2e2cc5c3a7de19efae8288b8cf87b92479d (diff)
parent0ce971e5d24c82fe2c95395ee9b1ae5bc14dbb5f (diff)
Merge pull request #182940 from helsinki-systems/feat/fetchncapp-pname
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/fetchnextcloudapp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchnextcloudapp/default.nix b/pkgs/build-support/fetchnextcloudapp/default.nix
index 094228ad3aabc..1997c80c8a153 100644
--- a/pkgs/build-support/fetchnextcloudapp/default.nix
+++ b/pkgs/build-support/fetchnextcloudapp/default.nix
@@ -6,7 +6,7 @@
 , patches ? [ ]
 }:
 stdenv.mkDerivation {
-  name = "nc-app-${name}";
+  pname = "nc-app-${name}";
   inherit version patches;
 
   src = fetchurl {