3
0
Fork 0
forked from mirrors/nixpkgs

truecrypt

svn path=/nixpkgs/trunk/; revision=12389
This commit is contained in:
Wouter den Breejen 2008-07-19 16:14:24 +00:00
parent c65a64c8c5
commit 26e6eb0f7f

View file

@ -1106,6 +1106,13 @@ let pkgs = rec {
inherit (xlibs) imake;
};
truecrypt = import ../applications/misc/truecrypt {
inherit fetchurl stdenv pkgconfig fuse;
inherit (gtkLibs) gtk;
inherit (xorg) libSM;
glibc = stdenv.gcc.libc;
};
ttmkfdirFun = import ../tools/misc/ttmkfdir {
inherit debPackage freetype fontconfig libunwind libtool;
bison = bison23;