unetbootin: set QT_X11_NO_MITSHM=1

This commit is contained in:
Chris Martin 2017-05-20 14:41:03 -04:00
parent 91978764a0
commit 726b9028f5

View File

@ -46,7 +46,8 @@ stdenv.mkDerivation rec {
cp unetbootin.desktop $out/share/applications
wrapProgram $out/bin/unetbootin \
--prefix PATH : ${stdenv.lib.makeBinPath [ which p7zip mtools ]}
--prefix PATH : ${stdenv.lib.makeBinPath [ which p7zip mtools ]} \
--set QT_X11_NO_MITSHM 1
'';
meta = with stdenv.lib; {