Skip to content

Commit

Permalink
qt4: Add aarch64 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Sep 19, 2017
1 parent bed076c commit bc850cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/qt-4.x/4.8/default.nix
Expand Up @@ -89,6 +89,10 @@ stdenv.mkDerivation rec {
gtk = gtk2.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 {
name = "fix-medium-font.patch";
Expand Down

0 comments on commit bc850cf

Please sign in to comment.