3
0
Fork 0
forked from mirrors/nixpkgs

obexd: add licenese

This commit is contained in:
Markus Kowalewski 2018-11-14 23:30:55 +01:00
parent 89d0ad5c85
commit 932861cacb
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -12,8 +12,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
meta = {
meta = with stdenv.lib; {
homepage = http://www.bluez.org/;
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl3;
};
}