bottom: enable tests
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user