Skip to content

Commit be8ed9b

Browse files
cosmic-randr: refactor
1 parent 09b2e6f commit be8ed9b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/co/cosmic-randr/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ rustPlatform.buildRustPackage rec {
3131
buildInputs = [ wayland ];
3232

3333
dontUseJustBuild = true;
34+
dontUseJustCheck = true;
3435

3536
justFlags = [
3637
"--set"
@@ -50,12 +51,12 @@ rustPlatform.buildRustPackage rec {
5051
];
5152
};
5253

53-
meta = with lib; {
54+
meta = {
5455
homepage = "https://github.com/pop-os/cosmic-randr";
5556
description = "Library and utility for displaying and configuring Wayland outputs";
56-
license = licenses.mpl20;
57-
maintainers = with maintainers; [ nyabinary ];
58-
platforms = platforms.linux;
57+
license = lib.licenses.mpl20;
58+
maintainers = with lib.maintainers; [ nyabinary ];
59+
platforms = lib.platforms.linux;
5960
mainProgram = "cosmic-randr";
6061
};
6162
}

0 commit comments

Comments
 (0)