llvm: fix #22567 oversaturated red icons
This commit is contained in:
parent
a750890b0e
commit
f4d1bcb9a7
@ -1,5 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetch
|
, fetch
|
||||||
|
, fetchpatch
|
||||||
, perl
|
, perl
|
||||||
, groff
|
, groff
|
||||||
, cmake
|
, cmake
|
||||||
@ -45,6 +46,13 @@ in stdenv.mkDerivation rec {
|
|||||||
propagatedBuildInputs = [ ncurses zlib ];
|
propagatedBuildInputs = [ ncurses zlib ];
|
||||||
|
|
||||||
postPatch = ""
|
postPatch = ""
|
||||||
|
+ ''
|
||||||
|
patch -p1 --reverse < ${fetchpatch {
|
||||||
|
name = "fix-red-icons.diff"; # https://bugs.freedesktop.org/show_bug.cgi?id=99078
|
||||||
|
url = https://github.com/llvm-mirror/llvm/commit/c280d74837d8.diff;
|
||||||
|
sha256 = "11sq86spw41v72f676igksapdlsgh7fiqp5qkkmgfj0ndqcn9skf";
|
||||||
|
}}
|
||||||
|
''
|
||||||
# hacky fix: New LLVM releases require a newer OS X SDK than
|
# hacky fix: New LLVM releases require a newer OS X SDK than
|
||||||
# 10.9. This is a temporary measure until nixpkgs darwin support is
|
# 10.9. This is a temporary measure until nixpkgs darwin support is
|
||||||
# updated.
|
# updated.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user