bottom: enable tests

This commit is contained in:
Gutyina Gergő
2024-12-11 09:51:52 +01:00
parent 614fdc5104
commit 56eb633cc2
+4 -2
View File
@@ -33,8 +33,6 @@ rustPlatform.buildRustPackage rec {
apple-sdk_11
];
doCheck = false;
postInstall = ''
installManPage target/tmp/bottom/manpage/btm.1
installShellCompletion \
@@ -44,6 +42,10 @@ rustPlatform.buildRustPackage rec {
install -Dm444 desktop/bottom.desktop -t $out/share/applications
'';
preCheck = ''
HOME=$(mktemp -d)
'';
BTM_GENERATE = true;
passthru = {