Merge pull request #246204 from figsoda/hwatch

hwatch: expand platforms
This commit is contained in:
Weijia Wang 2023-07-31 22:28:12 +02:00 committed by GitHub
commit 5fa16cffe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,19 +24,16 @@ rustPlatform.buildRustPackage rec {
passthru.tests.version = testers.testVersion {
package = hwatch;
command = "hwatch --version";
version = version;
};
meta = with lib; {
homepage = "https://github.com/blacknon/hwatch";
description= "Modern alternative to the watch command";
description = "Modern alternative to the watch command";
longDescription = ''
A modern alternative to the watch command, records the differences in
execution results and can check this differences at after.
'';
license = licenses.mit;
maintainers = with maintainers; [ hamburger1984 ];
platforms = platforms.linux;
};
}