lash: Add propagated build input

At least for jackmix to build successfully against jack2 (which doesn't use libuuid), the libuuid used by lash needs to be propagated build input.

+2 -1
+2 -1
pkgs/applications/audio/lash/default.nix
··· 15 # http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/822346 16 patches = [ ./socket.patch ./gcc-47.patch ]; 17 18 - buildInputs = [ alsaLib gtk libjack2 libuuid libxml2 makeWrapper 19 pkgconfig readline ]; 20 21 postInstall = '' 22 for i in lash_control lash_panel
··· 15 # http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/822346 16 patches = [ ./socket.patch ./gcc-47.patch ]; 17 18 + buildInputs = [ alsaLib gtk libjack2 libxml2 makeWrapper 19 pkgconfig readline ]; 20 + propagatedBuildInputs = [ libuuid ]; 21 22 postInstall = '' 23 for i in lash_control lash_panel