Commit 02032eda authored by Jonas Heinrich's avatar Jonas Heinrich Committed by github-actions[bot]
Browse files

cups-browsed: Fix cross-compilation RiscV

(cherry picked from commit 8ae40661)
parent 46e02041
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -24,15 +24,17 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [
    autoreconfHook
    pkg-config
    cups
    glib # Required for gdbus-codegen
    pkg-config
  ];

  buildInputs = [
    avahi
    cups
    glib
    libcupsfilters
    libppd
    glib
  ];

  configureFlags = [