the-foundation: fixup paths in .pc file

main
Vladimír Čunát 2 years ago
parent 9e8bf24e48
commit ad0a72fe94
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 5
      pkgs/development/libraries/the-foundation/default.nix

@ -26,6 +26,11 @@ stdenv.mkDerivation rec {
buildInputs = [ curl libunistring openssl pcre zlib ];
postFixup = ''
substituteInPlace "$out"/lib/pkgconfig/the_Foundation.pc \
--replace '="''${prefix}//' '="/'
'';
meta = with lib; {
description = "Opinionated C11 library for low-level functionality";
homepage = "https://git.skyjake.fi/skyjake/the_Foundation";

Loading…
Cancel
Save