jack2: do not propagate uuid
This commit is contained in:
parent
62917af1b0
commit
b3d1184693
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, python, makeWrapper
|
{ stdenv, fetchFromGitHub, pkgconfig, python, makeWrapper
|
||||||
, bash, libsamplerate, libsndfile, libuuid, readline
|
, bash, libsamplerate, libsndfile, readline
|
||||||
|
|
||||||
# Optional Dependencies
|
# Optional Dependencies
|
||||||
, dbus ? null, pythonDBus ? null, libffado ? null, alsaLib ? null
|
, dbus ? null, pythonDBus ? null, libffado ? null, alsaLib ? null
|
||||||
@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
|
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ libuuid ];
|
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace svnversion_regenerate.sh --replace /bin/bash ${bash}/bin/bash
|
substituteInPlace svnversion_regenerate.sh --replace /bin/bash ${bash}/bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user