mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
gpsd: remove obsolete gobject-introspection build input
Since b2f9cd34e7
("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.
Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.
Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
This commit is contained in:
parent
583a3c8b2a
commit
448dde20b1
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
|||
atk
|
||||
dbus-glib
|
||||
gdk-pixbuf
|
||||
gobject-introspection
|
||||
libX11
|
||||
libXaw
|
||||
libXext
|
||||
|
|
Loading…
Reference in a new issue