htop: set sysconfdir to /etc

This commit is contained in:
Maciej Krüger
2021-10-05 06:03:04 +02:00
parent a425421e28
commit 3f46ed7457
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
++ optional systemdSupport systemd
;
configureFlags = [ "--enable-unicode" ]
configureFlags = [ "--enable-unicode" "--sysconfdir=/etc" ]
++ optional sensorsSupport "--with-sensors"
;