summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/unetbootin
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2017-05-20 14:41:03 -0400
committerChris Martin <ch.martin@gmail.com>2017-05-20 14:42:32 -0400
commit726b9028f55e5ec8f83186aa047d1ada9b1c579c (patch)
tree00a08a7b554ee8f8c46e6bcc344073f3fb71a2dc /pkgs/tools/cd-dvd/unetbootin
parent91978764a0464afd41d47c94d6e103c2879e9a03 (diff)
downloadnixpkgs-726b9028f55e5ec8f83186aa047d1ada9b1c579c.tar
nixpkgs-726b9028f55e5ec8f83186aa047d1ada9b1c579c.tar.gz
nixpkgs-726b9028f55e5ec8f83186aa047d1ada9b1c579c.tar.bz2
nixpkgs-726b9028f55e5ec8f83186aa047d1ada9b1c579c.tar.lz
nixpkgs-726b9028f55e5ec8f83186aa047d1ada9b1c579c.tar.xz
nixpkgs-726b9028f55e5ec8f83186aa047d1ada9b1c579c.tar.zst
nixpkgs-726b9028f55e5ec8f83186aa047d1ada9b1c579c.zip
unetbootin: set QT_X11_NO_MITSHM=1
Diffstat (limited to 'pkgs/tools/cd-dvd/unetbootin')
-rw-r--r--pkgs/tools/cd-dvd/unetbootin/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/unetbootin/default.nix b/pkgs/tools/cd-dvd/unetbootin/default.nix
index 7d4a341f555..14076a757f4 100644
--- a/pkgs/tools/cd-dvd/unetbootin/default.nix
+++ b/pkgs/tools/cd-dvd/unetbootin/default.nix
@@ -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; {