mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
rtaudio: hide private dependencies
This commit is contained in:
parent
8926682673
commit
fa456f45bc
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1pglnjz907ajlhnlnig3p0sx7hdkpggr8ss7b3wzf1lykzgv9l52";
|
||||
};
|
||||
|
||||
patches = [ ./rtaudio-pkgconfig.patch ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [ autoconf automake libtool libjack2 alsaLib pulseaudio rtmidi ];
|
||||
|
@ -0,0 +1,5 @@
|
||||
--- a/rtaudio.pc.in
|
||||
+++ b/rtaudio.pc.in
|
||||
@@ -9 +9 @@ Version: @PACKAGE_VERSION@
|
||||
-Requires: @req@
|
||||
+Requires.private: @req@
|
Loading…
Reference in New Issue
Block a user