mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
cups-browsed: Fix cross-compilation RiscV
This commit is contained in:
parent
5661a97e10
commit
8ae40661d1
1 changed files with 4 additions and 2 deletions
|
@ -24,15 +24,17 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
pkg-config
|
|
||||||
cups
|
cups
|
||||||
|
glib # Required for gdbus-codegen
|
||||||
|
pkg-config
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
avahi
|
avahi
|
||||||
|
cups
|
||||||
|
glib
|
||||||
libcupsfilters
|
libcupsfilters
|
||||||
libppd
|
libppd
|
||||||
glib
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue