Merge pull request #259137 from MaxHearnden/shairport-sync

shairport-sync: add xxd to the nativeBuildInputs
This commit is contained in:
Weijia Wang 2023-10-13 01:26:19 +02:00 committed by GitHub
commit cf565a857e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
# To achieve this, we coerce the output to a string to prevent
# mkDerivation's splicing logic from kicking in.
"${glib.dev}"
] ++ optional enableAirplay2 [
unixtools.xxd
];
makeFlags = [
@ -83,7 +85,6 @@ stdenv.mkDerivation rec {
libgcrypt
libuuid
ffmpeg
unixtools.xxd
]
++ optional stdenv.isLinux glib;