jack2: do not propagate uuid

This commit is contained in:
Luca Bruno 2015-10-02 16:33:40 +02:00
parent 62917af1b0
commit b3d1184693

View file

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, pkgconfig, python, makeWrapper
, bash, libsamplerate, libsndfile, libuuid, readline
, bash, libsamplerate, libsndfile, readline
# Optional Dependencies
, dbus ? null, pythonDBus ? null, libffado ? null, alsaLib ? null
@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
];
propagatedBuildInputs = [ libuuid ];
prePatch = ''
substituteInPlace svnversion_regenerate.sh --replace /bin/bash ${bash}/bin/bash