mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Merge pull request #67859 from worldofpeace/pango-updatepatch
pango: update hash to patch
This commit is contained in:
commit
e768919148
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, cairo, harfbuzz
|
||||
{ stdenv, fetchurl, fetchpatch, pkgconfig, cairo, harfbuzz
|
||||
, libintl, gobject-introspection, darwin, fribidi, gnome3
|
||||
, gtk-doc, docbook_xsl, docbook_xml_dtd_43, makeFontsConf, freefont_ttf
|
||||
, meson, ninja, glib
|
||||
|
@ -37,10 +37,10 @@ in stdenv.mkDerivation rec {
|
|||
optional x11Support libXft;
|
||||
|
||||
patches = [
|
||||
(fetchurl {
|
||||
(fetchpatch {
|
||||
# Add gobject-2 to .pc file
|
||||
url = "https://gitlab.gnome.org/GNOME/pango/commit/546f4c242d6f4fe312de3b7c918a848e5172e18d.patch";
|
||||
sha256 = "034na38cq98vk8gggn3yfr65jmv3jgig8d25zg89wydrandp14yr";
|
||||
sha256 = "1cqhy4xbwx3ad7z5d1ks7smf038b9as8c6qy84rml44h0fgiq4m2";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue