3
0
Fork 0
forked from mirrors/nixpkgs

Take me (viric) out of most maintenance

Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
This commit is contained in:
Lluís Batlle i Rossell 2018-07-22 21:50:19 +02:00
parent bb3986a5fc
commit 66d7126255
104 changed files with 104 additions and 104 deletions

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "Tracker music player for the terminal"; description = "Tracker music player for the terminal";
homepage = http://mikmod.shlomifish.org/; homepage = http://mikmod.shlomifish.org/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
homepage = http://www.qgis.org; homepage = http://www.qgis.org;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; unix; platforms = with stdenv.lib.platforms; unix;
maintainers = with stdenv.lib.maintainers; [viric mpickering]; maintainers = with stdenv.lib.maintainers; [mpickering];
}; };
} }

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "Cross platform image and hierarchical vector viewer based"; description = "Cross platform image and hierarchical vector viewer based";
homepage = http://giv.sourceforge.net/giv/; homepage = http://giv.sourceforge.net/giv/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = http://hugin.sourceforge.net/; homepage = http://hugin.sourceforge.net/;
description = "Toolkit for stitching photographs and assembling panoramas, together with an easy to use graphical front end"; description = "Toolkit for stitching photographs and assembling panoramas, together with an easy to use graphical front end";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric hrdinka ]; maintainers = with maintainers; [ hrdinka ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
homepage = http://www.paraview.org/; homepage = http://www.paraview.org/;
description = "3D Data analysis and visualization application"; description = "3D Data analysis and visualization application";
license = stdenv.lib.licenses.free; license = stdenv.lib.licenses.free;
maintainers = with stdenv.lib.maintainers; [viric guibert]; maintainers = with stdenv.lib.maintainers; [guibert];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -77,7 +77,7 @@ buildDotnetPackage rec {
homepage = http://www.pinta-project.com/; homepage = http://www.pinta-project.com/;
description = "Drawing/editing program modeled after Paint.NET"; description = "Drawing/editing program modeled after Paint.NET";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
description = "RAW converter and digital photo processing software"; description = "RAW converter and digital photo processing software";
homepage = http://www.rawtherapee.com/; homepage = http://www.rawtherapee.com/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ viric jcumming mahe the-kenny ]; maintainers = with stdenv.lib.maintainers; [ jcumming mahe the-kenny ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = http://www.sane-project.org/; homepage = http://www.sane-project.org/;
description = "Graphical scanning frontend for sane"; description = "Graphical scanning frontend for sane";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric peti]; maintainers = with stdenv.lib.maintainers; [peti];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Y-Vladimir/SmartDeblur; homepage = https://github.com/Y-Vladimir/SmartDeblur;
description = "Tool for restoring blurry and defocused images"; description = "Tool for restoring blurry and defocused images";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -162,7 +162,7 @@ stdenv.mkDerivation rec {
description = "Comprehensive e-book software"; description = "Comprehensive e-book software";
homepage = https://calibre-ebook.com; homepage = https://calibre-ebook.com;
license = with licenses; if unrarSupport then unfreeRedistributable else gpl3; license = with licenses; if unrarSupport then unfreeRedistributable else gpl3;
maintainers = with maintainers; [ viric domenkozar pSub AndersonTorres ]; maintainers = with maintainers; [ domenkozar pSub AndersonTorres ];
platforms = platforms.linux; platforms = platforms.linux;
inherit version; inherit version;
}; };

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "A generic, highly customizable, and efficient menu for the X Window System"; description = "A generic, highly customizable, and efficient menu for the X Window System";
homepage = https://tools.suckless.org/dmenu; homepage = https://tools.suckless.org/dmenu;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ viric pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = http://eaglemode.sourceforge.net; homepage = http://eaglemode.sourceforge.net;
description = "Zoomable User Interface"; description = "Zoomable User Interface";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
broken = true; broken = true;
}; };

View file

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "OpenStreetMap editor"; description = "OpenStreetMap editor";
homepage = http://merkaartor.be/; homepage = http://merkaartor.be/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
repositories.git = git://git.ghostscript.com/mupdf.git; repositories.git = git://git.ghostscript.com/mupdf.git;
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
maintainers = with maintainers; [ viric vrthra fpletz ]; maintainers = with maintainers; [ vrthra fpletz ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = http://navipowm.sourceforge.net/; homepage = http://navipowm.sourceforge.net/;
description = "Car navigation system"; description = "Car navigation system";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = http://www.navit-project.org/; homepage = http://www.navit-project.org/;
description = "Car navigation system with routing engine using OSM maps"; description = "Car navigation system with routing engine using OSM maps";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -53,7 +53,7 @@ pythonPackages.buildPythonApplication rec {
description = "Open source document analysis and OCR system"; description = "Open source document analysis and OCR system";
license = licenses.asl20; license = licenses.asl20;
homepage = https://github.com/tmbdev/ocropy/; homepage = https://github.com/tmbdev/ocropy/;
maintainers = with maintainers; [ domenkozar viric ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
homepage = https://st.suckless.org/; homepage = https://st.suckless.org/;
description = "Simple Terminal for X from Suckless.org Community"; description = "Simple Terminal for X from Suckless.org Community";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [viric andsild]; maintainers = with maintainers; [andsild];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -92,7 +92,7 @@ stdenv.mkDerivation {
description = "Free Open-Source filesystem on-the-fly encryption"; description = "Free Open-Source filesystem on-the-fly encryption";
homepage = http://www.truecrypt.org/; homepage = http://www.truecrypt.org/;
license = "TrueCrypt License Version 2.6"; license = "TrueCrypt License Version 2.6";
maintainers = with stdenv.lib.maintainers; [ viric ryantm ]; maintainers = with stdenv.lib.maintainers; [ ryantm ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://invisible-island.net/xterm; homepage = http://invisible-island.net/xterm;
license = with stdenv.lib.licenses; [ mit ]; license = with stdenv.lib.licenses; [ mit ];
maintainers = with stdenv.lib.maintainers; [viric vrthra]; maintainers = with stdenv.lib.maintainers; [vrthra];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
}; };
} }

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://links.twibright.com/; homepage = http://links.twibright.com/;
description = "A small browser with some graphics support"; description = "A small browser with some graphics support";
maintainers = with maintainers; [ raskin viric ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -44,7 +44,7 @@ in mkDerivation rec {
description = "Qt Tox client"; description = "Qt Tox client";
homepage = https://tox.chat; homepage = https://tox.chat;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ viric jgeerds akaWolf peterhoeg ]; maintainers = with maintainers; [ jgeerds akaWolf peterhoeg ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Reference CLI for Tox"; description = "Reference CLI for Tox";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ viric jgeerds ]; maintainers = with maintainers; [ jgeerds ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -62,7 +62,7 @@ let
description = "Low-latency, high quality voice chat software"; description = "Low-latency, high quality voice chat software";
homepage = https://mumble.info; homepage = https://mumble.info;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ viric jgeerds wkennington ]; maintainers = with maintainers; [ jgeerds wkennington ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}); });

View file

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric vrthra ]; maintainers = with maintainers; [ vrthra ];
platforms = platforms.gnu ++ platforms.linux; platforms = platforms.gnu ++ platforms.linux;
}; };
} }

View file

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;
}; };
} }

View file

@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
homepage = https://www.qbittorrent.org/; homepage = https://www.qbittorrent.org/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ Anton-Latukha viric ]; maintainers = with maintainers; [ Anton-Latukha ];
}; };
} }

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "A multimedia communication library written in C, implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE"; description = "A multimedia communication library written in C, implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE";
homepage = http://pjsip.org/; homepage = http://pjsip.org/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric olynch]; maintainers = with stdenv.lib.maintainers; [olynch];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Advanced IRC bouncer"; description = "Advanced IRC bouncer";
homepage = https://wiki.znc.in/ZNC; homepage = https://wiki.znc.in/ZNC;
maintainers = with maintainers; [ viric schneefux lnl7 ]; maintainers = with maintainers; [ schneefux lnl7 ];
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "Free, easy, personal accounting for everyone"; description = "Free, easy, personal accounting for everyone";
homepage = http://homebank.free.fr/; homepage = http://homebank.free.fr/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -278,7 +278,7 @@ in stdenv.mkDerivation rec {
description = "Comprehensive, professional-quality productivity suite, a variant of openoffice.org"; description = "Comprehensive, professional-quality productivity suite, a variant of openoffice.org";
homepage = https://libreoffice.org/; homepage = https://libreoffice.org/;
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = with maintainers; [ viric raskin ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -275,7 +275,7 @@ in stdenv.mkDerivation rec {
description = "Comprehensive, professional-quality productivity suite (Still/stable release)"; description = "Comprehensive, professional-quality productivity suite (Still/stable release)";
homepage = https://libreoffice.org/; homepage = https://libreoffice.org/;
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = with maintainers; [ viric raskin ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "VCD/Waveform viewer for Unix and Win32"; description = "VCD/Waveform viewer for Unix and Win32";
homepage = http://gtkwave.sourceforge.net; homepage = http://gtkwave.sourceforge.net;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice viric ]; maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
description = "The Next Generation Spice (Electronic Circuit Simulator)"; description = "The Next Generation Spice (Electronic Circuit Simulator)";
homepage = http://ngspice.sourceforge.net; homepage = http://ngspice.sourceforge.net;
license = with licenses; [ "BSD" gpl2 ]; license = with licenses; [ "BSD" gpl2 ];
maintainers = with maintainers; [ bgamari viric rongcuid ]; maintainers = with maintainers; [ bgamari rongcuid ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://fixounet.free.fr/avidemux/; homepage = http://fixounet.free.fr/avidemux/;
description = "Free video editor designed for simple video editing tasks"; description = "Free video editor designed for simple video editing tasks";
maintainers = with maintainers; [ viric abbradar ma27 ]; maintainers = with maintainers; [ abbradar ma27 ];
# "CPU not supported" errors on AArch64 # "CPU not supported" errors on AArch64
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.gpl2; license = licenses.gpl2;

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "A script system that allows advanced non-linear editing"; description = "A script system that allows advanced non-linear editing";
homepage = https://github.com/avxsynth/avxsynth; homepage = https://github.com/avxsynth/avxsynth;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ codyopel viric ]; maintainers = with maintainers; [ codyopel ];
platforms = platforms.linux; platforms = platforms.linux;
broken = true; # 2018-04-10 broken = true; # 2018-04-10
}; };

View file

@ -149,7 +149,7 @@ stdenv.mkDerivation rec {
homepage = http://www.qemu.org/; homepage = http://www.qemu.org/;
description = "A generic and open source machine emulator and virtualizer"; description = "A generic and open source machine emulator and virtualizer";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric eelco ]; maintainers = with maintainers; [ eelco ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = https://tools.suckless.org/tabbed; homepage = https://tools.suckless.org/tabbed;
description = "Simple generic tabbed fronted to xembed aware applications"; description = "Simple generic tabbed fronted to xembed aware applications";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ viric vrthra ]; maintainers = with maintainers; [ vrthra ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = http://vwm.sourceforge.net/; homepage = http://vwm.sourceforge.net/;
description = "Dynamic window manager for the console"; description = "Dynamic window manager for the console";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -443,7 +443,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with stdenv.lib.maintainers; [ viric peti ]; maintainers = with stdenv.lib.maintainers; [ peti ];
platforms = platforms =
stdenv.lib.platforms.linux ++ stdenv.lib.platforms.linux ++

View file

@ -462,7 +462,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with stdenv.lib.maintainers; [ viric peti ]; maintainers = with stdenv.lib.maintainers; [ peti ];
platforms = platforms =
stdenv.lib.platforms.linux ++ stdenv.lib.platforms.linux ++

View file

@ -461,7 +461,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with stdenv.lib.maintainers; [ viric peti ]; maintainers = with stdenv.lib.maintainers; [ peti ];
platforms = platforms =
stdenv.lib.platforms.linux ++ stdenv.lib.platforms.linux ++

View file

@ -469,7 +469,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with stdenv.lib.maintainers; [ viric peti ]; maintainers = with stdenv.lib.maintainers; [ peti ];
platforms = platforms =
stdenv.lib.platforms.linux ++ stdenv.lib.platforms.linux ++

View file

@ -88,7 +88,7 @@ in stdenv.mkDerivation rec {
description = "Collection of modular and reusable compiler and toolchain technologies"; description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/; homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric ]; maintainers = with stdenv.lib.maintainers; [ lovek323 raskin ];
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" "armv7l-linux"]; platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" "armv7l-linux"];
}; };
} }

View file

@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
description = "Collection of modular and reusable compiler and toolchain technologies"; description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/; homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric ]; maintainers = with stdenv.lib.maintainers; [ lovek323 raskin ];
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" "armv7l-linux"]; platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" "armv7l-linux"];
}; };
} }

View file

@ -101,7 +101,7 @@ in stdenv.mkDerivation rec {
description = "Collection of modular and reusable compiler and toolchain technologies"; description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/; homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric ]; maintainers = with stdenv.lib.maintainers; [ lovek323 raskin ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View file

@ -113,7 +113,7 @@ in stdenv.mkDerivation rec {
description = "Collection of modular and reusable compiler and toolchain technologies"; description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/; homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric ]; maintainers = with stdenv.lib.maintainers; [ lovek323 raskin ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View file

@ -169,7 +169,7 @@ in stdenv.mkDerivation rec {
description = "Collection of modular and reusable compiler and toolchain technologies"; description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/; homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric ]; maintainers = with stdenv.lib.maintainers; [ lovek323 raskin ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View file

@ -158,7 +158,7 @@ in stdenv.mkDerivation (rec {
description = "Collection of modular and reusable compiler and toolchain technologies"; description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/; homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric dtzWill ]; maintainers = with stdenv.lib.maintainers; [ lovek323 raskin dtzWill ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} // stdenv.lib.optionalAttrs enableManpages { } // stdenv.lib.optionalAttrs enableManpages {

View file

@ -141,7 +141,7 @@ in stdenv.mkDerivation (rec {
description = "Collection of modular and reusable compiler and toolchain technologies"; description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/; homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric dtzWill ]; maintainers = with stdenv.lib.maintainers; [ lovek323 raskin dtzWill ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} // stdenv.lib.optionalAttrs enableManpages { } // stdenv.lib.optionalAttrs enableManpages {

View file

@ -142,7 +142,7 @@ in stdenv.mkDerivation (rec {
description = "Collection of modular and reusable compiler and toolchain technologies"; description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/; homepage = http://llvm.org/;
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin viric dtzWill ]; maintainers = with stdenv.lib.maintainers; [ lovek323 raskin dtzWill ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} // stdenv.lib.optionalAttrs enableManpages { } // stdenv.lib.optionalAttrs enableManpages {

View file

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
homepage = http://mono-project.com/; homepage = http://mono-project.com/;
description = "Cross platform, open source .NET development framework"; description = "Cross platform, open source .NET development framework";
platforms = with stdenv.lib.platforms; darwin ++ linux; platforms = with stdenv.lib.platforms; darwin ++ linux;
maintainers = with stdenv.lib.maintainers; [ viric thoughtpolice obadz vrthra ]; maintainers = with stdenv.lib.maintainers; [ thoughtpolice obadz vrthra ];
license = stdenv.lib.licenses.free; # Combination of LGPL/X11/GPL ? license = stdenv.lib.licenses.free; # Combination of LGPL/X11/GPL ?
}; };
} }

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation {
homepage = http://mono-project.com/; homepage = http://mono-project.com/;
description = "Cross platform, open source .NET development framework"; description = "Cross platform, open source .NET development framework";
platforms = stdenv.lib.platforms.x86; platforms = stdenv.lib.platforms.x86;
maintainers = with stdenv.lib.maintainers; [ viric thoughtpolice obadz vrthra ]; maintainers = with stdenv.lib.maintainers; [ thoughtpolice obadz vrthra ];
license = stdenv.lib.licenses.free; # Combination of LGPL/X11/GPL ? license = stdenv.lib.licenses.free; # Combination of LGPL/X11/GPL ?
} // meta; } // meta;
} }

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://octave.org/; homepage = http://octave.org/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [viric raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
platforms = if overridePlatforms == null then platforms = if overridePlatforms == null then
(with stdenv.lib.platforms; linux ++ darwin) (with stdenv.lib.platforms; linux ++ darwin)
else overridePlatforms; else overridePlatforms;

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Lightweight audio filtering library made from webrtc code"; description = "Lightweight audio filtering library made from webrtc code";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ viric jgeerds ]; maintainers = with maintainers; [ jgeerds ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
homepage = http://nongnu.org/libchop/; homepage = http://nongnu.org/libchop/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.gnu ++ platforms.linux; platforms = platforms.gnu ++ platforms.linux;
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "A modern and easy-to-use crypto library"; description = "A modern and easy-to-use crypto library";
homepage = http://doc.libsodium.org/; homepage = http://doc.libsodium.org/;
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ raskin viric wkennington ]; maintainers = with maintainers; [ raskin wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "P2P FOSS instant messaging application aimed to replace Skype with crypto"; description = "P2P FOSS instant messaging application aimed to replace Skype with crypto";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ viric jgeerds ]; maintainers = with maintainers; [ jgeerds ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/OpenSC/openct/; homepage = https://github.com/OpenSC/openct/;
license = licenses.lgpl21; license = licenses.lgpl21;
description = "Drivers for several smart card readers"; description = "Drivers for several smart card readers";
maintainers = with maintainers; [ viric wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -277,7 +277,7 @@ stdenv.mkDerivation rec {
description = "Open Computer Vision Library with more than 500 algorithms"; description = "Open Computer Vision Library with more than 500 algorithms";
homepage = https://opencv.org/; homepage = https://opencv.org/;
license = with stdenv.lib.licenses; if enableUnfree then unfree else bsd3; license = with stdenv.lib.licenses; if enableUnfree then unfree else bsd3;
maintainers = with stdenv.lib.maintainers; [viric mdaiter basvandijk]; maintainers = with stdenv.lib.maintainers; [mdaiter basvandijk];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
}; };
} }

View file

@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
description = "Open Computer Vision Library with more than 500 algorithms"; description = "Open Computer Vision Library with more than 500 algorithms";
homepage = https://opencv.org/; homepage = https://opencv.org/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/commoncpp/; homepage = http://www.gnu.org/software/commoncpp/;
license = stdenv.lib.licenses.lgpl3Plus; license = stdenv.lib.licenses.lgpl3Plus;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "Open source libraries for 3D computer graphics, image processing and visualization"; description = "Open source libraries for 3D computer graphics, image processing and visualization";
homepage = http://www.vtk.org/; homepage = http://www.vtk.org/;
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; unix; platforms = with stdenv.lib.platforms; unix;
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Translator English -- C/C++ declarations"; description = "Translator English -- C/C++ declarations";
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
maintainers = with stdenv.lib.maintainers; [viric joelteon]; maintainers = with stdenv.lib.maintainers; [joelteon];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = with platforms; linux ++ cygwin; platforms = with platforms; linux ++ cygwin;
maintainers = with maintainers; [ viric vrthra ]; maintainers = with maintainers; [ vrthra ];
}; };
} }

View file

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://openocd.sourceforge.net/; homepage = http://openocd.sourceforge.net/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric bjornfor ]; maintainers = with maintainers; [ bjornfor ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric raskin ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -61,7 +61,7 @@ in stdenv.mkDerivation rec {
description = "Source Port of the Descent 1 and 2 engines"; description = "Source Port of the Descent 1 and 2 engines";
homepage = https://www.dxx-rebirth.com/; homepage = https://www.dxx-rebirth.com/;
license = licenses.free; license = licenses.free;
maintainers = with maintainers; [ viric peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "3D simulator game where you can drive, fly and sail various vehicles"; description = "3D simulator game where you can drive, fly and sail various vehicles";
homepage = http://rigsofrods.sourceforge.net/; homepage = http://rigsofrods.sourceforge.net/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [viric raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];
}; };

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
description = "Car racing game - TORCS fork with more experimental approach"; description = "Car racing game - TORCS fork with more experimental approach";
homepage = http://speed-dreams.sourceforge.net/; homepage = http://speed-dreams.sourceforge.net/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];
}; };

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Obstacled race game"; description = "Obstacled race game";
homepage = http://xmoto.tuxfamily.org; homepage = http://xmoto.tuxfamily.org;
maintainers = with maintainers; [ raskin viric pSub ]; maintainers = with maintainers; [ raskin pSub ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
}; };

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = https://www.open-mesh.org/projects/batman-adv/wiki/Wiki; homepage = https://www.open-mesh.org/projects/batman-adv/wiki/Wiki;
description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, control tool"; description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, control tool";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ viric fpletz ]; maintainers = with stdenv.lib.maintainers; [ fpletz ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = https://www.open-mesh.org/projects/batman-adv/wiki/Wiki; homepage = https://www.open-mesh.org/projects/batman-adv/wiki/Wiki;
description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2"; description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ viric fpletz ]; maintainers = with stdenv.lib.maintainers; [ fpletz ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
description = "Tiny versions of common UNIX utilities in a single small executable"; description = "Tiny versions of common UNIX utilities in a single small executable";
homepage = https://busybox.net/; homepage = https://busybox.net/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = https://gitlab.com/cryptsetup/cryptsetup/; homepage = https://gitlab.com/cryptsetup/cryptsetup/;
description = "LUKS for dm-crypt"; description = "LUKS for dm-crypt";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ viric chaoflow ]; maintainers = with stdenv.lib.maintainers; [ chaoflow ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/raspberrypi/firmware; homepage = https://github.com/raspberrypi/firmware;
license = licenses.unfreeRedistributableFirmware; # See https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom license = licenses.unfreeRedistributableFirmware; # See https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ]; platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
maintainers = with maintainers; [ dezgeg viric tavyc ]; maintainers = with maintainers; [ dezgeg tavyc ];
}; };
} }

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/raspberrypi/userland; homepage = https://github.com/raspberrypi/userland;
license = licenses.bsd3; license = licenses.bsd3;
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ]; platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
maintainers = with maintainers; [ dezgeg viric tavyc ]; maintainers = with maintainers; [ dezgeg tavyc ];
}; };
} }

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "V4L utils and libv4l, provide common image formats regardless of the v4l device"; description = "V4L utils and libv4l, provide common image formats regardless of the v4l device";
homepage = https://linuxtv.org/projects.php; homepage = https://linuxtv.org/projects.php;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ codyopel viric ]; maintainers = with maintainers; [ codyopel ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -28,7 +28,7 @@ let
description = "BIRD Internet Routing Daemon"; description = "BIRD Internet Routing Daemon";
homepage = http://bird.network.cz; homepage = http://bird.network.cz;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric fpletz ]; maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}; };

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
description = "Domain name server"; description = "Domain name server";
license = stdenv.lib.licenses.mpl20; license = stdenv.lib.licenses.mpl20;
maintainers = with stdenv.lib.maintainers; [viric peti]; maintainers = with stdenv.lib.maintainers; [peti];
platforms = with stdenv.lib.platforms; unix; platforms = with stdenv.lib.platforms; unix;
outputsToInstall = [ "out" "dnsutils" "host" ]; outputsToInstall = [ "out" "dnsutils" "host" ];

View file

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://dovecot.org/; homepage = https://dovecot.org/;
description = "Open source IMAP and POP3 email server written with security primarily in mind"; description = "Open source IMAP and POP3 email server written with security primarily in mind";
maintainers = with stdenv.lib.maintainers; [ viric peti rickynils fpletz ]; maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch"; description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
homepage = https://freeswitch.org/; homepage = https://freeswitch.org/;
license = stdenv.lib.licenses.mpl11; license = stdenv.lib.licenses.mpl11;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "Secure peer-to-peer VoIP server that uses the SIP protocol"; description = "Secure peer-to-peer VoIP server that uses the SIP protocol";
homepage = http://www.gnu.org/software/sipwitch/; homepage = http://www.gnu.org/software/sipwitch/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://dar.linux.free.fr; homepage = http://dar.linux.free.fr;
description = "Disk ARchiver, allows backing up files into indexed archives"; description = "Disk ARchiver, allows backing up files into indexed archives";
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -37,7 +37,7 @@ python2Packages.buildPythonApplication rec {
description = "Encrypted bandwidth-efficient backup using the rsync algorithm"; description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
homepage = http://www.nongnu.org/duplicity; homepage = http://www.nongnu.org/duplicity;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric peti ]; maintainers = with maintainers; [ peti ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = http://code.google.com/p/cryptsetup/; homepage = http://code.google.com/p/cryptsetup/;
description = "LUKS for dm-crypt"; description = "LUKS for dm-crypt";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ viric chaoflow ]; maintainers = with stdenv.lib.maintainers; [ chaoflow ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = http://www.sentex.net/~mwandel/jhead/; homepage = http://www.sentex.net/~mwandel/jhead/;
description = "Exif Jpeg header manipulation tool"; description = "Exif Jpeg header manipulation tool";
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = with maintainers; [ viric rycee ]; maintainers = with maintainers; [ rycee ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = http://mktorrent.sourceforge.net/; homepage = http://mktorrent.sourceforge.net/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
description = "Command line utility to create BitTorrent metainfo files"; description = "Command line utility to create BitTorrent metainfo files";
maintainers = with stdenv.lib.maintainers; [viric Profpatsch]; maintainers = with stdenv.lib.maintainers; [Profpatsch];
}; };
} }

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = http://www.ivarch.com/programs/pv; homepage = http://www.ivarch.com/programs/pv;
description = "Tool for monitoring the progress of data through a pipeline"; description = "Tool for monitoring the progress of data through a pipeline";
license = stdenv.lib.licenses.artistic2; license = stdenv.lib.licenses.artistic2;
maintainers = with stdenv.lib.maintainers; [ viric jgeerds ]; maintainers = with stdenv.lib.maintainers; [ jgeerds ];
platforms = with stdenv.lib.platforms; all; platforms = with stdenv.lib.platforms; all;
}; };
} }

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = http://www.roaringpenguin.com/products/remind; homepage = http://www.roaringpenguin.com/products/remind;
description = "Sophisticated calendar and alarm program for the console"; description = "Sophisticated calendar and alarm program for the console";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [viric raskin kovirobi]; maintainers = with stdenv.lib.maintainers; [raskin kovirobi];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Wireless encryption cracking tools"; description = "Wireless encryption cracking tools";
homepage = http://www.aircrack-ng.org/; homepage = http://www.aircrack-ng.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ domenkozar viric garbas chaoflow ]; maintainers = with maintainers; [ domenkozar garbas chaoflow ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = http://troglobit.com/project/inadyn/; homepage = http://troglobit.com/project/inadyn/;
description = "Free dynamic DNS client"; description = "Free dynamic DNS client";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "Free IMAP and MailDir mailbox synchronizer"; description = "Free IMAP and MailDir mailbox synchronizer";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ the-kenny viric ]; maintainers = with maintainers; [ the-kenny ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.gpl2; license = licenses.gpl2;
homepage = http://nuttcp.net/; homepage = http://nuttcp.net/;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
homepage = http://monkey.org/~marius/nylon; homepage = http://monkey.org/~marius/nylon;
description = "Proxy server, supporting SOCKS 4 and 5, as well as a mirror mode"; description = "Proxy server, supporting SOCKS 4 and 5, as well as a mirror mode";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainers = with maintainers; [ edwtjo viric ]; maintainers = with maintainers; [ edwtjo ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "ccid drivers for pcsclite"; description = "ccid drivers for pcsclite";
homepage = http://pcsclite.alioth.debian.org/; homepage = http://pcsclite.alioth.debian.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "Set of libraries and utilities to access smart cards"; description = "Set of libraries and utilities to access smart cards";
homepage = https://github.com/OpenSC/OpenSC/wiki; homepage = https://github.com/OpenSC/OpenSC/wiki;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ viric wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "Middleware to access a smart card using SCard API (PC/SC)"; description = "Middleware to access a smart card using SCard API (PC/SC)";
homepage = https://pcsclite.apdu.fr/; homepage = https://pcsclite.apdu.fr/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ viric wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }

View file

@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
description = "Tools used to test a PC/SC driver, card or reader"; description = "Tools used to test a PC/SC driver, card or reader";
homepage = http://ludovic.rousseau.free.fr/softwares/pcsc-tools/; homepage = http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
homepage = http://waterlan.home.xs4all.nl/dos2unix.html; homepage = http://waterlan.home.xs4all.nl/dos2unix.html;
description = "Tools to transform text files from dos to unix formats and vicervesa"; description = "Tools to transform text files from dos to unix formats and vicervesa";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [viric ndowens ]; maintainers = with maintainers; [ndowens ];
}; };
} }

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