truecrypt: fix containers' mount

This commit is contained in:
Nikolay Amiantov 2016-04-30 04:26:26 +03:00
parent aa2ba7ffe5
commit ec6b547b17

View file

@ -3678,6 +3678,7 @@ in
};
truecrypt = callPackage ../applications/misc/truecrypt {
stdenv = overrideInStdenv stdenv [ useOldCXXAbi ];
wxGUI = config.truecrypt.wxGUI or true;
};