Merge pull request #259137 from MaxHearnden/shairport-sync
shairport-sync: add xxd to the nativeBuildInputs
This commit is contained in:
commit
cf565a857e
1 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
|
||||||
# To achieve this, we coerce the output to a string to prevent
|
# To achieve this, we coerce the output to a string to prevent
|
||||||
# mkDerivation's splicing logic from kicking in.
|
# mkDerivation's splicing logic from kicking in.
|
||||||
"${glib.dev}"
|
"${glib.dev}"
|
||||||
|
] ++ optional enableAirplay2 [
|
||||||
|
unixtools.xxd
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
@ -83,7 +85,6 @@ stdenv.mkDerivation rec {
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libuuid
|
libuuid
|
||||||
ffmpeg
|
ffmpeg
|
||||||
unixtools.xxd
|
|
||||||
]
|
]
|
||||||
++ optional stdenv.isLinux glib;
|
++ optional stdenv.isLinux glib;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue