File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
pkgs/by-name/co/cosmic-randr Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments