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
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ stdenv.mkDerivation rec {
cp unetbootin.desktop $out/share/applications cp unetbootin.desktop $out/share/applications
wrapProgram $out/bin/unetbootin \ 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; { meta = with stdenv.lib; {