about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/labltk
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-02-06 23:35:27 +0100
committerFelix Buehler <account@buehler.rocks>2022-02-06 23:56:36 +0100
commit12f343da4c24a3d7ca22e4f2e55fbd50d79d0662 (patch)
tree8c6d605d1922ff2010f0d9dd254556d521ab6ac3 /pkgs/development/ocaml-modules/labltk
parent5e4ac423de2a69c04e3fe16551dea4c3d6bb4343 (diff)
treewide: rename name to pname&version
Diffstat (limited to 'pkgs/development/ocaml-modules/labltk')
-rw-r--r--pkgs/development/ocaml-modules/labltk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/labltk/default.nix b/pkgs/development/ocaml-modules/labltk/default.nix
index bef06975ac553..971668ce0e11e 100644
--- a/pkgs/development/ocaml-modules/labltk/default.nix
+++ b/pkgs/development/ocaml-modules/labltk/default.nix
@@ -49,7 +49,7 @@ in
 
 stdenv.mkDerivation rec {
   inherit (param) version src;
-  name = "ocaml${ocaml.version}-labltk-${version}";
+  pname = "ocaml${ocaml.version}-labltk";
 
   buildInputs = [ ocaml findlib tcl tk makeWrapper ];