Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
xdg-utils: bring gdbus back
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and K900 committed Feb 5, 2024
1 parent 44fb0b1 commit 1790306
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/kde/misc/xdg-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
bash,
coreutils,
dbus,
glib,
file,
gawk,
gnugrep,
Expand Down Expand Up @@ -78,7 +79,7 @@
{
scripts = ["bin/xdg-email"];
interpreter = "${bash}/bin/bash";
inputs = commonDeps ++ [gawk "${placeholder "out"}/bin"];
inputs = commonDeps ++ [gawk glib.bin "${placeholder "out"}/bin"];
execer = [
"cannot:${placeholder "out"}/bin/xdg-mime"
"cannot:${placeholder "out"}/bin/xdg-open"
Expand All @@ -88,7 +89,6 @@
++ [
"exo-open"
"gconftool-2"
"gdbus"
"gio"
"gnome-open"
"gvfs-open"
Expand Down Expand Up @@ -143,7 +143,7 @@
{
scripts = ["bin/xdg-open"];
interpreter = "${bash}/bin/bash";
inputs = commonDeps ++ [nettools "${placeholder "out"}/bin"];
inputs = commonDeps ++ [nettools glib.bin "${placeholder "out"}/bin"];
execer = [
"cannot:${placeholder "out"}/bin/xdg-mime"
];
Expand All @@ -155,7 +155,6 @@
"enlightenment_open"
"env"
"exo-open"
"gdbus"
"gio"
"gnome-open"
"gvfs-open"
Expand Down

0 comments on commit 1790306

Please sign in to comment.