cups-browsed: Fix cross-compilation RiscV
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user