Skip to content

Commit

Permalink
libyaml-cpp: Fix wrong paths in pkg-config .pc file.
Browse files Browse the repository at this point in the history
Same as in #71669.
  • Loading branch information
nh2 committed Nov 18, 2021
1 parent 50029ed commit e068dbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/libyaml-cpp/default.nix
Expand Up @@ -18,6 +18,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/jbeder/yaml-cpp/commit/4f48727b365962e31451cd91027bd797bc7d2ee7.patch";
sha256 = "sha256-jarZAh7NgwL3xXzxijDiAQmC/EC2WYfNMkYHEIQBPhM=";
})
# TODO: Remove with the next release, when https://github.com/jbeder/yaml-cpp/pull/1058 is available
(fetchpatch {
name = "libyaml-cpp-Fix-pc-paths-for-absolute-GNUInstallDirs.patchj";
url = "https://github.com/jbeder/yaml-cpp/commit/328d2d85e833be7cb5a0ab246cc3f5d7e16fc67a.patch";
sha256 = "12g5h7lxzd5v16ykay03zww5g28j3k69k228yr3v8fnmyv2spkfl";
})
];

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit e068dbd

Please sign in to comment.