Don't use "with licenses;" for single licences

And don't use square brackets on such lines.
This commit is contained in:
Tobias Geerinckx-Rice
2015-05-28 19:20:29 +02:00
parent 831d597bfa
commit 158e1cfdd0
139 changed files with 164 additions and 164 deletions

View File

@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/kripken/emscripten;
description = "An LLVM-to-JavaScript Compiler";
maintainers = with maintainers; [ bosu ];
license = with licenses; ncsa;
license = licenses.ncsa;
};
}

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://github.com/zsaleeba/picoc;
downloadPage = https://code.google.com/p/picoc/downloads/list;
license = with licenses; bsd3;
license = licenses.bsd3;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
license = with licenses; [ ruby ];
license = licenses.ruby;
homepage = "http://www.ruby-lang.org/en/";
description = "The Ruby language";
maintainers = with maintainers; [ lovek323 ];

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
inherit version;
description = "Brokken's Own Base Classes And Templates";
downloadPage = http://sourceforge.net/projects/bobcat/files/;
license = with licenses; gpl3;
license = licenses.gpl3;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = "http://www.highscore.de/boost/process0.5/";
description = "Library to manage system processes";
license = with licenses; boost;
license = licenses.boost;
platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ];
};

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "the Git linkable library";
homepage = http://libgit2.github.com/;
license = with stdenv.lib.licenses; gpl2;
license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; all;
};
}

View File

@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
'';
# http://www.open-mpi.org/projects/hwloc/license.php
license = with licenses; bsd3;
license = licenses.bsd3;
homepage = http://www.open-mpi.org/projects/hwloc/;

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/open-source-parsers/jsoncpp;
description = "A simple API to manipulate JSON data in C++";
maintainers = with stdenv.lib.maintainers; [ ttuegel ];
license = with stdenv.lib.licenses; [ mit ];
license = stdenv.lib.licenses.mit;
branch = "1.6";
};
}

View File

@@ -113,7 +113,7 @@ let
meta =
let inherit (builtins.parseDrvName super.extra-cmake-modules.name) version; in
{
license = with stdenv.lib.licenses; [ bsd2 ];
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ ttuegel ];
homepage = "http://www.kde.org";

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Emulate a Cisco-style telnet command-line interface";
homepage = http://sites.dparrish.com/libcli;
license = with licenses; lgpl21Plus;
license = licenses.lgpl21Plus;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Musical key detection for digital audio (C++ library)";
homepage = http://www.ibrahimshaath.co.uk/keyfinder/;
license = with licenses; gpl3Plus;
license = licenses.gpl3Plus;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://libpseudo.sourceforge.net/;
description = "Simple, thread-safe messaging between threads";
license = with licenses; gpl2Plus;
license = licenses.gpl2Plus;
};
}

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
the domain in a user interface or sorting domain lists by site.
'';
homepage = http://rockdaboot.github.io/libpsl/;
license = with licenses; mit;
license = licenses.mit;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.creytiv.com/re.html";
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; bsd3;
license = stdenv.lib.licenses.bsd3;
inherit version;
downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true;

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.creytiv.com/rem.html";
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; bsd3;
license = stdenv.lib.licenses.bsd3;
inherit version;
downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true;

View File

@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Terminal keypress reading library";
license = with licenses; [ mit ];
license = licenses.mit;
};
}

View File

@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://libviper.sourceforge.net/;
description = "Simple window creation and management facilities for the console";
license = with licenses; gpl2Plus;
license = licenses.gpl2Plus;
};
}

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://libvterm.sourceforge.net/;
description = "Terminal emulator library to mimic both vt100 and rxvt";
license = with licenses; gpl2Plus;
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "NX compression library";
homepage = "http://wiki.x2go.org/doku.php/wiki:libs:nx-libs";
license = with licenses; gpl2;
license = licenses.gpl2;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Qt 5 Cryptographic Architecture";
homepage = http://delta.affinix.com/qca;
maintainers = with maintainers; [ ttuegel ];
license = with licenses; [ lgpl21Plus ];
license = licenses.lgpl21Plus;
};
}

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A QML port of qtermwidget";
homepage = "https://github.com/Swordifish90/qmltermwidget";
license = with stdenv.lib.licenses; [ gpl2 ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ skeidel ];
};

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
platform that supports both FreeType and the OpenGL API.
'';
homepage = http://quesoglc.sourceforge.net/;
license = with licenses; [ lgpl21Plus ];
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ astsmtl ];
platforms = with platforms; linux;
};

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
description = "RabbitMQ C AMQP client library";
homepage = https://github.com/alanxz/rabbitmq-c;
license = with stdenv.lib.licenses; mit;
license = stdenv.lib.licenses.mit;
platforms = with stdenv.lib.platforms; linux;
};
}

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://code.google.com/p/re2/;
description = "An efficient, principled regular expression library";
license = with stdenv.lib.licenses; bsd3;
license = stdenv.lib.licenses.bsd3;
platforms = with stdenv.lib.platforms; all;
};
}

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
inherit version;
description = "Linear Algebra PACKage";
homepage = "http://www.netlib.org/lapack/";
license = with licenses; bsd3;
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.simons ];

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
inherit version;
description = "Linear Algebra PACKage";
homepage = "http://www.netlib.org/lapack/";
license = with licenses; bsd3;
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.simons ];

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.creytiv.com/baresip.html";
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; gpl2;
license = stdenv.lib.licenses.gpl2;
downloadPage = "http://www.soft-switch.org/downloads/spandsp/";
inherit version;
updateWalker = true;

View File

@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A very basic terminfo library";
license = with licenses; [ lgpl3Plus ];
license = licenses.lgpl3Plus;
};
}

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://alloy.mit.edu/;
downloadPage = http://alloy.mit.edu/alloy/download.html;
license = with licenses; mit;
license = licenses.mit;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
application of this sort.
'';
homepage = http://coan2.sourceforge.net/;
license = with licenses; bsd3;
license = licenses.bsd3;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
replacing #includes with forward-declares when possible.
'';
homepage = http://include-what-you-use.com;
license = with licenses; bsd3;
license = licenses.bsd3;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -42,7 +42,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Cross platform desktop application shell";
homepage = https://github.com/atom/atom-shell;
license = [ licenses.mit ];
license = licenses.mit;
maintainers = [ maintainers.fluffynukeit ];
platforms = [ "x86_64-linux" ];
};

View File

@@ -13,7 +13,7 @@ bundlerEnv {
meta = with lib; {
description = "A streamlined development and deployment workflow for Chef platform";
homepage = https://downloads.chef.io/chef-dk/;
license = with licenses; asl20;
license = licenses.asl20;
maintainers = with maintainers; [ offline ];
platforms = platforms.unix;
};

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
entirely in Java 6.
'';
homepage = http://www.benf.org/other/cfr/;
license = with licenses; mit;
license = licenses.mit;
platforms = with platforms; all;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -49,7 +49,7 @@ stdenv.mkDerivation {
description = "Compiler cache for fast recompilation of C/C++ code";
homepage = http://ccache.samba.org/;
downloadPage = https://ccache.samba.org/download.html;
license = with licenses; gpl3Plus;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ nckx ];
};
};

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://flexcpp.sourceforge.net/;
downloadPage = http://sourceforge.net/projects/flexcpp/files/;
license = with licenses; gpl3;
license = licenses.gpl3;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A secure tunneling app for executing tests securely when testing behind firewalls";
license = with licenses; unfree;
license = licenses.unfree;
homepage = https://docs.saucelabs.com/reference/sauce-connect/;
maintainers = with maintainers; [offline];
platforms = with platforms; platforms.linux;

View File

@@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Chromium-based cross-platform / cross-language application framework";
homepage = https://github.com/breach/thrust;
license = [ licenses.mit ];
license = licenses.mit;
maintainers = [ maintainers.osener ];
platforms = [ "x86_64-linux" ];
};