about summary refs log tree commit diff
path: root/pkgs/profpatsch/xdg-open
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-02-28 15:17:53 +0100
committerProfpatsch <mail@profpatsch.de>2022-02-28 15:49:28 +0100
commite79084dd8bd64b9dccb0b98a99e58ac4f084d3ca (patch)
tree922eb933aca55d1a37c1dac6668fc3e2abcee986 /pkgs/profpatsch/xdg-open
parentdf2425d6e964dc94038786d91e53c511dbb305cc (diff)
pkgs/profpatsch: remove easy-dhall-nix, use dhall from nixpkgs
Diffstat (limited to 'pkgs/profpatsch/xdg-open')
-rw-r--r--pkgs/profpatsch/xdg-open/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/profpatsch/xdg-open/default.nix b/pkgs/profpatsch/xdg-open/default.nix
index f3c0084c..4d0e6804 100644
--- a/pkgs/profpatsch/xdg-open/default.nix
+++ b/pkgs/profpatsch/xdg-open/default.nix
@@ -1,7 +1,6 @@
 { pkgs, getBins,
 importDhall2,
 writeExecline,
-dhall,
 buildDhallPackage,
 runExeclineLocal,
 writeRustSimple,
@@ -20,12 +19,12 @@ let
       // getBins pkgs.s6 [ "s6-ioconnect" ]
       // getBins pkgs.s6-portable-utils [ "s6-test" ]
       // getBins pkgs.s6-networking [ "s6-tcpclient" ]
+      // getBins pkgs.lilyterm-git [ "lilyterm" ]
       // getBins pkgs.netcat-openbsd [ "nc" ]
       // getBins pkgs.dmenu [ "dmenu" "dmenu_path" ]
       # TODO: make sure these are the ones from the environment
       // getBins pkgs.emacs [ "emacsclient" ]
       // getBins pkgs.firefox [ "firefox" ]
-      // getBins pkgs.lilyterm-git [ "lilyterm" ]
       // getBins pkgs.ranger [ "ranger" ]
       // getBins pkgs.khal [ "khal" ]
       ;