summary refs log tree commit diff
path: root/pkgs/development/libraries/libffcall/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libffcall/default.nix')
-rw-r--r--pkgs/development/libraries/libffcall/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libffcall/default.nix b/pkgs/development/libraries/libffcall/default.nix
index 513a4dc3d38..8d11cd86c45 100644
--- a/pkgs/development/libraries/libffcall/default.nix
+++ b/pkgs/development/libraries/libffcall/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "libffcall-${version}";
+  pname = "libffcall";
   version = "2.1";
 
   src = fetchurl {