Skip to content

Commit

Permalink
Merge pull request #177078 from jtojnar/fc
Browse files Browse the repository at this point in the history
fontconfig: 2.13.94 → 2.14.0
  • Loading branch information
jtojnar authored Jun 17, 2022
2 parents 8ac32ac + 6dd6947 commit db60718
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions pkgs/development/libraries/fontconfig/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ lib, stdenv
, fetchpatch
, substituteAll
{ stdenv
, lib
, fetchurl
, pkg-config
, python3
Expand All @@ -15,23 +14,15 @@

stdenv.mkDerivation rec {
pname = "fontconfig";
version = "2.13.94";
version = "2.14.0";

outputs = [ "bin" "dev" "lib" "out" ]; # $out contains all the config

src = fetchurl {
url = "https://www.freedesktop.org/software/fontconfig/release/${pname}-${version}.tar.xz";
sha256 = "0g004r0bkkqz00mpm3svnnxn7d83158q0yb9ggxryizxfg5m5w55";
sha256 = "3L64TJx0u/2xM9U1/hx77cnyIhqNrzkUuYTETFIOm6w=";
};

patches = [
# Fix font style detection
(fetchpatch {
url = "https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/92fbf14b0d7c4737ffe1e8326b7ab8ffae5548c3.patch";
sha256 = "1wmyax2151hg3m11q61mv25k45zk2w3xapb4p1r6wzk91zjlsgyr";
})
];

outputs = [ "bin" "dev" "lib" "out" ]; # $out contains all the config

nativeBuildInputs = [
autoreconfHook
gperf
Expand Down

0 comments on commit db60718

Please sign in to comment.