about summary refs log tree commit diff
path: root/pkgs/tools/misc/haste-client
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/haste-client')
-rw-r--r--pkgs/tools/misc/haste-client/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/misc/haste-client/default.nix b/pkgs/tools/misc/haste-client/default.nix
index 0005e94fe05c4..905d4bedf5460 100644
--- a/pkgs/tools/misc/haste-client/default.nix
+++ b/pkgs/tools/misc/haste-client/default.nix
@@ -1,10 +1,8 @@
 { lib
 , bundlerApp
-, buildRubyGem
-, ruby
 }:
 
-bundlerApp rec {
+bundlerApp {
   pname = "haste";
   gemdir = ./.;
   exes = [ "haste" ];