mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gnome-inform7: fix cross eval
This doesn't fix cross-compilation, but it makes it at least get so far as trying to build.
This commit is contained in:
parent
94e14df342
commit
efe6bef3b6
1 changed files with 1 additions and 1 deletions
|
@ -22,12 +22,12 @@ let
|
|||
pkg-config
|
||||
docbook2x
|
||||
docbook-xsl-nons
|
||||
wrapGAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
gtk3
|
||||
gobject-introspection
|
||||
vala gtk-doc
|
||||
wrapGAppsHook
|
||||
];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue