mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
ocaml/ounit: deprecate phases
This commit is contained in:
parent
565234fdb9
commit
22626353b4
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ findlib ];
|
||||
propagatedBuildInputs = [ ounit2 ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
||||
dontBuild = true;
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user