From e61b18babdd6167f85fd8da57b4c9e4c70d19d41 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 11 Feb 2022 17:53:10 +0100 Subject: [PATCH] Partial revert of 12f343da4c2 --- pkgs/development/ocaml-modules/pprint/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/pprint/default.nix b/pkgs/development/ocaml-modules/pprint/default.nix index 8e5a8109d652..0cdde114709c 100644 --- a/pkgs/development/ocaml-modules/pprint/default.nix +++ b/pkgs/development/ocaml-modules/pprint/default.nix @@ -13,8 +13,8 @@ let param = }; in stdenv.mkDerivation { - inherit (param) version; - pname = "ocaml${ocaml.version}-pprint"; + + name = "ocaml${ocaml.version}-pprint-${param.version}"; src = fetchurl { url = "http://gallium.inria.fr/~fpottier/pprint/pprint-${param.version}.tar.gz";