Merge pull request #156500 from Stunkymonkey/ocamlbuild-pname-version
ocamlPackages.ocamlbuild: rename name to pname&version
This commit is contained in:
commit
1ad781df88
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue