summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/wtf8
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/wtf8
parent3ec657ab0c4bc271e685f9be025b2c17df83ba22 (diff)
ocamlPackages.*: remove unnecessary unpackCmd
Diffstat (limited to 'pkgs/development/ocaml-modules/wtf8')
-rw-r--r--pkgs/development/ocaml-modules/wtf8/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/wtf8/default.nix b/pkgs/development/ocaml-modules/wtf8/default.nix
index 1c105fbc02599..7f3686abb51ad 100644
--- a/pkgs/development/ocaml-modules/wtf8/default.nix
+++ b/pkgs/development/ocaml-modules/wtf8/default.nix
@@ -11,8 +11,6 @@ buildDunePackage rec {
     sha256 = "1msg3vycd3k8qqj61sc23qks541cxpb97vrnrvrhjnqxsqnh6ygq";
   };
 
-  unpackCmd = "tar xjf $src";
-
   meta = with stdenv.lib; {
     homepage = https://github.com/flowtype/ocaml-wtf8;
     description = "WTF-8 is a superset of UTF-8 that allows unpaired surrogates.";