wine: Add support for grsecurity

This commit is contained in:
Ricardo M. Correia 2014-03-03 19:41:33 +01:00
parent df503a2ad4
commit a0f683686c

View File

@ -62,6 +62,9 @@ in stdenv.mkDerivation rec {
install -D ${gecko} $out/share/wine/gecko/${gecko64.name}
'' + ''
install -D ${mono} $out/share/wine/mono/${mono.name}
paxmark psmr $out/bin/wine{,-preloader}
wrapProgram $out/bin/wine --prefix LD_LIBRARY_PATH : ${stdenv.gcc.gcc}/lib
'';