mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
bsd-finger: add license
This commit is contained in:
parent
14f57b1e64
commit
aad2acfab7
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preInstall = '' mkdir -p $out/man/man1 $out/bin '';
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsdOriginal;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user