summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/camlp4
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/ocaml/camlp4')
-rw-r--r--pkgs/development/tools/ocaml/camlp4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/camlp4/default.nix b/pkgs/development/tools/ocaml/camlp4/default.nix
index a83959fba39..4a4203a2f59 100644
--- a/pkgs/development/tools/ocaml/camlp4/default.nix
+++ b/pkgs/development/tools/ocaml/camlp4/default.nix
@@ -26,7 +26,7 @@ let param = {
 in
 
 stdenv.mkDerivation rec {
-  name = "camlp4-${version}";
+  pname = "camlp4";
   inherit (param) version;
 
   src = fetchzip {