mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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 New Issue
Block a user