about summary refs log tree commit diff
path: root/pkgs/desktops/gnome/apps
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-11-15 00:26:16 +0200
committerArtturin <Artturin@artturin.com>2023-11-23 20:58:37 +0200
commit18951ce703172c79e9624277b21d6103b450557f (patch)
treebdc6818a50f53d384360671b36c0e4f2448873ff /pkgs/desktops/gnome/apps
parentcb502b4d17fb2912444b0b6e9813f71ba2ebbfd9 (diff)
vala: look for files in `targetOffset`
when vala is in `nativeBuildInputs`, look for files in `buildInputs`.
Diffstat (limited to 'pkgs/desktops/gnome/apps')
-rw-r--r--pkgs/desktops/gnome/apps/gnome-clocks/default.nix2
-rw-r--r--pkgs/desktops/gnome/apps/seahorse/default.nix4
2 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/desktops/gnome/apps/gnome-clocks/default.nix b/pkgs/desktops/gnome/apps/gnome-clocks/default.nix
index ab05d40677ec7..be7896f6b11a5 100644
--- a/pkgs/desktops/gnome/apps/gnome-clocks/default.nix
+++ b/pkgs/desktops/gnome/apps/gnome-clocks/default.nix
@@ -9,7 +9,6 @@
 , itstool
 , desktop-file-utils
 , vala
-, gobject-introspection
 , libxml2
 , gtk4
 , glib
@@ -43,7 +42,6 @@ stdenv.mkDerivation rec {
     wrapGAppsHook4
     desktop-file-utils
     libxml2
-    gobject-introspection # for finding vapi files
   ];
 
   buildInputs = [
diff --git a/pkgs/desktops/gnome/apps/seahorse/default.nix b/pkgs/desktops/gnome/apps/seahorse/default.nix
index bbab612b9c8d8..1207d79696107 100644
--- a/pkgs/desktops/gnome/apps/seahorse/default.nix
+++ b/pkgs/desktops/gnome/apps/seahorse/default.nix
@@ -57,10 +57,6 @@ stdenv.mkDerivation rec {
     gnupg
     desktop-file-utils
     gcr
-    # error: Package `...' not found in specified Vala API directories or GObject-Introspection GIR directories
-    # TODO: the vala setuphook should look for vala filess in targetOffset instead of hostOffset
-    libhandy
-    libsecret
   ];
 
   buildInputs = [