mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #252637 from philiptaron/htop
htop: fix configure.am error with --enable-sensors
This commit is contained in:
commit
74f0173a48
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
"--enable-capabilities"
|
||||
"--enable-delayacct"
|
||||
]
|
||||
++ lib.optional sensorsSupport "--with-sensors"
|
||||
++ lib.optional sensorsSupport "--enable-sensors"
|
||||
;
|
||||
|
||||
postFixup =
|
||||
|
Loading…
Reference in New Issue
Block a user