mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
guile-avahi: fix cross
This commit is contained in:
parent
5655c7f0be
commit
fe69b53fa7
@ -3,6 +3,7 @@
|
||||
, fetchgit
|
||||
, avahi
|
||||
, gmp
|
||||
, buildPackages
|
||||
, autoreconfHook
|
||||
, pkg-config
|
||||
, texinfo
|
||||
@ -20,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
nativeBuildInputs = [ autoreconfHook guile pkg-config texinfo ];
|
||||
buildInputs = [ guile ];
|
||||
propagatedBuildInputs = [ avahi gmp ];
|
||||
|
Loading…
Reference in New Issue
Block a user