about summary refs log tree commit diff
path: root/pkgs/tools/networking/maphosts
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-20 12:05:31 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-20 12:05:48 +0200
commitb82f92c1f61048de0e48d53d4cd4b9442ef1bace (patch)
tree4e129358348eb43717a462630dba94cad77ff81c /pkgs/tools/networking/maphosts
parent07947020838e2f6b5c4c277c388cb06702490f31 (diff)
maphosts: deprecate phases
Diffstat (limited to 'pkgs/tools/networking/maphosts')
-rw-r--r--pkgs/tools/networking/maphosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/maphosts/default.nix b/pkgs/tools/networking/maphosts/default.nix
index 8e3d0cf9160ce..896b3402d16ad 100644
--- a/pkgs/tools/networking/maphosts/default.nix
+++ b/pkgs/tools/networking/maphosts/default.nix
@@ -9,7 +9,7 @@ let
 in stdenv.mkDerivation {
   name = "maphosts-${env.gems.maphosts.version}";
 
-  phases = ["installPhase"];
+  dontUnpack = true;
 
   installPhase = ''
     mkdir -p "$out/bin"