forked from mirrors/nixpkgs
fixes #1933
This commit is contained in:
parent
80585d4599
commit
efea92de19
pkgs
desktops/gnome-3
3.10/core
3.12/core
development
os-specific
tools/networking/p2p/tahoe-lafs
|
@ -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 = ''
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = ''
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue