ocamlPackages.*: remove unnecessary unpackCmd

This commit is contained in:
Théo Zimmermann
2018-11-11 18:04:27 +01:00
committed by Vincent Laporte
parent 3ec657ab0c
commit 208aedb971
48 changed files with 7 additions and 94 deletions

View File

@@ -9,8 +9,6 @@ buildDunePackage rec {
sha256 = "1x4jxsvd1lrfibnjdjrkfl7hqsc48rljnwbap6faanj9qhwwa6v2";
};
unpackCmd = "tar -xjf $curSrc";
propagatedBuildInputs = [ sexplib ocplib-endian ];
meta = {

View File

@@ -2,7 +2,7 @@
buildDunePackage {
pname = "cstruct-lwt";
inherit (cstruct) version src unpackCmd meta;
inherit (cstruct) version src meta;
minimumOCamlVersion = "4.02";

View File

@@ -2,7 +2,7 @@
buildDunePackage {
pname = "ppx_cstruct";
inherit (cstruct) version src unpackCmd meta;
inherit (cstruct) version src meta;
minimumOCamlVersion = "4.02";

View File

@@ -2,7 +2,7 @@
buildDunePackage {
pname = "cstruct-unix";
inherit (cstruct) version src unpackCmd meta;
inherit (cstruct) version src meta;
minimumOCamlVersion = "4.02";