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:
parent
241a61939d
commit
ccc8c73ea0
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue