libxkbcommon: fix build on darwin (#79393)
The patch is already in upstream
This commit is contained in:
parent
c77a95dc0d
commit
78956495de
1 changed files with 0 additions and 8 deletions
|
@ -20,14 +20,6 @@ stdenv.mkDerivation rec {
|
|||
"-Dx-locale-root=${libX11.out}/share/X11/locale"
|
||||
];
|
||||
|
||||
patches = stdenv.lib.optionals stdenv.isDarwin [
|
||||
# Fix build on darwin
|
||||
(fetchpatch {
|
||||
url = "https://github.com/xkbcommon/libxkbcommon/commit/32d178b50fe0da05e51e4fe8903c84371d133331.patch";
|
||||
sha256 = "1wqdjla8hmgdqr8xc2manw363sxrqqsn3s8bd397h3cd7fj3hh1v";
|
||||
})
|
||||
];
|
||||
|
||||
doCheck = false; # fails, needs unicode locale
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue