mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
wpaperd: set platform to linux only
This commit is contained in:
parent
d68cf2916b
commit
2bb6a27de8
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/danyspin97/wpaperd";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ DPDmancul ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user