bsd_fingerd: add license
This commit is contained in:
parent
b3d114e6f9
commit
5c9fbdfbfc
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preInstall = '' mkdir -p $out/man/man8 $out/sbin '';
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsdOriginal;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue