ocamlPackages.ocamlbuild: rename name to pname&version

This commit is contained in:
Felix Buehler 2022-01-24 13:23:22 +01:00
parent 9ea6af42ad
commit 4861b5971b

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, ocaml, findlib }:
stdenv.mkDerivation rec {
name = "ocamlbuild-${version}";
pname = "ocaml${ocaml.version}-ocamlbuild";
version = "0.14.0";
src = fetchFromGitHub {