forked from mirrors/nixpkgs
Merge pull request #25945 from chris-martin/pr/unetbootin
unetbootin: fix bug where nothing renders in the window
This commit is contained in:
commit
cc4925adae
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue