about summary refs log tree commit diff
path: root/pkgs/by-name/gi/github-desktop/package.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2024-07-02 08:03:53 +0200
committerGitHub <noreply@github.com>2024-07-02 08:03:53 +0200
commit0f56e3221392452f2c38e3ddf2eba03abda6bf47 (patch)
treeb3e629da120df8c680944188166b1353b346a317 /pkgs/by-name/gi/github-desktop/package.nix
parentc9073dfafdd94ada4ae1b78e89a2a6155373e224 (diff)
parent2413b5165263d292cfe49d42ca7ff3c9ffe95318 (diff)
Merge pull request #319659 from jtojnar/gnome-extract
Move various packages out of gnome scope
Diffstat (limited to 'pkgs/by-name/gi/github-desktop/package.nix')
-rw-r--r--pkgs/by-name/gi/github-desktop/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/gi/github-desktop/package.nix b/pkgs/by-name/gi/github-desktop/package.nix
index ae882fdfddaff..606a7770dc2f3 100644
--- a/pkgs/by-name/gi/github-desktop/package.nix
+++ b/pkgs/by-name/gi/github-desktop/package.nix
@@ -4,7 +4,7 @@
 , autoPatchelfHook
 , wrapGAppsHook3
 , makeWrapper
-, gnome
+, gnome-keyring
 , libsecret
 , git
 , curl
@@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
   ];
 
   buildInputs = [
-    gnome.gnome-keyring
+    gnome-keyring
     xorg.libXdamage
     xorg.libX11
     libsecret