summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2017-01-18 00:17:50 +0100
committerJörg Thalheim <joerg@higgsboson.tk>2017-01-18 00:52:48 +0100
commit246fd4c950a7333c9168863a33929af196868262 (patch)
treead1a1eaba5f7ac853415bbe9ffc96d996fc6a52b /pkgs/tools/networking
parent57b06f45dba3764c74e8164d22445f92b34acdd5 (diff)
downloadnixlib-246fd4c950a7333c9168863a33929af196868262.tar
nixlib-246fd4c950a7333c9168863a33929af196868262.tar.gz
nixlib-246fd4c950a7333c9168863a33929af196868262.tar.bz2
nixlib-246fd4c950a7333c9168863a33929af196868262.tar.lz
nixlib-246fd4c950a7333c9168863a33929af196868262.tar.xz
nixlib-246fd4c950a7333c9168863a33929af196868262.tar.zst
nixlib-246fd4c950a7333c9168863a33929af196868262.zip
maphosts: use gemdir
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/maphosts/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/networking/maphosts/default.nix b/pkgs/tools/networking/maphosts/default.nix
index 08c56574dcf7..3a48814928e5 100644
--- a/pkgs/tools/networking/maphosts/default.nix
+++ b/pkgs/tools/networking/maphosts/default.nix
@@ -6,9 +6,7 @@ stdenv.mkDerivation rec {
   env = bundlerEnv {
     name = "maphosts-gems";
     inherit ruby;
-    gemfile = ./Gemfile;
-    lockfile = ./Gemfile.lock;
-    gemset = ./gemset.nix;
+    gemdir = ./.;
   };
 
   phases = ["installPhase"];