Merge pull request #10549 from kampfschlaefer/fix_jackmix_with_jack2_liblash
lash: Add propagated build input
This commit is contained in:
commit
e48ad583b0
@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
# http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/822346
|
# http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/822346
|
||||||
patches = [ ./socket.patch ./gcc-47.patch ];
|
patches = [ ./socket.patch ./gcc-47.patch ];
|
||||||
|
|
||||||
buildInputs = [ alsaLib gtk libjack2 libuuid libxml2 makeWrapper
|
buildInputs = [ alsaLib gtk libjack2 libxml2 makeWrapper
|
||||||
pkgconfig readline ];
|
pkgconfig readline ];
|
||||||
|
propagatedBuildInputs = [ libuuid ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for i in lash_control lash_panel
|
for i in lash_control lash_panel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user