forked from mirrors/nixpkgs
mingetty: add license
This commit is contained in:
parent
44ab7c5fbe
commit
fbc3dd0a66
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ stdenv.mkDerivation {
|
||||||
makeFlagsArray=(SBINDIR=$out/sbin MANDIR=$out/share/man/man8)
|
makeFlagsArray=(SBINDIR=$out/sbin MANDIR=$out/share/man/man8)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://sourceforge.net/projects/mingetty;
|
homepage = https://sourceforge.net/projects/mingetty;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue