mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
sheldon: enable on unix platforms
Delete unnecessary platforms specification because installation is not possible in mac environment
This commit is contained in:
parent
0dcbd7944f
commit
5c69e529d7
@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rossmacarthur/sheldon";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ seqizz ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "sheldon";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user