Merge pull request #25945 from chris-martin/pr/unetbootin

unetbootin: fix bug where nothing renders in the window
This commit is contained in:
Jörg Thalheim 2017-05-20 20:14:52 +01:00 committed by GitHub
commit cc4925adae

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; {