nixpkgs/pkgs/by-name/ge/gexiv2_0_16
Colin 320d9131d2 gexiv2_0_16: fix cross compilation
gi-docgen is only used at build time, so place it in
`nativeBuildInputs` (or rather, remove the extra copy from
`buildInputs`). for the upstream build script to discover the gi-docgen
from `nativeBuildInputs`, it needs a `pkg-config` that would search
there instead of in `buildInputs`, i.e. `depsBuildBuild = [ pkg-config ];`
2026-05-23 23:58:38 +00:00
..
package.nix