Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ec657ab0c4b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 208aedb9715f
Choose a head ref
  • 1 commit
  • 48 files changed
  • 1 contributor

Commits on Nov 12, 2018

  1. Copy the full SHA
    208aedb View commit details
Showing with 7 additions and 94 deletions.
  1. +3 −5 doc/languages-frameworks/ocaml.xml
  2. +0 −2 pkgs/development/ocaml-modules/astring/default.nix
  3. +0 −2 pkgs/development/ocaml-modules/bos/default.nix
  4. +0 −2 pkgs/development/ocaml-modules/cmdliner/default.nix
  5. +0 −2 pkgs/development/ocaml-modules/cpuid/default.nix
  6. +0 −2 pkgs/development/ocaml-modules/cstruct/default.nix
  7. +1 −1 pkgs/development/ocaml-modules/cstruct/lwt.nix
  8. +1 −1 pkgs/development/ocaml-modules/cstruct/ppx.nix
  9. +1 −1 pkgs/development/ocaml-modules/cstruct/unix.nix
  10. +0 −2 pkgs/development/ocaml-modules/csv/default.nix
  11. +0 −2 pkgs/development/ocaml-modules/digestif/default.nix
  12. +0 −2 pkgs/development/ocaml-modules/dtoa/default.nix
  13. +0 −3 pkgs/development/ocaml-modules/farfadet/default.nix
  14. +0 −2 pkgs/development/ocaml-modules/fmt/default.nix
  15. +0 −2 pkgs/development/ocaml-modules/fpath/default.nix
  16. +0 −2 pkgs/development/ocaml-modules/functoria/default.nix
  17. +0 −2 pkgs/development/ocaml-modules/gg/default.nix
  18. +0 −2 pkgs/development/ocaml-modules/hex/default.nix
  19. +0 −2 pkgs/development/ocaml-modules/integers/default.nix
  20. +0 −2 pkgs/development/ocaml-modules/jsonm/default.nix
  21. +0 −2 pkgs/development/ocaml-modules/logs/default.nix
  22. +0 −2 pkgs/development/ocaml-modules/lru/default.nix
  23. +0 −2 pkgs/development/ocaml-modules/mtime/default.nix
  24. +0 −2 pkgs/development/ocaml-modules/nocrypto/default.nix
  25. +0 −2 pkgs/development/ocaml-modules/notty/default.nix
  26. +0 −2 pkgs/development/ocaml-modules/octavius/default.nix
  27. +0 −2 pkgs/development/ocaml-modules/otfm/default.nix
  28. +0 −2 pkgs/development/ocaml-modules/ppx_blob/default.nix
  29. +0 −2 pkgs/development/ocaml-modules/ppx_gen_rec/default.nix
  30. +0 −2 pkgs/development/ocaml-modules/psq/default.nix
  31. +0 −2 pkgs/development/ocaml-modules/ptime/default.nix
  32. +0 −1 pkgs/development/ocaml-modules/react/default.nix
  33. +0 −1 pkgs/development/ocaml-modules/rope/default.nix
  34. +0 −2 pkgs/development/ocaml-modules/rresult/default.nix
  35. +0 −1 pkgs/development/ocaml-modules/topkg/default.nix
  36. +0 −2 pkgs/development/ocaml-modules/tsdl/default.nix
  37. +0 −1 pkgs/development/ocaml-modules/uchar/default.nix
  38. +0 −2 pkgs/development/ocaml-modules/uri/default.nix
  39. +0 −2 pkgs/development/ocaml-modules/uucd/default.nix
  40. +0 −2 pkgs/development/ocaml-modules/uucp/default.nix
  41. +1 −3 pkgs/development/ocaml-modules/uuidm/default.nix
  42. +0 −2 pkgs/development/ocaml-modules/uunf/default.nix
  43. +0 −2 pkgs/development/ocaml-modules/uuseg/default.nix
  44. +0 −2 pkgs/development/ocaml-modules/uutf/default.nix
  45. +0 −2 pkgs/development/ocaml-modules/vg/default.nix
  46. +0 −2 pkgs/development/ocaml-modules/wtf8/default.nix
  47. +0 −2 pkgs/development/ocaml-modules/x509/default.nix
  48. +0 −2 pkgs/development/ocaml-modules/xmlm/default.nix
8 changes: 3 additions & 5 deletions doc/languages-frameworks/ocaml.xml
Original file line number Diff line number Diff line change
@@ -67,9 +67,9 @@ buildDunePackage rec {

<para>
Here is a second example, this time using a source archive generated with
<literal>dune-release</literal>. The <literal>unpackCmd</literal>
redefinition is necessary to be able to unpack the kind of tarball that
<literal>dune-release</literal> generates. This library does not depend
<literal>dune-release</literal>. It is a good idea to use this archive when
it is available as it will usually contain substituted variables such as a
<literal>%%VERSION%%</literal> field. This library does not depend
on any other OCaml library and no tests are run after building it.
</para>

@@ -87,8 +87,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.";
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/astring/default.nix
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "0ixjwc3plrljvj24za3l9gy0w30lsbggp8yh02lwrzw61ls4cri0";
};

unpackCmd = "tar -xf $curSrc";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

inherit (topkg) buildPhase installPhase;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/bos/default.nix
Original file line number Diff line number Diff line change
@@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
sha256 = "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg ];
propagatedBuildInputs = [ astring fmt fpath logs rresult ];

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/cmdliner/default.nix
Original file line number Diff line number Diff line change
@@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
sha256 = "18jqphjiifljlh9jg8zpl6310p3iwyaqphdkmf89acyaix0s4kj1";
};

unpackCmd = "tar xjf $src";

nativeBuildInputs = [ ocamlbuild topkg ];
buildInputs = [ ocaml findlib ];
propagatedBuildInputs = [ result ];
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/cpuid/default.nix
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ stdenv.mkDerivation {
sha256 = "08k2558a3dnxn8msgpz8c93sfn0y027ganfdi2yvql0fp1ixv97p";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg ocb-stubblr ];

inherit (topkg) buildPhase installPhase;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/cstruct/default.nix
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@ buildDunePackage rec {
sha256 = "1x4jxsvd1lrfibnjdjrkfl7hqsc48rljnwbap6faanj9qhwwa6v2";
};

unpackCmd = "tar -xjf $curSrc";

propagatedBuildInputs = [ sexplib ocplib-endian ];

meta = {
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/cstruct/lwt.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildDunePackage {
pname = "cstruct-lwt";
inherit (cstruct) version src unpackCmd meta;
inherit (cstruct) version src meta;

minimumOCamlVersion = "4.02";

2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/cstruct/ppx.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildDunePackage {
pname = "ppx_cstruct";
inherit (cstruct) version src unpackCmd meta;
inherit (cstruct) version src meta;

minimumOCamlVersion = "4.02";

2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/cstruct/unix.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildDunePackage {
pname = "cstruct-unix";
inherit (cstruct) version src unpackCmd meta;
inherit (cstruct) version src meta;

minimumOCamlVersion = "4.02";

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/csv/default.nix
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@ buildDunePackage rec {
sha256 = "0cgfb6cwhwy7ypc1i3jyfz6sdnykp75aqi6kk0g1a2d81yjwzbcg";
};

unpackCmd = "tar -xjf $src";

meta = {
description = "A pure OCaml library to read and write CSV files";
license = stdenv.lib.licenses.lgpl21;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/digestif/default.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
sha256 = "0fsyfi5ps17j3wjav5176gf6z3a5xcw9aqhcr1gml9n9ayfbkhrd";
};

unpackCmd = "tar -xjf $curSrc";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

inherit (topkg) buildPhase installPhase;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/dtoa/default.nix
Original file line number Diff line number Diff line change
@@ -11,8 +11,6 @@ buildDunePackage rec {
sha256 = "0rzysj07z2q6gk0yhjxnjnba01vmdb9x32wwna10qk3rrb8r2pnn";
};

unpackCmd = "tar xjf $src";

hardeningDisable = stdenv.lib.optional stdenv.isDarwin "strictoverflow";

meta = with stdenv.lib; {
3 changes: 0 additions & 3 deletions pkgs/development/ocaml-modules/farfadet/default.nix
Original file line number Diff line number Diff line change
@@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
sha256 = "06wvd57c8khpq0c2hvm15zng269zvabsw1lcaqphqdcckl67nsxr";
};

unpackCmd = "tar -xjf $curSrc";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

propagatedBuildInputs = [ faraday ];
@@ -31,4 +29,3 @@ stdenv.mkDerivation rec {
inherit (ocaml.meta) platforms;
};
}

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/fmt/default.nix
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ stdenv.mkDerivation {
sha256 = "1zj9azcxcn6skmb69ykgmi9z8c50yskwg03wqgh87lypgjdcz060";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg cmdliner ];
propagatedBuildInputs = [ result uchar ];

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/fpath/default.nix
Original file line number Diff line number Diff line change
@@ -7,8 +7,6 @@ stdenv.mkDerivation {
sha256 = "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

propagatedBuildInputs = [ astring ];
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/functoria/default.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
sha256 = "019rl4rir4lwgjyqj2wq3ylw4daih1kxxgbc6ld6kzcq66mwr747";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg ];
propagatedBuildInputs = [ bos cmdliner ocamlgraph ];

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/gg/default.nix
Original file line number Diff line number Diff line change
@@ -23,8 +23,6 @@ stdenv.mkDerivation rec {

createFindlibDestdir = true;

unpackCmd = "tar xjf $src";

buildPhase = "ocaml pkg/build.ml native=true native-dynlink=true";

installPhase = "opaline -libdir $OCAMLFIND_DESTDIR";
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/hex/default.nix
Original file line number Diff line number Diff line change
@@ -11,8 +11,6 @@ buildDunePackage rec {
sha256 = "17hqf7z5afp2z2c55fk5myxkm7cm74259rqm94hcxkqlpdaqhm8h";
};

unpackCmd = "tar -xjf $curSrc";

propagatedBuildInputs = [ cstruct ];
doCheck = true;

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/integers/default.nix
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ stdenv.mkDerivation {
sha256 = "08b1ljw88ny3l0mdq6xmffjk8anfc77igryva5jz1p6f4f746ywk";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

inherit (topkg) buildPhase installPhase;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/jsonm/default.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,6 @@ stdenv.mkDerivation {
buildInputs = [ ocaml findlib ocamlbuild topkg ];
propagatedBuildInputs = [ uutf ];

unpackCmd = "tar xjf $src";

inherit (topkg) buildPhase installPhase;

meta = {
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/logs/default.nix
Original file line number Diff line number Diff line change
@@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
sha256 = "1khbn7jqpid83zn8rvyh1x1sirls7zc878zj4fz985m5xlsfy853";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg fmt cmdliner lwt ];
propagatedBuildInputs = [ result ];

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/lru/default.nix
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "0bd7js9rrma1fjjjjc3fgr9l5fjbhgihx2nsaf96g2b35iiaimd0";
};

unpackCmd = "tar -xjf $curSrc";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

propagatedBuildInputs = [ psq ];
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/mtime/default.nix
Original file line number Diff line number Diff line change
@@ -23,8 +23,6 @@ stdenv.mkDerivation {
inherit (param) sha256;
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg ]
++ stdenv.lib.optional jsooSupport js_of_ocaml;

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/nocrypto/default.nix
Original file line number Diff line number Diff line change
@@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
sha256 = "0zshi9hlhcz61n5z1k6fx6rsi0pl4xgahsyl2jp0crqkaf3hqwlg";
};

unpackCmd = "tar xjf $curSrc";

patches = [
(fetchpatch {
url = "https://raw.githubusercontent.com/ocaml/opam-repository/master/packages/nocrypto/nocrypto.0.5.4-1/files/0001-add-missing-runtime-dependencies-in-_tags.patch";
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/notty/default.nix
Original file line number Diff line number Diff line change
@@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
sha256 = "0wdfmgx1mz77s7m451vy8r9i4iqwn7s7b39kpbpckf3w9417riq0";
};

unpackCmd = "tar -xjf $curSrc";

buildInputs = [ ocaml findlib ocamlbuild topkg ocb-stubblr ];
propagatedBuildInputs = [ result uucp uuseg uutf ] ++
optional withLwt lwt;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/octavius/default.nix
Original file line number Diff line number Diff line change
@@ -10,8 +10,6 @@ stdenv.mkDerivation {
sha256 = "02milzzlr4xk5aymg2fjz27f528d5pyscqvld3q0dm41zcpkz5ml";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

inherit (topkg) buildPhase installPhase;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/otfm/default.nix
Original file line number Diff line number Diff line change
@@ -21,8 +21,6 @@ stdenv.mkDerivation rec {

propagatedBuildInputs = [ uutf result ];

unpackCmd = "tar xjf $src";

inherit (topkg) buildPhase installPhase;

meta = with stdenv.lib; {
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/ppx_blob/default.nix
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@ buildDunePackage rec {
sha256 = "1xmslk1mwdzhy1bydgsjlcb7h544c39hvxa8lywp8w72gaggjl16";
};

unpackCmd = "tar xjf $curSrc";

buildInputs = [ alcotest ocaml-migrate-parsetree ];
doCheck = true;

2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/ppx_gen_rec/default.nix
Original file line number Diff line number Diff line change
@@ -11,8 +11,6 @@ buildDunePackage rec {
sha256 = "0qy0wa3rd5yh1612jijadi1yddfslpsmmmf69phi2dhr3vmkhza7";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml-migrate-parsetree ];

meta = with stdenv.lib; {
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/psq/default.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
sha256 = "08ghgdivbjrxnaqc3hsb69mr9s2ql5ds0fb97b7z6zimzqibz6lp";
};

unpackCmd = "tar -xjf $curSrc";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

inherit (topkg) buildPhase installPhase;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/ptime/default.nix
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "0z2snhda8bg136xkw2msw6k2dz84vb49p8bgzrxfs8mawdlk0kkg";
};

unpackCmd = "tar -xf $curSrc";

buildInputs = [ ocaml findlib ocamlbuild topkg js_of_ocaml ];

propagatedBuildInputs = [ result ];
1 change: 0 additions & 1 deletion pkgs/development/ocaml-modules/react/default.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ stdenv.mkDerivation {
sha256 = "1aj8w79gdd9xnrbz7s5p8glcb4pmimi8jp9f439dqnf6ih3mqb3v";
};

unpackCmd = "tar xjf $src";
buildInputs = [ ocaml findlib topkg ocamlbuild ];

inherit (topkg) buildPhase installPhase;
1 change: 0 additions & 1 deletion pkgs/development/ocaml-modules/rope/default.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ let param =
sha256 = "06pkbnkad2ck50jn59ggwv154yd9vb01abblihvam6p27m4za1pc";
buildInputs = [ dune ];
extra = {
unpackCmd = "tar -xjf $curSrc";
buildPhase = "dune build -p rope";
inherit (dune) installPhase;
};
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/rresult/default.nix
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ stdenv.mkDerivation rec {
sha256 = "1k69a3gvrk7f2cshwjzvk7818f0bwxhacgd14wxy6d4gmrggci86";
};

unpackCmd = "tar xjf $src";

buildInputs = [ ocaml findlib ocamlbuild topkg ];

inherit (topkg) buildPhase installPhase;
1 change: 0 additions & 1 deletion pkgs/development/ocaml-modules/topkg/default.nix
Original file line number Diff line number Diff line change
@@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml findlib ocamlbuild ];
propagatedBuildInputs = [ result ];

unpackCmd = "tar xjf ${src}";
buildPhase = "${run} build";
createFindlibDestdir = true;
installPhase = "${opaline}/bin/opaline -prefix $out -libdir $OCAMLFIND_DESTDIR";
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/tsdl/default.nix
Original file line number Diff line number Diff line change
@@ -22,8 +22,6 @@ stdenv.mkDerivation {
buildInputs = [ ocaml findlib ocamlbuild topkg result ocb-stubblr ];
propagatedBuildInputs = [ SDL2 ctypes ];

unpackCmd = "tar xjf $src";

preConfigure = ''
# The following is done to avoid an additional dependency (ncurses)
# due to linking in the custom bytecode runtime. Instead, just
1 change: 0 additions & 1 deletion pkgs/development/ocaml-modules/uchar/default.nix
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/uri/default.nix
Original file line number Diff line number Diff line change
@@ -11,8 +11,6 @@ buildDunePackage rec {
sha256 = "1m845rwd70wi4iijkrigyz939m1x84ba70hvv0d9sgk6971w4kz0";
};

unpackCmd = "tar -xjf $curSrc";

buildInputs = [ ounit ];
propagatedBuildInputs = [ ppx_sexp_conv re sexplib stringext ];
doCheck = true;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/uucd/default.nix
Original file line number Diff line number Diff line change
@@ -15,8 +15,6 @@ stdenv.mkDerivation rec {

buildInputs = [ ocaml findlib ocamlbuild topkg ];

unpackCmd = "tar xjf $src";

inherit (topkg) buildPhase installPhase;

propagatedBuildInputs = [ xmlm ];
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/uucp/default.nix
Original file line number Diff line number Diff line change
@@ -21,8 +21,6 @@ stdenv.mkDerivation {

propagatedBuildInputs = [ uchar ];

unpackCmd = "tar xjf $src";

buildPhase = "${topkg.buildPhase} --with-cmdliner false";

inherit (topkg) installPhase;
4 changes: 1 addition & 3 deletions pkgs/development/ocaml-modules/uuidm/default.nix
Original file line number Diff line number Diff line change
@@ -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;
2 changes: 0 additions & 2 deletions pkgs/development/ocaml-modules/uunf/default.nix
Original file line number Diff line number Diff line change
@@ -19,8 +19,6 @@ stdenv.mkDerivation rec {

propagatedBuildInputs = [ uchar ];

unpackCmd = "tar xjf $src";

inherit (topkg) buildPhase installPhase;

meta = with stdenv.lib; {
Loading