about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uucd
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-12-14 07:36:29 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-12-14 07:36:29 +0000
commit5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb (patch)
tree60dadc8764c40750a93ebd1c0b04d8b39251d5eb /pkgs/development/ocaml-modules/uucd
parent9b6ef35b2c848702582a1a7574ab12e70cd4749a (diff)
downloadnixlib-5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb.tar
nixlib-5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb.tar.gz
nixlib-5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb.tar.bz2
nixlib-5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb.tar.lz
nixlib-5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb.tar.xz
nixlib-5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb.tar.zst
nixlib-5e4edcc4ec175d0b4ed8f210de9a2e003e3926cb.zip
ocamlPackages.topkg: refactoring
Diffstat (limited to 'pkgs/development/ocaml-modules/uucd')
-rw-r--r--pkgs/development/ocaml-modules/uucd/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/uucd/default.nix b/pkgs/development/ocaml-modules/uucd/default.nix
index 89d9d545e57d..60429ca4b401 100644
--- a/pkgs/development/ocaml-modules/uucd/default.nix
+++ b/pkgs/development/ocaml-modules/uucd/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, xmlm, topkg }:
+{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, xmlm, topkg }:
 
 let
   pname = "uucd";
@@ -13,9 +13,7 @@ stdenv.mkDerivation rec {
     sha256 = "0cdyg6vaic4n58w80qriwvaq1c40ng3fh74ilxrwajbq163k055q";
   };
 
-  buildInputs = [ ocaml findlib ocamlbuild opam topkg ];
-
-  createFindlibDestdir = true;
+  buildInputs = [ ocaml findlib ocamlbuild topkg ];
 
   unpackCmd = "tar xjf $src";