3
0
Fork 0
forked from mirrors/nixpkgs

qt4: fixup build with gcc8 by Arch aur patch

I'll hope that this simple removal of "volatile" is OK.
I feel sure I saw a PR for this somewhere, but I can't find it.
This commit is contained in:
Vladimír Čunát 2019-09-08 18:24:29 +02:00
parent 241a61939d
commit ccc8c73ea0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -91,6 +91,12 @@ stdenv.mkDerivation rec {
#})
./qt4-gcc6.patch
./qt4-openssl-1.1.patch
(fetchpatch {
name = "qt4-gcc8.diff";
url = "https://aur.archlinux.org/cgit/aur.git/plain/qt4-gcc8.patch?h=qt4&id=3ac369b8";
sha256 = "0zcdrlmanczr9cbrnc6f3nz6ldmj7rw5irlvndk89fl6fvj8zkwy";
extraPrefix = "./";
})
]
++ lib.optional gtkStyle (substituteAll ({
src = ./dlopen-gtkstyle.diff;