mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
Remove gobject-introspection and put pkgconfig in native
This commit is contained in:
parent
a4487e81c7
commit
fb6dd16789
@ -21,9 +21,11 @@ buildGoModule rec {
|
|||||||
|
|
||||||
modSha256 = "0z3asz7v1izg81f9xifx9s2sp5hly173hajsn9idi3bkv0h78is2";
|
modSha256 = "0z3asz7v1izg81f9xifx9s2sp5hly173hajsn9idi3bkv0h78is2";
|
||||||
|
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
gobject-introspection
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
pango
|
pango
|
||||||
cairo
|
cairo
|
||||||
gtk2
|
gtk2
|
||||||
|
Loading…
Reference in New Issue
Block a user