Unverified Commit cf565a85 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #259137 from MaxHearnden/shairport-sync

shairport-sync: add xxd to the nativeBuildInputs
parents 68b1fd2e c49eefdf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;