ocamlPackages.*: remove unnecessary unpackCmd
This commit is contained in:
committed by
Vincent Laporte
parent
3ec657ab0c
commit
208aedb971
@@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "06wvd57c8khpq0c2hvm15zng269zvabsw1lcaqphqdcckl67nsxr";
|
||||
};
|
||||
|
||||
unpackCmd = "tar -xjf $curSrc";
|
||||
|
||||
buildInputs = [ ocaml findlib ocamlbuild topkg ];
|
||||
|
||||
propagatedBuildInputs = [ faraday ];
|
||||
@@ -31,4 +29,3 @@ stdenv.mkDerivation rec {
|
||||
inherit (ocaml.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user