Merge pull request #252637 from philiptaron/htop

htop: fix configure.am error with --enable-sensors
This commit is contained in:
Franz Pletz 2023-08-31 23:51:25 +02:00 committed by GitHub
commit 74f0173a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
"--enable-capabilities"
"--enable-delayacct"
]
++ lib.optional sensorsSupport "--with-sensors"
++ lib.optional sensorsSupport "--enable-sensors"
;
postFixup =