mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #251958 from uninsane/pr-cross-tuba
tuba: support cross compilation
This commit is contained in:
commit
4c229ced52
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
, json-glib
|
||||
, glib
|
||||
, glib-networking
|
||||
, gobject-introspection
|
||||
, gtksourceview5
|
||||
, libxml2
|
||||
, libgee
|
||||
|
@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
|
|||
python3
|
||||
wrapGAppsHook4
|
||||
desktop-file-utils
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue