From 726b9028f55e5ec8f83186aa047d1ada9b1c579c Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Sat, 20 May 2017 14:41:03 -0400 Subject: unetbootin: set QT_X11_NO_MITSHM=1 --- pkgs/tools/cd-dvd/unetbootin/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/cd-dvd/unetbootin') 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; { -- cgit 1.4.1