mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
soxr: fix include directory in pkgconfig file
The include directory in soxr.pc points to the wrong output. Fix it.
(Upstream seems dead -- the last upstream commit is from 2018 and the
few merge requests that have been made since then are neither merged nor
closed.)
Fixes: a7853ab93a
("soxr: extract dev output")
This commit is contained in:
parent
33a76486c7
commit
a53c45809b
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
cmakeFlags = [
|
||||
# Workaround for upstream not using GNUInstallDirs.
|
||||
"-DINCLUDE_INSTALL_DIR=${placeholder "dev"}/include"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Audio resampling library";
|
||||
homepage = "https://soxr.sourceforge.net";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue