about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-04-21 19:47:41 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-04-21 19:47:41 +0000
commit1b3ee8bf6c85f5d6a49ecf988ef85a6f84d716c7 (patch)
tree0b1c3496d83a50e657cf202ba77ed16d6b4ba409 /pkgs/top-level
parentff0483b3d80c9afbe946f446b5d20bf26289ca43 (diff)
Adding libewf.
svn path=/nixpkgs/trunk/; revision=15225
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b9738e921e570..d8bd746d94cfd 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3388,6 +3388,10 @@ let
     inherit fetchurl stdenv;
   };
 
+  libewf = import ../development/libraries/libewf {
+    inherit fetchurl stdenv zlib openssl libuuid;
+  };
+
   libexif = import ../development/libraries/libexif {
     inherit fetchurl stdenv gettext;
   };