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/";
|
homepage = "https://sourceforge.net/projects/ser2net/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ emantor ];
|
maintainers = with maintainers; [ emantor ];
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user