mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 17:57:37 +00:00
libbap: add license
This commit is contained in:
parent
bbcfb99e8d
commit
8ddce99ab9
@ -20,10 +20,11 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $out/include
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/binaryanalysisplatform/bap-bindings;
|
||||
description = "A C library for interacting with BAP";
|
||||
maintainers = [ stdenv.lib.maintainers.maurer ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ maintainers.maurer ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user