···24 description = "A wrapper for dmenu that recognize .desktop files";
25 homepage = "https://github.com/enkore/j4-dmenu-desktop";
26 license = licenses.gpl3;
27- maintainer = with maintainers; [ ericsagnes ];
28- platforms = with platforms; unix;
29 };
30}
···24 description = "A wrapper for dmenu that recognize .desktop files";
25 homepage = "https://github.com/enkore/j4-dmenu-desktop";
26 license = licenses.gpl3;
27+ maintainers = with maintainers; [ ericsagnes ];
28+ platforms = with platforms; unix;
29 };
30}
+1-1
pkgs/applications/misc/metamorphose2/default.nix
···37 description = "a graphical mass renaming program for files and folders";
38 homepage = "https://github.com/metamorphose/metamorphose2";
39 license = with licenses; gpl3Plus;
40- maintainer = with maintainers; [ ramkromberg ];
41 platforms = with platforms; linux;
42 };
43}
···37 description = "a graphical mass renaming program for files and folders";
38 homepage = "https://github.com/metamorphose/metamorphose2";
39 license = with licenses; gpl3Plus;
40+ maintainers = with maintainers; [ ramkromberg ];
41 platforms = with platforms; linux;
42 };
43}
+1-1
pkgs/applications/misc/ola/default.nix
···23 meta = with stdenv.lib; {
24 description = "A framework for controlling entertainment lighting equipment.";
25 maintainers = [ maintainers.globin ];
26- licenses = with licenses; [ lgpl21 gpl2Plus ];
27 platforms = platforms.all;
28 };
29}
···23 meta = with stdenv.lib; {
24 description = "A framework for controlling entertainment lighting equipment.";
25 maintainers = [ maintainers.globin ];
26+ license = with licenses; [ lgpl21 gpl2Plus ];
27 platforms = platforms.all;
28 };
29}
···2930 meta = with stdenv.lib; {
31 description = "Fonts for Code, from Font Bureau";
32- longDescrition = ''
33 Input is a font family designed for computer programming, data,
34 and text composition. It was designed by David Jonathan Ross
35 between 2012 and 2014 and published by The Font Bureau. It
···2930 meta = with stdenv.lib; {
31 description = "Fonts for Code, from Font Bureau";
32+ longDescription = ''
33 Input is a font family designed for computer programming, data,
34 and text composition. It was designed by David Jonathan Ross
35 between 2012 and 2014 and published by The Font Bureau. It
+1-1
pkgs/data/fonts/noto-fonts/tools.nix
···27 description = "Noto fonts support tools and scripts plus web site generation";
28 license = lib.licenses.asl20;
29 homepage = https://github.com/googlei18n/nototools;
30- platform = lib.platforms.unix;
31 };
32}
···27 description = "Noto fonts support tools and scripts plus web site generation";
28 license = lib.licenses.asl20;
29 homepage = https://github.com/googlei18n/nototools;
30+ platforms = lib.platforms.unix;
31 };
32}
+1-1
pkgs/data/fonts/siji/default.nix
···17 meta = {
18 homepage = https://github.com/stark/siji;
19 description = "An iconic bitmap font based on Stlarch with additional glyphs";
20- liscense = stdenv.lib.licenses.gpl2;
21 platforms = stdenv.lib.platforms.all;
22 maintainers = [ stdenv.lib.maintainers.asymmetric ];
23 };
···17 meta = {
18 homepage = https://github.com/stark/siji;
19 description = "An iconic bitmap font based on Stlarch with additional glyphs";
20+ license = stdenv.lib.licenses.gpl2;
21 platforms = stdenv.lib.platforms.all;
22 maintainers = [ stdenv.lib.maintainers.asymmetric ];
23 };
+1-1
pkgs/data/fonts/vista-fonts/default.nix
···26 meta = {
27 description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)";
28 homepage = http://www.microsoft.com/typography/ClearTypeFonts.mspx;
29- binaryDistribution = false; # haven't read the EULA, but we probably can't redistribute these files, so...
3031 # Set a non-zero priority to allow easy overriding of the
32 # fontconfig configuration files.
···26 meta = {
27 description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)";
28 homepage = http://www.microsoft.com/typography/ClearTypeFonts.mspx;
29+ license = stdenv.lib.licenses.unfree; # haven't read the EULA, but we probably can't redistribute these files, so...
3031 # Set a non-zero priority to allow easy overriding of the
32 # fontconfig configuration files.
···1-{stdenv, fetchurl, xercesc }:
00002with stdenv; with lib;
3mkDerivation rec {
4- name = "libcutl-${meta.major}.${meta.minor}";
56 meta = {
7- major = "1.9";
8- minor = "0";
9 description = "A collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks" ;
10 platforms = platforms.all;
11 maintainers = with maintainers; [ ];
···1+{ stdenv, fetchurl, xercesc }:
2+let
3+ major = "1.9";
4+ minor = "0";
5+in
6with stdenv; with lib;
7mkDerivation rec {
8+ name = "libcutl-${major}.${minor}";
910 meta = {
0011 description = "A collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks" ;
12 platforms = platforms.all;
13 maintainers = with maintainers; [ ];
···22 meta = with stdenv.lib; {
23 description = "A collection of custom extensions for the Django Framework";
24 homepage = https://github.com/django-extensions/django-extensions;
25- licenses = [ licenses.mit ];
26 };
27}
···22 meta = with stdenv.lib; {
23 description = "A collection of custom extensions for the Django Framework";
24 homepage = https://github.com/django-extensions/django-extensions;
25+ license = licenses.mit;
26 };
27}
···25 meta = with stdenv.lib; {
26 description = "A Task-Based Parallelization Framework";
27 license = licenses.mit;
28- url = https://jug.readthedocs.io/;
29 maintainers = with maintainers; [ luispedro ];
30 };
31}
···25 meta = with stdenv.lib; {
26 description = "A Task-Based Parallelization Framework";
27 license = licenses.mit;
28+ homepage = https://jug.readthedocs.io/;
29 maintainers = with maintainers; [ luispedro ];
30 };
31}
+2-2
pkgs/development/python-modules/pydot/default.nix
···22 meta = {
23 homepage = https://github.com/erocarrera/pydot;
24 description = "Allows to easily create both directed and non directed graphs from Python";
25- licenses = with lib.licenses; [ mit ];
26 };
27-}
···22 meta = {
23 homepage = https://github.com/erocarrera/pydot;
24 description = "Allows to easily create both directed and non directed graphs from Python";
25+ license = lib.licenses.mit;
26 };
27+}
···27 description = "Download files using requests and save them to a target path";
28 homepage = https://www.github.com/takluyver/requests_download;
29 license = lib.licenses.mit;
30- maintainer = lib.maintainers.fridh;
31 };
32-}
···27 description = "Download files using requests and save them to a target path";
28 homepage = https://www.github.com/takluyver/requests_download;
29 license = lib.licenses.mit;
30+ maintainers = [ lib.maintainers.fridh ];
31 };
32+}
···23 description = "Provides a command line tool to invoke vcs commands on multiple repositories";
24 homepage = https://github.com/dirk-thomas/vcstool;
25 license = licenses.asl20;
26- maintainer = with maintainers; [ sivteck ];
27 };
28}
···23 description = "Provides a command line tool to invoke vcs commands on multiple repositories";
24 homepage = https://github.com/dirk-thomas/vcstool;
25 license = licenses.asl20;
26+ maintainers = with maintainers; [ sivteck ];
27 };
28}
+1-1
pkgs/games/commandergenius/default.nix
···2425 meta = with stdenv.lib; {
26 description = "Modern Interpreter for the Commander Keen Games";
27- longdescription = ''
28 Commander Genius is an open-source clone of
29 Commander Keen which allows you to play
30 the games, and some of the mods
···2425 meta = with stdenv.lib; {
26 description = "Modern Interpreter for the Commander Keen Games";
27+ longDescription = ''
28 Commander Genius is an open-source clone of
29 Commander Keen which allows you to play
30 the games, and some of the mods
···32 description = "Simple i3lock helper which pixels a screenshot by scaling it down and up to get a pixeled version of the screen when the lock is active.";
33 homepage = https://github.com/Ma27/i3lock-pixeled;
34 license = licenses.mit;
35- platform = platforms.linux;
36 maintainers = with maintainers; [ ma27 ];
37 };
38}
···32 description = "Simple i3lock helper which pixels a screenshot by scaling it down and up to get a pixeled version of the screen when the lock is active.";
33 homepage = https://github.com/Ma27/i3lock-pixeled;
34 license = licenses.mit;
35+ platforms = platforms.linux;
36 maintainers = with maintainers; [ ma27 ];
37 };
38}
+2-1
pkgs/misc/themes/gnome-breeze/default.nix
···12 cp -r Breeze* $out/share/themes
13 '';
140015 meta = {
16 description = "A GTK theme built to match KDE's breeze theme";
17 homepage = https://github.com/dirruk1/gnome-breeze;
···19 maintainers = with stdenv.lib.maintainers; [ bennofs ];
20 platforms = stdenv.lib.platforms.all;
21 hydraPlatforms = [];
22- preferLocalBuild = true;
23 };
24}
···12 cp -r Breeze* $out/share/themes
13 '';
1415+ preferLocalBuild = true;
16+17 meta = {
18 description = "A GTK theme built to match KDE's breeze theme";
19 homepage = https://github.com/dirruk1/gnome-breeze;
···21 maintainers = with stdenv.lib.maintainers; [ bennofs ];
22 platforms = stdenv.lib.platforms.all;
23 hydraPlatforms = [];
024 };
25}
···1516 meta = {
17 homepage = https://sourceforge.net/projects/lsdvd/;
18- shortDescription = "Display information about audio, video, and subtitle tracks on a DVD";
19 platforms = stdenv.lib.platforms.linux;
20 };
21}
···1516 meta = {
17 homepage = https://sourceforge.net/projects/lsdvd/;
18+ description = "Display information about audio, video, and subtitle tracks on a DVD";
19 platforms = stdenv.lib.platforms.linux;
20 };
21}
+1-1
pkgs/tools/filesystems/afpfs-ng/default.nix
···18 description = "A client implementation of the Apple Filing Protocol";
19 license = licenses.gpl2;
20 maintainers = with maintainers; [ rnhmjoj ];
21- platform = platforms.linux;
22 };
2324}
···18 description = "A client implementation of the Apple Filing Protocol";
19 license = licenses.gpl2;
20 maintainers = with maintainers; [ rnhmjoj ];
21+ platforms = platforms.linux;
22 };
2324}
+1-1
pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
···1415 meta = {
16 description = "Old-style RAID configuration utility";
17- longDescritipn = ''
18 Old RAID configuration utility (still under development, though).
19 It is fully compatible with modern kernels and mdadm recognizes
20 its volumes. May be needed for rescuing an older system or nuking
···1415 meta = {
16 description = "Old-style RAID configuration utility";
17+ longDescription = ''
18 Old RAID configuration utility (still under development, though).
19 It is fully compatible with modern kernels and mdadm recognizes
20 its volumes. May be needed for rescuing an older system or nuking
+1-1
pkgs/tools/filesystems/nixpart/0.4/lvm2.nix
···5354 meta = {
55 homepage = http://sourceware.org/lvm2/;
56- descriptions = "Tools to support Logical Volume Management (LVM) on Linux";
57 platforms = stdenv.lib.platforms.linux;
58 };
59}
···5354 meta = {
55 homepage = http://sourceware.org/lvm2/;
56+ description = "Tools to support Logical Volume Management (LVM) on Linux";
57 platforms = stdenv.lib.platforms.linux;
58 };
59}
···41 meta = with stdenv.lib; {
42 description = "Extract the initial/default boot image from a CD image if existent";
43 homepage = https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/;
44- maintainer = [ maintainers.profpatsch ];
45 license = licenses.gpl2;
46 };
47
···41 meta = with stdenv.lib; {
42 description = "Extract the initial/default boot image from a CD image if existent";
43 homepage = https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/;
44+ maintainers = [ maintainers.profpatsch ];
45 license = licenses.gpl2;
46 };
47
+1-1
pkgs/tools/misc/gosu/default.nix
···18 meta = {
19 description= "Tool that avoids TTY and signal-forwarding behavior of sudo and su";
20 homepage = "https://github.com/tianon/gosu";
21- licence = stdenv.lib.licenses.gpl3;
22 platforms = stdenv.lib.platforms.linux;
23 };
24}
···18 meta = {
19 description= "Tool that avoids TTY and signal-forwarding behavior of sudo and su";
20 homepage = "https://github.com/tianon/gosu";
21+ license = stdenv.lib.licenses.gpl3;
22 platforms = stdenv.lib.platforms.linux;
23 };
24}
+1-1
pkgs/tools/misc/homesick/default.nix
···1213 meta = with lib; {
14 description = "Your home directory is your castle. Don't leave your dotfiles behind";
15- long_description =
16 ''
17 Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing
18 dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into
···1213 meta = with lib; {
14 description = "Your home directory is your castle. Don't leave your dotfiles behind";
15+ longDescription =
16 ''
17 Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing
18 dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into
+1-1
pkgs/tools/misc/hostsblock/default.nix
···6465 meta = with lib; {
66 description = "An ad- and malware-blocking script for Linux";
67- website = http://gaenserich.github.io/hostsblock/;
68 license = licenses.gpl3;
69 maintainers = [ maintainers.nicknovitski ];
70 platforms = platforms.unix;
···6465 meta = with lib; {
66 description = "An ad- and malware-blocking script for Linux";
67+ homepage = http://gaenserich.github.io/hostsblock/;
68 license = licenses.gpl3;
69 maintainers = [ maintainers.nicknovitski ];
70 platforms = platforms.unix;
···2122 meta = with stdenv.lib; {
23 description = "OpenConnect proxy";
24- longdescription = ''
25 ocproxy is a user-level SOCKS and port forwarding proxy for OpenConnect
26 based on lwIP.
27 '';
···2122 meta = with stdenv.lib; {
23 description = "OpenConnect proxy";
24+ longDescription = ''
25 ocproxy is a user-level SOCKS and port forwarding proxy for OpenConnect
26 based on lwIP.
27 '';