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;
|
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 {
|
ttmkfdirFun = import ../tools/misc/ttmkfdir {
|
||||||
inherit debPackage freetype fontconfig libunwind libtool;
|
inherit debPackage freetype fontconfig libunwind libtool;
|
||||||
bison = bison23;
|
bison = bison23;
|
||||||
|
Loading…
Reference in New Issue
Block a user