3
0
Fork 0
forked from mirrors/nixpkgs
This commit is contained in:
Domen Kožar 2014-10-23 00:13:31 +02:00
parent 80585d4599
commit efea92de19
9 changed files with 9 additions and 11 deletions
pkgs
desktops/gnome-3
3.10/core
libgnome-keyring
yelp-xsl
3.12/core
libgnome-keyring
yelp-xsl
development
libraries/pangomm
tools/misc/lttv
os-specific
darwin/otool
linux/lttng-modules
tools/networking/p2p/tahoe-lafs

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Framework for managing passwords and other secrets"; description = "Framework for managing passwords and other secrets";
homepage = http://live.gnome.org/GnomeKeyring; homepage = http://live.gnome.org/GnomeKeyring;
# TODO license = with stdenv.lib.licenses; [ gpl2Plus lgpl2Plus ]; license = with stdenv.lib.licenses; [ gpl2Plus lgpl2Plus ];
inherit (glib.meta) platforms maintainers; inherit (glib.meta) platforms maintainers;
longDescription = '' longDescription = ''

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Apps/Yelp; homepage = https://wiki.gnome.org/Apps/Yelp;
description = "Yelp's universal stylesheets for Mallard and DocBook"; description = "Yelp's universal stylesheets for Mallard and DocBook";
maintainers = with maintainers; [ lethalman ]; maintainers = with maintainers; [ lethalman ];
# TODO license = [licenses.gpl2 licenses.lgpl2]; license = [licenses.gpl2 licenses.lgpl2];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Framework for managing passwords and other secrets"; description = "Framework for managing passwords and other secrets";
homepage = http://live.gnome.org/GnomeKeyring; homepage = http://live.gnome.org/GnomeKeyring;
# TODO license = with stdenv.lib.licenses; [ gpl2Plus lgpl2Plus ]; license = with stdenv.lib.licenses; [ gpl2Plus lgpl2Plus ];
inherit (glib.meta) platforms maintainers; inherit (glib.meta) platforms maintainers;
longDescription = '' longDescription = ''

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Apps/Yelp; homepage = https://wiki.gnome.org/Apps/Yelp;
description = "Yelp's universal stylesheets for Mallard and DocBook"; description = "Yelp's universal stylesheets for Mallard and DocBook";
maintainers = with maintainers; [ lethalman ]; maintainers = with maintainers; [ lethalman ];
# TODO license = [licenses.gpl2 licenses.lgpl2]; license = [licenses.gpl2 licenses.lgpl2];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "C++ interface to the Pango text rendering library"; description = "C++ interface to the Pango text rendering library";
homepage = http://www.pango.org/; homepage = http://www.pango.org/;
# TODO license = with licenses; [ lgpl2 lgpl21 ]; license = with licenses; [ lgpl2 lgpl21 ];
maintainers = with maintainers; [ lovek323 raskin ]; maintainers = with maintainers; [ lovek323 raskin ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = http://lttng.org/; homepage = http://lttng.org/;
# liblttvtraceread (ltt/ directory) is distributed under the GNU LGPL v2.1. # liblttvtraceread (ltt/ directory) is distributed under the GNU LGPL v2.1.
# The rest of the LTTV package is distributed under the GNU GPL v2. # The rest of the LTTV package is distributed under the GNU GPL v2.
# TODO license = with licenses; [ gpl2 lgpl21 ]; license = with licenses; [ gpl2 lgpl21 ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
}; };

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Object file displaying tool"; description = "Object file displaying tool";
homepage = https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/otool.1.html; homepage = https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/otool.1.html;
# TODO license = with licenses; [ apsl20 gpl2Plus ]; license = with licenses; [ apsl20 gpl2Plus ];
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.darwin; platforms = platforms.darwin;

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Linux kernel modules for LTTng tracing"; description = "Linux kernel modules for LTTng tracing";
homepage = http://lttng.org/; homepage = http://lttng.org/;
# TODO license = with licenses; [ lgpl21 gpl2 mit ]; license = with licenses; [ lgpl21 gpl2 mit ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
}; };

View file

@ -66,9 +66,7 @@ buildPythonPackage {
''; '';
homepage = http://allmydata.org/; homepage = http://allmydata.org/;
license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
# TODO license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
maintainers = [ lib.maintainers.simons ]; maintainers = [ lib.maintainers.simons ];
platforms = lib.platforms.gnu; # arbitrary choice platforms = lib.platforms.gnu; # arbitrary choice
}; };