dmenu: fix crash with XMODIFIERS

Fixes #59625
This commit is contained in:
Orivej Desh
2019-07-14 13:45:42 +00:00
parent a62fa2f17f
commit 1f16d0496c
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? null }:
{ stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? [ ./xim.patch ] }:
stdenv.mkDerivation rec {
name = "dmenu-4.9";