forked from mirrors/nixpkgs
truecrypt
svn path=/nixpkgs/trunk/; revision=12389
This commit is contained in:
parent
c65a64c8c5
commit
26e6eb0f7f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue