mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
lksctp-tools: add license
This commit is contained in:
parent
e0c319cee3
commit
bbb8d5c250
@ -8,9 +8,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "05da6c2v3acc18ndvmkrag6x5lf914b7s0xkkr6wkvrbvd621sqs";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Linux Kernel Stream Control Transmission Protocol Tools.";
|
||||
homepage = http://lksctp.sourceforge.net/;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = with licenses; [ gpl2 lgpl21 ]; # library is lgpl21
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user