mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
buildPerlModule: Call "./Build build"
Some modules require this.
This commit is contained in:
parent
8fe0f0007b
commit
de1c72f686
@ -18,7 +18,7 @@ rec {
|
||||
buildPerlPackage (args // {
|
||||
buildInputs = buildInputs ++ [ ModuleBuild ];
|
||||
preConfigure = "touch Makefile.PL";
|
||||
buildPhase = "perl Build.PL --prefix=$out";
|
||||
buildPhase = "perl Build.PL --prefix=$out; ./Build build";
|
||||
installPhase = "./Build install";
|
||||
checkPhase = "./Build test";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user