htop: Fix static build (#507820)

This commit is contained in:
K900
2026-04-13 17:02:10 +00:00
committed by GitHub
+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,