···3333 # you can choose one of the following licenses:
3434 # GPL or a commercial-use license (available at
3535 # http://www.mega-nerd.com/SRC/libsamplerate-cul.pdf)
3636- licenses = with licenses; [ gpl3.shortName unfree ];
3636+ license = with licenses; [ gpl3.shortName unfree ];
3737 maintainers = with maintainers; [ lovek323 wkennington ];
3838 platforms = platforms.all;
3939 };
-1
pkgs/development/libraries/libtiger/default.nix
···12121313 meta = {
1414 homepage = http://code.google.com/p/libtiger/;
1515- authors = [ "Vincent Penquerc'h" ];
1615 description = "A rendering library for Kate streams using Pango and Cairo";
1716 platforms = stdenv.lib.platforms.unix;
1817 };
···2020 enableParallelBuilding = true;
21212222 meta = {
2323- descritption = "A computer code to create and evaluate fast interpolation tables of pre-computed coefficients in perturbation theory for observables in hadron-induced processes";
2323+ description = "A computer code to create and evaluate fast interpolation tables of pre-computed coefficients in perturbation theory for observables in hadron-induced processes";
2424 license = stdenv.lib.licenses.gpl3;
2525 homepage = http://fastnlo.hepforge.org;
2626 platforms = stdenv.lib.platforms.unix;
+1-1
pkgs/development/libraries/speex/default.nix
···2525 ];
26262727 meta = with stdenv.lib; {
2828- hompage = http://www.speex.org/;
2828+ homepage = http://www.speex.org/;
2929 description = "An Open Source/Free Software patent-free audio compression format designed for speech";
3030 license = licenses.bsd3;
3131 platforms = platforms.unix;
+1-1
pkgs/development/libraries/speexdsp/default.nix
···2121 ] ++ stdenv.lib.optional stdenv.isAarch64 "--disable-neon";
22222323 meta = with stdenv.lib; {
2424- hompage = http://www.speex.org/;
2424+ homepage = http://www.speex.org/;
2525 description = "An Open Source/Free Software patent-free audio compression format designed for speech";
2626 license = licenses.bsd3;
2727 platforms = platforms.unix;
···7171 description = "AVR development environment including binutils, avr-gcc and avr-libc";
7272 # I've tried compiling the packages separately.. too much hassle. This just works. Fine.
7373 license = ["GPL" "LGPL"]; # see single packages ..
7474- homepage = []; # dito
7574 platforms = platforms.linux;
7675 };
7776}
···60606161 meta = {
6262 homepage = http://sourceware.org/lvm2/;
6363- descriptions = "Tools to support Logical Volume Management (LVM) on Linux";
6363+ description = "Tools to support Logical Volume Management (LVM) on Linux";
6464 platforms = stdenv.lib.platforms.linux;
6565 maintainers = with stdenv.lib.maintainers; [raskin];
6666 inherit version;
+1-1
pkgs/servers/pulseaudio/default.nix
···126126 meta = {
127127 description = "Sound server for POSIX and Win32 systems";
128128 homepage = http://www.pulseaudio.org/;
129129- licenses = lib.licenses.lgpl2Plus;
129129+ license = lib.licenses.lgpl2Plus;
130130 maintainers = with lib.maintainers; [ lovek323 wkennington ];
131131 platforms = lib.platforms.unix;
132132
+4-1
pkgs/stdenv/generic/default.nix
···18181919let
20202121- shouldCheckMeta = config.checkMeta or false;
2121+ shouldCheckMeta = config.checkMeta or true;
22222323 allowUnfree = config.allowUnfree or false || builtins.getEnv "NIXPKGS_ALLOW_UNFREE" == "1";
2424···221221222222 # Weirder stuff that doesn't appear in the documentation?
223223 version = str;
224224+ tag = str;
224225 updateWalker = bool;
225226 executables = listOf str;
226227 outputsToInstall = listOf str;
227228 position = str;
228229 repositories = attrsOf str;
229230 isBuildPythonPackage = platforms;
231231+ schedulingPriority = str;
232232+ downloadURLRegexp = str;
230233 };
231234232235 checkMetaAttr = k: v:
+1-1
pkgs/tools/inputmethods/anthy/default.nix
···5566 meta = with stdenv.lib; {
77 description = "Hiragana text to Kana Kanji mixed text Japanese input method";
88- homepace = http://sourceforge.jp/projects/anthy/;
88+ homepage = http://sourceforge.jp/projects/anthy/;
99 license = licenses.gpl2Plus;
1010 maintainers = with maintainers; [ ericsagnes ];
1111 platforms = platforms.linux;
+1-1
pkgs/tools/package-management/gx/go/default.nix
···2929 description = "A tool for importing go packages into gx";
3030 homepage = https://github.com/whyrusleeping/gx-go;
3131 license = licenses.mit;
3232- maintainer = with maintainers; [ zimbatm ];
3232+ maintainers = with maintainers; [ zimbatm ];
3333 };
3434}
+1-1
pkgs/tools/typesetting/tex/tetex/default.nix
···4848 meta = with stdenv.lib; {
4949 description = "A full-featured (La)TeX distribution";
5050 homepage = http://www.tug.org/tetex/;
5151- matintainers = with maintainers; [ lovek323 ];
5151+ maintainers = with maintainers; [ lovek323 ];
5252 platforms = platforms.unix;
5353 hydraPlatforms = [];
5454 };
+18-18
pkgs/top-level/python-packages.nix
···11761176 };
1177117711781178 meta = with pkgs.stdenv.lib; {
11791179- descriptions = "Library for reading, writing and rewriting python AST";
11791179+ description = "Library for reading, writing and rewriting python AST";
11801180 homepage = https://github.com/berkerpeksag/astor;
11811181 license = licenses.bsd3;
11821182 maintainers = with maintainers; [ nixy ];
···5214521452155215 meta = {
52165216 license = licenses.mit;
52175217- website = "https://pypi.python.org/pypi/pytest-cache/";
52175217+ homepage = "https://pypi.python.org/pypi/pytest-cache/";
52185218 description = "pytest plugin with mechanisms for caching across test runs";
52195219 };
52205220 };
···5232523252335233 meta = {
52345234 license = licenses.mit;
52355235- website = https://pypi.python.org/pypi/pytest-catchlog/;
52355235+ homepage = https://pypi.python.org/pypi/pytest-catchlog/;
52365236 description = "py.test plugin to catch log messages. This is a fork of pytest-capturelog.";
52375237 };
52385238 };
···5308530853095309 meta = {
53105310 license = licenses.mit;
53115311- website = "https://pypi.python.org/pypi/pytest-flakes";
53115311+ homepage = "https://pypi.python.org/pypi/pytest-flakes";
53125312 description = "pytest plugin to check source code with pyflakes";
53135313 };
53145314 };
···5354535453555355 meta = {
53565356 license = licenses.mit;
53575357- website = "https://pypi.python.org/pypi/pytest-pep8";
53575357+ homepage = "https://pypi.python.org/pypi/pytest-pep8";
53585358 description = "pytest plugin to check PEP8 requirements";
53595359 };
53605360 };
···5419541954205420 meta = {
54215421 license = licenses.asl20;
54225422- website = "https://pypi.python.org/pypi/pytest-quickcheck";
54225422+ homepage = "https://pypi.python.org/pypi/pytest-quickcheck";
54235423 description = "pytest plugin to generate random data inspired by QuickCheck";
54245424 };
54255425 };
···81648164 description = "Cross-platform Bluetooth API for Python";
81658165 maintainers = with maintainers; [ leenaars ];
81668166 license = licenses.gpl3;
81678167- platform = platforms.all;
81678167+ platforms = platforms.all;
81688168 };
81698169 };
81708170···87998799 meta = {
88008800 description = "A Python-based build/distribution/deployment scripting tool";
88018801 homepage = http://github.com/paver/paver;
88028802- matinainers = with maintainers; [ lovek323 ];
88028802+ maintainers = with maintainers; [ lovek323 ];
88038803 platforms = platforms.unix;
88048804 };
88058805 };
···90899089 description = "Call graph visualizations for Python applications";
90909090 maintainers = with maintainers; [ auntie ];
90919091 license = licenses.gpl2;
90929092- platform = platforms.all;
90929092+ platforms = platforms.all;
90939093 };
90949094 };
90959095···92259225 description = "Python port of libaxolotl-android";
92269226 maintainers = with maintainers; [ abbradar ];
92279227 license = licenses.gpl3;
92289228- platform = platforms.all;
92289228+ platforms = platforms.all;
92299229 };
92309230 };
92319231···92439243 description = "Curve25519 with ed25519 signatures";
92449244 maintainers = with maintainers; [ abbradar ];
92459245 license = licenses.gpl3;
92469246- platform = platforms.all;
92469246+ platforms = platforms.all;
92479247 };
92489248 };
92499249···92689268 description = "Postfix policy engine for Sender Policy Framework (SPF) checking";
92699269 maintainers = with maintainers; [ abbradar ];
92709270 license = licenses.asl20;
92719271- platform = platforms.all;
92719271+ platforms = platforms.all;
92729272 };
92739273 };
92749274···94739473 description = "Python API for Sendmail Milters (SPF)";
94749474 maintainers = with maintainers; [ abbradar ];
94759475 license = licenses.gpl2;
94769476- platform = platforms.all;
94769476+ platforms = platforms.all;
94779477 };
94789478 };
94799479···96749674 homepage = "http://sarge.readthedocs.org/";
96759675 description = "A wrapper for subprocess which provides command pipeline functionality";
96769676 license = licenses.bsd3;
96779677- platform = platforms.all;
96779677+ platforms = platforms.all;
96789678 maintainers = with maintainers; [ abbradar ];
96799679 };
96809680 };
···1459014590 buildInputs = with self; [nose];
14591145911459214592 meta = {
1459314593- decription = "The fastest markdown parser in pure Python";
1459314593+ description = "The fastest markdown parser in pure Python";
1459414594 homepage = https://github.com/lepture/mistune;
1459514595 license = licenses.bsd3;
1459614596 };
···1556515565 propagatedBuildInputs = with self ; [ aiodns pyasn1 pkgs.gnupg1 pyasn1-modules];
15566155661556715567 meta = {
1556815568- meta = "Elegant Python library for XMPP";
1556815568+ description = "Elegant Python library for XMPP";
1556915569 license = licenses.mit;
1557015570 homepage = https://dev.louiz.org/projects/slixmpp;
1557115571 };
···2282122821 buildInputs = with self; [ appdirs ];
22822228222282322823 meta = with pkgs.stdenv.lib; {
2282422824- descriptions = "A python Lex/Yacc that works with RPython";
2282422824+ description = "A python Lex/Yacc that works with RPython";
2282522825 homepage = https://github.com/alex/rply;
2282622826 license = licenses.bsd3;
2282722827 maintainers = with maintainers; [ nixy ];
···25666256662566725667 meta = {
2566825668 description = "Quick Response code generation for Python";
2566925669- home = "https://pypi.python.org/pypi/qrcode";
2566925669+ homepage = "https://pypi.python.org/pypi/qrcode";
2567025670 license = licenses.bsd3;
2567125671 };
2567225672 };