Merge pull request #44358 from NixOS/add-missing-licenses

Add missing licenses
This commit is contained in:
Pascal Wittmann 2018-08-11 11:32:58 +02:00 committed by GitHub
commit c53c9986bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
111 changed files with 157 additions and 14 deletions

View File

@ -62,5 +62,6 @@ in mkDerivation rec {
homepage = https://github.com/sddm/sddm;
maintainers = with maintainers; [ abbradar ttuegel ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
};
}

View File

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://sourceforge.net/projects/slim.berlios/; # berlios shut down; I found no replacement yet
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://sourceforge.net/projects/nedit;
platforms = with platforms; linux ++ darwin;
license = licenses.gpl2;
};
}

View File

@ -1,4 +1,4 @@
{ pythonPackages, fetchFromGitHub }:
{ stdenv, pythonPackages, fetchFromGitHub }:
pythonPackages.buildPythonApplication rec {
pname = "dosage";
@ -23,5 +23,6 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "A comic strip downloader and archiver";
homepage = https://dosage.rocks/;
license = stdenv.lib.licenses.mit;
};
}

View File

@ -37,5 +37,6 @@ in pythonPackages.buildPythonApplication rec {
homepage = http://manatlan.com/jbrout/;
description = "Photo manager";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -26,5 +26,6 @@ buildGoPackage rec {
homepage = https://cointop.sh;
platforms = stdenv.lib.platforms.linux; # cannot test others
maintainers = [ ];
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation {
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.peti ];
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
https://wiki.openstreetmap.org/wiki/Osmfilter
];
platforms = platforms.unix;
license = licenses.agpl3;
};
}

View File

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
description = "A simple application for modifying PDF documents";
platforms = platforms.all;
maintainers = with maintainers; [ obadz ];
license = licenses.gpl2Plus;
};
}

View File

@ -36,5 +36,6 @@ python3Packages.buildPythonApplication rec {
description = "Merge or split pdf documents and rotate, crop and rearrange their pages";
platforms = platforms.linux;
maintainers = with maintainers; [ mic92 ];
license = licenses.gpl3;
};
}

View File

@ -67,5 +67,6 @@ stdenv.mkDerivation (rec {
downloadPage = "http://dist.schmorp.de/rxvt-unicode/Attic/";
maintainers = [ ];
platforms = platforms.unix;
license = licenses.gpl3;
};
})

View File

@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
description = "A ncurses wrapper around taskwarrior";
maintainers = with maintainers; [ infinisil ];
platforms = platforms.linux; # Cannot test others
license = licenses.mit;
};
}

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/sboli/twmn;
platforms = with stdenv.lib.platforms; linux;
maintainers = [ stdenv.lib.maintainers.matejc ];
license = stdenv.lib.licenses.lgpl3;
};
}

View File

@ -14,5 +14,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
};
}

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
'';
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
license = licenses.gpl3;
};
}

View File

@ -37,6 +37,7 @@ rec {
homepage = http://www.mozilla.com/en-US/firefox/;
maintainers = with lib.maintainers; [ eelco ];
platforms = lib.platforms.linux;
license = lib.licenses.mpl20;
};
updateScript = callPackage ./update.nix {
attrPath = "firefox-unwrapped";
@ -138,6 +139,7 @@ rec {
'';
homepage = https://www.torproject.org/projects/torbrowser.html;
platforms = lib.platforms.linux;
license = lib.licenses.bsd3;
};
};

View File

@ -76,5 +76,6 @@ stdenv.mkDerivation rec {
description = "A text-mode web browser";
maintainers = [ maintainers.cstrahan ];
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.mit;
};
}

View File

@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
description = "VOIP/Videoconferencing app with full SIP and H.323 support";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
};
passthru = {

View File

@ -98,5 +98,6 @@ stdenv.mkDerivation rec {
description = "Desktop client for the Matrix protocol";
maintainers = with maintainers; [ ekleog ];
platforms = platforms.all;
license = licenses.gpl3Plus;
};
}

View File

@ -37,4 +37,8 @@ stdenv.mkDerivation {
mkdir -p $out/share/applications
ln -s ${desktopItem}/share/applications/* $out/share/applications
'';
inherit (rambox-bare.meta // {
platforms = [ "i686-linux" "x86_64-linux" ];
});
}

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "A terminal based IRC client";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ lovek323 ];
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = https://owncloud.org;
maintainers = [ maintainers.qknight ];
platforms = platforms.unix;
license = licenses.gpl2Plus;
};
}

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "A masquerading SIP Proxy Server";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -15,5 +15,6 @@ in stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsd3;
};
}

View File

@ -16,5 +16,6 @@ fetchzip {
homepage = http://junicode.sourceforge.net/;
description = "A Unicode font for medievalists";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -49,5 +49,6 @@ stdenv.mkDerivation rec {
homepage = http://linuxlibertine.sf.net;
platforms = platforms.linux;
maintainers = [ maintainers.volth ];
license = licenses.ofl;
};
}

View File

@ -9,5 +9,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.epl10;
};
}

View File

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
platforms = platforms.unix;
maintainers = with maintainers; [ pSub willibutz ];
license = licenses.bsd2;
};
}

View File

@ -1,4 +1,4 @@
{ fetchurl, python2Packages }:
{ stdenv, fetchurl, python2Packages }:
let version = "0.9.5.1.1"; in
@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
meta = {
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
description = "A language for writing Python extension modules";
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -1,4 +1,4 @@
{ fetchurl, python2Packages }:
{ stdenv, fetchurl, python2Packages }:
let version = "0.9.6.4"; in
@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
meta = {
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
description = "A language for writing Python extension modules";
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -8,6 +8,7 @@ stdenv.mkDerivation {
description = "Scheme 48";
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = with stdenv.lib.platforms; unix;
license = stdenv.lib.licenses.bsd3;
};
src = fetchurl {

View File

@ -11,5 +11,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl2;
};
}

View File

@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
homepage = http://www.exiv2.org/;
description = "A library and command-line utility to manage image metadata";
platforms = platforms.all;
license = licenses.gpl2;
license = licenses.gpl2Plus;
};
}

View File

@ -11,5 +11,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -9,5 +9,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl2;
};
}

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = "A library providing ability to interpret and import Corel Draw drawings into various applications";
homepage = http://www.freedesktop.org/wiki/Software/libcdr;
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.mpl20;
};
}

View File

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
homepage = http://libdmtx.org;
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
license = stdenv.lib.licenses.bsd2;
};
}

View File

@ -12,6 +12,7 @@ let
meta = {
homepage = https://www.prevanders.net/dwarf.html;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl21Plus;
};
in rec {

View File

@ -14,5 +14,6 @@ stdenv.mkDerivation {
homepage = http://www.libee.org/;
description = "An Event Expression Library inspired by CEE";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.lgpl21Plus;
};
}

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
homepage = http://www.openbsm.org/;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ matthewbauer ];
license = lib.licenses.bsd2;
};
}

View File

@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsd2;
};
}

View File

@ -91,5 +91,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -267,5 +267,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
hydraPlatforms = [];
license = stdenv.lib.licenses.unfree;
};
}

View File

@ -27,4 +27,8 @@ buildPythonPackage rec {
checkInputs = [ nose ];
postUnpack = "sourceRoot=\${sourceRoot}/acme";
meta = certbot.meta // {
description = "ACME protocol implementation in Python";
};
}

View File

@ -15,5 +15,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = http://code.google.com/p/py-amqplib/;
description = "Python client for the Advanced Message Queuing Procotol (AMQP)";
license = licenses.lgpl21;
};
}

View File

@ -1,4 +1,4 @@
{ buildPythonPackage, fetchPypi }:
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "ansi";
@ -12,4 +12,10 @@ buildPythonPackage rec {
checkPhase = ''
python -c "import ansi.color"
'';
meta = with lib; {
description = "ANSI cursor movement and graphics";
homepage = https://github.com/tehmaze/ansi/;
license = licenses.mit;
};
}

View File

@ -1,4 +1,4 @@
{ buildPythonPackage, fetchPypi, isPy3k, nose }:
{ lib, buildPythonPackage, fetchPypi, isPy3k, nose }:
buildPythonPackage rec {
pname = "anyjson";
@ -14,8 +14,9 @@ buildPythonPackage rec {
buildInputs = [ nose ];
meta = {
homepage = https://pypi.python.org/pypi/anyjson/;
meta = with lib; {
homepage = https://bitbucket.org/runeh/anyjson/;
description = "Wrapper that selects the best available JSON implementation";
license = licenses.bsd2;
};
}

View File

@ -1,4 +1,4 @@
{ buildPythonPackage, fetchdarcs, zope_interface, isPy3k }:
{ lib, buildPythonPackage, fetchdarcs, zope_interface, isPy3k }:
buildPythonPackage rec {
pname = "python-application";
@ -12,4 +12,10 @@ buildPythonPackage rec {
};
buildInputs = [ zope_interface ];
meta = with lib; {
description = "Basic building blocks for python applications";
homepage = https://github.com/AGProjects/python-application;
license = licenses.lgpl2Plus;
};
}

View File

@ -1,4 +1,4 @@
{ buildPythonPackage, fetchPypi
{ lib, buildPythonPackage, fetchPypi
, boto }:
buildPythonPackage rec {
@ -14,4 +14,10 @@ buildPythonPackage rec {
doCheck = false;
propagatedBuildInputs = [ boto ];
meta = with lib; {
description = "Python Interface to Route53";
homepage = https://github.com/mariusv/Area53;
license = licenses.unfree; # unspecified
};
}

View File

@ -19,5 +19,6 @@ buildPythonPackage rec {
description = "Bitbucket command line interface";
homepage = https://bitbucket.org/zhemao/bitbucket-cli;
maintainers = with maintainers; [ refnil ];
license = licenses.bsd2;
};
}

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation {
homepage = http://emma.sourceforge.net/;
description = "A code coverage tool for Java";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.cpl10;
};
}

View File

@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
homepage = http://findbugs.sourceforge.net/;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; unix;
license = licenses.lgpl3;
};
}

View File

@ -84,5 +84,6 @@ stdenv.mkDerivation rec {
description = "Cross-Platform Makefile Generator";
platforms = if useQt4 then qt4.meta.platforms else stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ ];
license = stdenv.lib.licenses.bsd3;
};
}

View File

@ -126,5 +126,6 @@ stdenv.mkDerivation rec {
description = "Cross-Platform Makefile Generator";
platforms = if useQt4 then qt4.meta.platforms else platforms.all;
maintainers = with maintainers; [ ttuegel lnl7 ];
license = licenses.bsd3;
};
}

View File

@ -36,5 +36,6 @@ stdenv.mkDerivation {
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.the-kenny ];
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -122,5 +122,6 @@ stdenv.mkDerivation {
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ gleber tazjin ];
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -87,5 +87,6 @@ in stdenv.mkDerivation rec {
homepage = http://opam.ocamlpro.com/;
maintainers = [ maintainers.henrytill ];
platforms = platforms.all;
license = licenses.lgpl21Plus;
};
}

View File

@ -22,5 +22,6 @@ buildGoPackage rec {
meta = {
description = "Proxy for for simulating network conditions.";
maintainers = with lib.maintainers; [ avnik ];
license = lib.licenses.mit;
};
}

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Masses and springs simulation game";
homepage = http://fs.fsf.org/construo/;
license = stdenv.lib.licenses.gpl3;
};
}

View File

@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.unix;
hydraPlatforms = stdenv.lib.platforms.linux; # darwin times out
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
description = "A space battle game with gravity as the main theme";
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
license = licenses.mit;
};
}

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
homepage = https://trackballs.github.io/;
description = "3D Marble Madness clone";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}

View File

@ -36,5 +36,6 @@ in stdenv.mkDerivation rec {
description = "A DOS emulator";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ binarin ];
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.asl20;
};
}

View File

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
'';
maintainers = [ stdenv.lib.maintainers.raskin ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Library for working with POSIX capabilities";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.bsd3;
};
}

View File

@ -14,5 +14,6 @@ stdenv.mkDerivation rec {
homepage = http://psmisc.sourceforge.net/;
description = "A set of small useful utilities that use the proc filesystem (such as fuser, killall and pstree)";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
description = "A memory usage reporting tool that takes shared memory into account";
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.eelco ];
license = lib.licenses.gpl2Plus;
};
}

View File

@ -19,5 +19,6 @@ multiStdenv.mkDerivation {
meta = with multiStdenv.lib; {
description = "Tool for creating static Linux binaries";
platforms = platforms.linux;
license = licenses.gpl2;
};
}

View File

@ -40,5 +40,6 @@ stdenv.mkDerivation {
homepage = http://www.nongnu.org/sysvinit/;
description = "Utilities related to booting and shutdown";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
description = "A tool to run processes untied from some of the namespaces";
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
};
passthru = {

View File

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
homepage = https://upower.freedesktop.org/;
description = "A D-Bus service for power management";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
description = "An I/O forwarding server that implements a variant of the 9P protocol";
maintainers = [ stdenv.lib.maintainers.rickynils];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}

View File

@ -92,5 +92,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ cstrahan mdaiter ];
description = "Dynamo inspired NoSQL DB by Basho";
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
};
}

View File

@ -1,4 +1,4 @@
{ buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "skydns-${version}";
@ -15,4 +15,8 @@ buildGoPackage rec {
};
goDeps = ./deps.nix;
meta = {
license = stdenv.lib.licenses.mit;
};
}

View File

@ -17,6 +17,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = "https://github.com/asciimoo/morty";
maintainers = with maintainers; [ leenaars ];
license = licenses.agpl3;
description = "Privacy aware web content sanitizer proxy as a service";
longDescription = ''
Morty is a web content sanitizer proxy as a service. It rewrites web

View File

@ -426,6 +426,10 @@ in
'';
};
xlsfonts = attrs: attrs // {
meta = attrs.meta // { license = lib.licenses.mit; };
};
xorgserver = with xorg; attrs_passed:
# exchange attrs if abiCompat is set
let

View File

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}

View File

@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
# license = stdenv.lib.licenses.lgpl21Plus; + "unRAR restriction"
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.raskin ];
license = stdenv.lib.licenses.lgpl2Plus;
};
}

View File

@ -117,6 +117,7 @@ stdenv.mkDerivation rec {
homepage = http://refind.sourceforge.net/;
maintainers = [ maintainers.AndersonTorres ];
platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.gpl3Plus;
};
}

View File

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
description = "A Gnome CD/DVD Burner";
homepage = https://wiki.gnome.org/Apps/Brasero;
maintainers = [ maintainers.bdimcheff ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}

View File

@ -12,4 +12,6 @@ in symlinkJoin {
wrapProgram $out/bin/brasero \
--prefix PATH ':' ${binPath}
'';
inherit (brasero-original) meta;
}

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
repositories.git = git://daniel-baumann.ch/git/software/dosfstools.git;
homepage = https://www.daniel-baumann.ch/software/dosfstools/;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
license = stdenv.lib.licenses.gpl3;
};
}

View File

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "FUSE-based VMFS (vmware) mounting tools";
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = "A command-line screen capture utility";
platforms = platforms.linux;
maintainers = with maintainers; [ garbas ];
license = licenses.mit;
};
}

View File

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
description = "Converts filenames from one encoding to another";
platforms = platforms.linux ++ platforms.freebsd ++ platforms.cygwin;
maintainers = [ ];
license = licenses.gpl2Plus;
};
}

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
platforms = with platforms; linux;
maintainers = with maintainers; [ peterhoeg ];
inherit version;
license = licenses.gpl3;
};
}

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
description = "On-the-fly display switch utility";
homepage = http://willem.engen.nl/projects/disper/;
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3;
};
}

View File

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3;
};
}

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = https://joeyh.name/code/moreutils/;
maintainers = with maintainers; [ koral pSub ];
platforms = platforms.all;
license = licenses.gpl2Plus;
};
}

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "tail on Steroids";
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -16,5 +16,6 @@ stdenv.mkDerivation {
homepage = http://www.nongnu.org/renameutils/;
description = "A set of programs to make renaming of files faster";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -1,8 +1,14 @@
{ bundlerEnv }:
{ stdenv, bundlerEnv }:
bundlerEnv {
name = "riemann-tools-0.2.13";
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
meta = {
description = "Tools to submit data to Riemann";
homepage = "https://riemann.io";
license = stdenv.lib.licenses.mit;
};
}

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Converter from Microsoft Word formats to human-editable ones";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2;
};
}

View File

@ -26,5 +26,6 @@ python2Packages.buildPythonApplication rec {
homepage = http://pyropus.ca/software/getmail/;
inherit version;
updateWalker = true;
license = stdenv.lib.licenses.gpl2Plus;
};
}

View File

@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ ebzzry codyopel ];
license = licenses.gpl2Plus;
};
}

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
homepage = http://sstp-client.sourceforge.net/;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.ktosiek ];
license = stdenv.lib.licenses.gpl2;
};
}

Some files were not shown because too many files have changed in this diff Show More