libjack2: remove unused dependencies (#396218)
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
python3Packages,
|
||||
makeWrapper,
|
||||
libsamplerate,
|
||||
libsndfile,
|
||||
readline,
|
||||
eigen,
|
||||
celt,
|
||||
wafHook,
|
||||
# Darwin Dependencies
|
||||
@@ -71,9 +68,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs =
|
||||
[
|
||||
libsamplerate
|
||||
libsndfile
|
||||
readline
|
||||
eigen
|
||||
celt
|
||||
optDbus
|
||||
optPythonDBus
|
||||
@@ -131,17 +125,17 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace "$dev/lib/pkgconfig/jack.pc" \
|
||||
--replace "$out/include" "$dev/include"
|
||||
--replace-fail "$out/include" "$dev/include"
|
||||
'';
|
||||
|
||||
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "JACK audio connection kit, version 2 with jackdbus";
|
||||
homepage = "https://jackaudio.org";
|
||||
license = licenses.gpl2Plus;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
pkgConfigModules = [ "jack" ];
|
||||
platforms = platforms.unix;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user