qt4: Add aarch64 patch
This commit is contained in:
parent
bed076cdfb
commit
bc850cfed5
|
@ -89,6 +89,10 @@ stdenv.mkDerivation rec {
|
||||||
gtk = gtk2.out;
|
gtk = gtk2.out;
|
||||||
gdk_pixbuf = gdk_pixbuf.out;
|
gdk_pixbuf = gdk_pixbuf.out;
|
||||||
})
|
})
|
||||||
|
++ stdenv.lib.optional stdenv.isAarch64 (fetchpatch {
|
||||||
|
url = "https://src.fedoraproject.org/rpms/qt/raw/ecf530486e0fb7fe31bad26805cde61115562b2b/f/qt-aarch64.patch";
|
||||||
|
sha256 = "1fbjh78nmafqmj7yk67qwjbhl3f6ylkp6x33b1dqxfw9gld8b3gl";
|
||||||
|
})
|
||||||
++ [
|
++ [
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "fix-medium-font.patch";
|
name = "fix-medium-font.patch";
|
||||||
|
|
Loading…
Reference in New Issue