ocamlPackages.*: remove unnecessary unpackCmd
This commit is contained in:
committed by
Vincent Laporte
parent
3ec657ab0c
commit
208aedb971
@@ -8,8 +8,6 @@ stdenv.mkDerivation {
|
||||
sha256 = "08b1ljw88ny3l0mdq6xmffjk8anfc77igryva5jz1p6f4f746ywk";
|
||||
};
|
||||
|
||||
unpackCmd = "tar xjf $src";
|
||||
|
||||
buildInputs = [ ocaml findlib ocamlbuild topkg ];
|
||||
|
||||
inherit (topkg) buildPhase installPhase;
|
||||
|
||||
Reference in New Issue
Block a user