htop: Fix static build

This commit is contained in:
Henri Menke
2026-04-08 10:31:38 +02:00
parent f23b37e079
commit 67e6de7939
+1 -1
View File
@@ -8,7 +8,7 @@
ncurses,
libcap,
libnl,
sensorsSupport ? stdenv.hostPlatform.isLinux,
sensorsSupport ? (stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isStatic),
lm_sensors,
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemdLibs,
systemdLibs,