mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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 = [
|
||||
autoreconfHook
|
||||
pkg-config
|
||||
cups
|
||||
glib # Required for gdbus-codegen
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
avahi
|
||||
cups
|
||||
glib
|
||||
libcupsfilters
|
||||
libppd
|
||||
glib
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue