mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
p8-platform: expand platforms to all
This commit is contained in:
parent
503d637bab
commit
dca4490738
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/Pulse-Eight/platform";
|
||||
repositories.git = "https://github.com/Pulse-Eight/platform.git";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.titanous ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user