about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/macdylibbundler/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/macdylibbundler/default.nix')
-rw-r--r--pkgs/development/tools/misc/macdylibbundler/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/macdylibbundler/default.nix b/pkgs/development/tools/misc/macdylibbundler/default.nix
index ebe62452440ec..ce62634e7d7a8 100644
--- a/pkgs/development/tools/misc/macdylibbundler/default.nix
+++ b/pkgs/development/tools/misc/macdylibbundler/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub }:
 
 stdenv.mkDerivation rec {
-  name = "macdylibbundler-${version}";
+  pname = "macdylibbundler";
   version = "20180825";
 
   src = fetchFromGitHub {