about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-10-05 06:33:40 +0200
committerGitHub <noreply@github.com>2021-10-05 06:33:40 +0200
commit20eeb1e09eb3b13c70700f744b815d427bff4c2d (patch)
treef0c60a4ad62bca6e517ffeee1763bcea81b1c9ff /pkgs/tools/system
parent8f7589ff3fdd6e3fadda5608905d838838a707d1 (diff)
parent3f46ed7457b3367e5bf215adb9f59a52315e4dbc (diff)
Merge pull request #138811 from mkg20001/htop
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/htop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix
index 350c20ae101d2..bc8dde743c8e2 100644
--- a/pkgs/tools/system/htop/default.nix
+++ b/pkgs/tools/system/htop/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     ++ optional systemdSupport systemd
   ;
 
-  configureFlags = [ "--enable-unicode" ]
+  configureFlags = [ "--enable-unicode" "--sysconfdir=/etc" ]
     ++ optional sensorsSupport "--with-sensors"
   ;