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
@@ -2,14 +2,12 @@
stdenv.mkDerivation rec {
version = "0.9.6";
name = "uuidm-${version}";
name = "uuidm-${version}";
src = fetchurl {
url = "http://erratique.ch/software/uuidm/releases/uuidm-${version}.tbz";
sha256 = "0hz4fdx0x16k0pw9995vkz5d1hmzz6b16wck9li399rcbfnv5jlc";
};
unpackCmd = "tar -xf $curSrc";
buildInputs = [ ocaml findlib ocamlbuild topkg cmdliner ];
inherit (topkg) buildPhase installPhase;