mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #291858 from NickCao/swaycons
swaycons: mark available on all linux platforms
This commit is contained in:
commit
3563900dc8
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "Window Icons in Sway with Nerd Fonts!";
|
description = "Window Icons in Sway with Nerd Fonts!";
|
||||||
homepage = "https://github.com/ActuallyAllie/swaycons";
|
homepage = "https://github.com/ActuallyAllie/swaycons";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ aacebedo ];
|
maintainers = with maintainers; [ aacebedo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user