summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/gem-config
diff options
context:
space:
mode:
authorMichael Fellinger <michael.fellinger@xing.com>2019-05-03 18:52:36 +0200
committerMichael Fellinger <michael.fellinger@xing.com>2019-05-03 18:52:36 +0200
commit0552899ebdbcdd72ec3f9c6a323dc18c483b23ec (patch)
tree567477a22c571810f7d1dc44d7cff4ea9cfb438b /pkgs/development/ruby-modules/gem-config
parent7c506060fd8de25243af245208a348b6833a08c8 (diff)
downloadnixpkgs-0552899ebdbcdd72ec3f9c6a323dc18c483b23ec.tar
nixpkgs-0552899ebdbcdd72ec3f9c6a323dc18c483b23ec.tar.gz
nixpkgs-0552899ebdbcdd72ec3f9c6a323dc18c483b23ec.tar.bz2
nixpkgs-0552899ebdbcdd72ec3f9c6a323dc18c483b23ec.tar.lz
nixpkgs-0552899ebdbcdd72ec3f9c6a323dc18c483b23ec.tar.xz
nixpkgs-0552899ebdbcdd72ec3f9c6a323dc18c483b23ec.tar.zst
nixpkgs-0552899ebdbcdd72ec3f9c6a323dc18c483b23ec.zip
gem-config: rugged needs which
Diffstat (limited to 'pkgs/development/ruby-modules/gem-config')
-rw-r--r--pkgs/development/ruby-modules/gem-config/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/gem-config/default.nix b/pkgs/development/ruby-modules/gem-config/default.nix
index f9f1addd4c3..41fcc336c13 100644
--- a/pkgs/development/ruby-modules/gem-config/default.nix
+++ b/pkgs/development/ruby-modules/gem-config/default.nix
@@ -406,7 +406,7 @@ in
 
   rugged = attrs: {
     nativeBuildInputs = [ pkgconfig ];
-    buildInputs = [ cmake openssl libssh2 zlib ];
+    buildInputs = [ which cmake openssl libssh2 zlib ];
     dontUseCmakeConfigure = true;
   };