mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 12:27:44 +00:00
gensio: expand platforms to unix
This commit is contained in:
parent
10e7da1041
commit
23d7ea3d2a
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://sourceforge.net/projects/ser2net/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ emantor ];
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user