Skip to content

Commit

Permalink
qt55.qtbase: fix patch sha with fetchpatch instead of fetchurl
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored and globin committed Jan 19, 2017
1 parent 3f3b6e6 commit a927abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, copyPathsToStore
{ stdenv, lib, fetchpatch, copyPathsToStore
, srcs

, xlibs, libX11, libxcb, libXcursor, libXext, libXrender, libXi
Expand Down Expand Up @@ -30,10 +30,10 @@ let
# Search path for Gtk plugin
gtkLibPath = lib.makeLibraryPath [ gtk2 gnome_vfs libgnomeui GConf ];

dontInvalidateBacking = fetchurl {
dontInvalidateBacking = fetchpatch {
url = "https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=0f68f8920573cdce1729a285a92ac8582df32841;hp=24c50f8dcf7fa61ac3c3d4d6295c259a104a2b8c";
name = "qtbug-48321-dont-invalidate-backing-store.patch";
sha256 = "07vnndmvri73psz0nrs2hg0zw2i4b1k1igy2al6kwjbp7d5xpglr";
sha256 = "1wynm2hhbhpvzvsz4vpzzkl0ss5skac6934bva8brcpi5xq68h1q";
};
in

Expand Down

0 comments on commit a927abb

Please sign in to comment.