mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #32090 from xaverdh/master
oneko: set correct meta.platforms
This commit is contained in:
commit
94713c6c09
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://www.daidouji.com/oneko/";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = [ maintainers.xaverdh ];
|
||||
meta.platforms = platforms.unix;
|
||||
meta.platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue