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