ocamlPackages.*: remove unnecessary unpackCmd

This commit is contained in:
Théo Zimmermann
2018-11-12 17:25:18 +00:00
committed by Vincent Laporte
parent 3ec657ab0c
commit 208aedb971
48 changed files with 7 additions and 94 deletions
@@ -7,8 +7,6 @@ stdenv.mkDerivation {
sha256 = "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic";
};
unpackCmd = "tar xjf $src";
buildInputs = [ ocaml findlib ocamlbuild topkg ];
propagatedBuildInputs = [ astring ];