about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uchar
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-11-11 18:04:27 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2018-11-12 17:25:18 +0000
commit208aedb9715f7c682d1617449298d73f3077222d (patch)
treee93607054814f933386e843b5c7b27cb0fd09f07 /pkgs/development/ocaml-modules/uchar
parent3ec657ab0c4bc271e685f9be025b2c17df83ba22 (diff)
downloadnixlib-208aedb9715f7c682d1617449298d73f3077222d.tar
nixlib-208aedb9715f7c682d1617449298d73f3077222d.tar.gz
nixlib-208aedb9715f7c682d1617449298d73f3077222d.tar.bz2
nixlib-208aedb9715f7c682d1617449298d73f3077222d.tar.lz
nixlib-208aedb9715f7c682d1617449298d73f3077222d.tar.xz
nixlib-208aedb9715f7c682d1617449298d73f3077222d.tar.zst
nixlib-208aedb9715f7c682d1617449298d73f3077222d.zip
ocamlPackages.*: remove unnecessary unpackCmd
Diffstat (limited to 'pkgs/development/ocaml-modules/uchar')
-rw-r--r--pkgs/development/ocaml-modules/uchar/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/uchar/default.nix b/pkgs/development/ocaml-modules/uchar/default.nix
index 8fddf883da5d..c943d3ce35a8 100644
--- a/pkgs/development/ocaml-modules/uchar/default.nix
+++ b/pkgs/development/ocaml-modules/uchar/default.nix
@@ -8,7 +8,6 @@ stdenv.mkDerivation {
     sha256 = "1w2saw7zanf9m9ffvz2lvcxvlm118pws2x1wym526xmydhqpyfa7";
   };
 
-  unpackCmd = "tar xjf $src";
   buildInputs = [ ocaml ocamlbuild findlib opaline ];
   buildPhase = "ocaml pkg/build.ml native=true native-dynlink=true";
   installPhase = "opaline -libdir $OCAMLFIND_DESTDIR";