treewide: Add lots of meta.platforms

Build-tested on x86_64 Linux & Mac.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 21:42:43 +03:00
parent 55b23aeff5
commit 21f17d69f6
890 changed files with 936 additions and 46 deletions
+1
View File
@@ -18,5 +18,6 @@ stdenv.mkDerivation {
meta = { meta = {
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];
description = "A utility for Nixpkgs contributors to check Nixpkgs for common errors"; description = "A utility for Nixpkgs contributors to check Nixpkgs for common errors";
platforms = stdenv.lib.platforms.unix;
}; };
} }
+1
View File
@@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
homepage = http://www.dogecoin.com/; homepage = http://www.dogecoin.com/;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ edwtjo offline AndersonTorres ]; maintainers = with maintainers; [ edwtjo offline AndersonTorres ];
platforms = with platforms; linux;
}; };
} }
@@ -72,5 +72,6 @@ in
Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+ (Musepack) Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+ (Musepack)
format, and tags them, all in one go. format, and tags them, all in one go.
''; '';
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://xiph.org/paranoia; homepage = http://xiph.org/paranoia;
description = "A tool and library for reading digital audio from CDs"; description = "A tool and library for reading digital audio from CDs";
platforms = stdenv.lib.platforms.unix;
}; };
} }
+1
View File
@@ -116,5 +116,6 @@ stdenv.mkDerivation rec {
homepage = https://cmus.github.io/; homepage = https://cmus.github.io/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.oxij ]; maintainers = [ stdenv.lib.maintainers.oxij ];
platforms = stdenv.lib.platforms.linux;
}; };
} }
+1
View File
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tidalcycles/Dirt"; homepage = "https://github.com/tidalcycles/Dirt";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ anderspapitto ]; maintainers = with maintainers; [ anderspapitto ];
platforms = with platforms; linux;
}; };
} }
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
homepage = "http://projects.gnome.org/easytag/"; homepage = "http://projects.gnome.org/easytag/";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
platforms = with stdenv.lib.platforms; linux;
}; };
} }
+1
View File
@@ -18,5 +18,6 @@ stdenv.mkDerivation {
homepage = http://gjay.sourceforge.net/; homepage = http://gjay.sourceforge.net/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
}; };
} }
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://id3v2.sourceforge.net/; homepage = http://id3v2.sourceforge.net/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
platforms = with platforms; unix;
}; };
} }
+1
View File
@@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
homepage = http://kid3.sourceforge.net/; homepage = http://kid3.sourceforge.net/;
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
}; };
} }
# TODO: Qt5 support # TODO: Qt5 support
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
homepage = "http://das.nasophon.de/klick/"; homepage = "http://das.nasophon.de/klick/";
description = "Advanced command-line metronome for JACK"; description = "Advanced command-line metronome for JACK";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://mpg123.org; homepage = http://mpg123.org;
license = stdenv.lib.licenses.lgpl21; license = stdenv.lib.licenses.lgpl21;
maintainers = [ stdenv.lib.maintainers.ftrvxmtrx ]; maintainers = [ stdenv.lib.maintainers.ftrvxmtrx ];
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
homepage = http://normalize.nongnu.org/; homepage = http://normalize.nongnu.org/;
description = "Audio file normalizer"; description = "Audio file normalizer";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix;
}; };
} }
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = http://klingt.org/~tim/nova-filters/; homepage = http://klingt.org/~tim/nova-filters/;
description = "LADSPA plugins based on filters of nova"; description = "LADSPA plugins based on filters of nova";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -14,5 +14,6 @@ stdenv.mkDerivation rec {
homepage = http://www.opus-codec.org/; homepage = http://www.opus-codec.org/;
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
platforms = with stdenv.lib.platforms; unix;
}; };
} }
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/ssj71/rkrlv2; homepage = https://github.com/ssj71/rkrlv2;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.joelmo ]; maintainers = [ stdenv.lib.maintainers.joelmo ];
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
description = "An Open Source personal backup solution"; description = "An Open Source personal backup solution";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
}; };
} }
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
description = "Ascii-art Editor Without A Name"; description = "Ascii-art Editor Without A Name";
homepage = "http://aewan.sourceforge.net/"; homepage = "http://aewan.sourceforge.net/";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
homepage = http://www.dettus.net/dhex/; homepage = http://www.dettus.net/dhex/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [qknight]; maintainers = with stdenv.lib.maintainers; [qknight];
platforms = with stdenv.lib.platforms; linux;
}; };
} }
+1
View File
@@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/ed/; homepage = http://www.gnu.org/software/ed/;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl1Plus; license = licenses.gpl1Plus;
homepage = http://edbrowse.org/; homepage = http://edbrowse.org/;
maintainers = [ maintainers.schmitthenner maintainers.vrthra ]; maintainers = [ maintainers.schmitthenner maintainers.vrthra ];
platforms = platforms.linux;
}; };
} }
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
homepage = http://c9x.me/edit; homepage = http://c9x.me/edit;
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = [ maintainers.vrthra ]; maintainers = [ maintainers.vrthra ];
platforms = platforms.linux;
}; };
} }
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
description = "View and edit files in hexadecimal or in ASCII"; description = "View and edit files in hexadecimal or in ASCII";
homepage = "http://prigaux.chez.com/hexedit.html"; homepage = "http://prigaux.chez.com/hexedit.html";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
description = "A full featured terminal-based screen editor"; description = "A full featured terminal-based screen editor";
homepage = http://joe-editor.sourceforge.net; homepage = http://joe-editor.sourceforge.net;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix;
}; };
} }
+1
View File
@@ -30,5 +30,6 @@ UN*X machine. ne is easy to use for the beginner, but powerful and fully configu
and most sparing in its resource usage. See the manual for some highlights of ne's features. and most sparing in its resource usage. See the manual for some highlights of ne's features.
''; '';
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -46,5 +46,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "An integrated development environment for Java, C, C++ and PHP"; description = "An integrated development environment for Java, C, C++ and PHP";
maintainers = [ stdenv.lib.maintainers.sander ]; maintainers = [ stdenv.lib.maintainers.sander ];
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
inherit version; inherit version;
maintainers = with stdenv.lib.maintainers; [ ramkromberg ]; maintainers = with stdenv.lib.maintainers; [ ramkromberg ];
platforms = with stdenv.lib.platforms; linux;
}; };
} }
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
description = "A terminal visual binary diff viewer"; description = "A terminal visual binary diff viewer";
homepage = "http://www.cjmweb.net/vbindiff/"; homepage = "http://www.cjmweb.net/vbindiff/";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
homepage = http://github.com/martanne/vis; homepage = http://github.com/martanne/vis;
license = licenses.isc; license = licenses.isc;
maintainers = [ maintainers.vrthra ]; maintainers = [ maintainers.vrthra ];
platforms = platforms.unix;
}; };
} }
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://wily.sourceforge.net; homepage = http://wily.sourceforge.net;
license = licenses.artistic1; license = licenses.artistic1;
maintainers = [ maintainers.vrthra ]; maintainers = [ maintainers.vrthra ];
platforms = platforms.unix;
}; };
} }
@@ -14,5 +14,6 @@ stdenv.mkDerivation {
homepage = http://hugin.sourceforge.net/; homepage = http://hugin.sourceforge.net/;
description = "Implementation in C of the autopano-sift algorithm for automatically stitching panoramas"; description = "Implementation in C of the autopano-sift algorithm for automatically stitching panoramas";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
homepage = https://www.kraxel.org/blog/linux/fbida/; homepage = https://www.kraxel.org/blog/linux/fbida/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
}; };
} }
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
description = "Fontmatrix is a free/libre font explorer for Linux, Windows and Mac"; description = "Fontmatrix is a free/libre font explorer for Linux, Windows and Mac";
homepage = http://fontmatrix.be/; homepage = http://fontmatrix.be/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -27,5 +27,6 @@ buildInputs = [ gtk perl perlXMLParser pkgconfig ];
homepage = http://gcolor2.sourceforge.net/; homepage = http://gcolor2.sourceforge.net/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ notthemessiah ]; maintainers = with stdenv.lib.maintainers; [ notthemessiah ];
platforms = with stdenv.lib.platforms; unix;
}; };
} }
@@ -18,5 +18,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "A fast image viewer"; description = "A fast image viewer";
homepage = http://gqview.sourceforge.net; homepage = http://gqview.sourceforge.net;
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -22,5 +22,6 @@ stdenv.mkDerivation {
description = "Black-and-white djvu page encoder and decoder that use interpage information"; description = "Black-and-white djvu page encoder and decoder that use interpage information";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.viric ]; maintainers = [ stdenv.lib.maintainers.viric ];
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -20,5 +20,6 @@ stdenv.mkDerivation (rec {
description = "Quick image viewer"; description = "Quick image viewer";
homepage = http://spiegl.de/qiv/; homepage = http://spiegl.de/qiv/;
inherit version; inherit version;
platforms = stdenv.lib.platforms.linux;
}; };
}) })
@@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
description = "Client for Screencloud, an easy to use screenshot sharing tool"; description = "Client for Screencloud, an easy to use screenshot sharing tool";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ forkk ]; maintainers = with stdenv.lib.maintainers; [ forkk ];
platforms = with stdenv.lib.platforms; linux;
}; };
} }
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://xaos.sourceforge.net/; homepage = http://xaos.sourceforge.net/;
description = "Fractal viewer"; description = "Fractal viewer";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
description = "Note-taking application (supposes stylus)"; description = "Note-taking application (supposes stylus)";
maintainers = [ stdenv.lib.maintainers.guibert ]; maintainers = [ stdenv.lib.maintainers.guibert ];
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
license = stdenv.lib.licenses.lgpl21Plus; license = stdenv.lib.licenses.lgpl21Plus;
description = "GraphViz graph viewer/navigator"; description = "GraphViz graph viewer/navigator";
platforms = with stdenv.lib.platforms; unix;
}; };
} }
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
description = "Desktop agnostic launcher"; description = "Desktop agnostic launcher";
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.ericsagnes ]; maintainers = [ stdenv.lib.maintainers.ericsagnes ];
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "An audio resampling library"; description = "An audio resampling library";
homepage = http://soxr.sourceforge.net; homepage = http://soxr.sourceforge.net;
license = stdenv.lib.licenses.lgpl21Plus; license = stdenv.lib.licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -26,6 +26,7 @@ stdenv.mkDerivation {
description = "An ncurses reddit browser and monitor"; description = "An ncurses reddit browser and monitor";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ matthiasbeyer ];
platforms = with platforms; unix;
}; };
} }
+1
View File
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.eterm.org"; homepage = "http://www.eterm.org";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
}; };
} }
@@ -20,5 +20,6 @@ stdenv.mkDerivation {
homepage = http://www.andreas-diesner.de/garminplugin; homepage = http://www.andreas-diesner.de/garminplugin;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.ocharles ]; maintainers = [ stdenv.lib.maintainers.ocharles ];
platforms = stdenv.lib.platforms.linux;
}; };
} }
+1
View File
@@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.nongnu.org/gksu/"; homepage = "http://www.nongnu.org/gksu/";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.romildo ]; maintainers = [ stdenv.lib.maintainers.romildo ];
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
homepage = http://freefoote.dview.net/linux_gpscorr.html; homepage = http://freefoote.dview.net/linux_gpscorr.html;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -20,5 +20,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "GUI for XNEUR keyboard layout switcher"; description = "GUI for XNEUR keyboard layout switcher";
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/enkore/j4-dmenu-desktop"; homepage = "https://github.com/enkore/j4-dmenu-desktop";
license = licenses.gpl3; license = licenses.gpl3;
maintainer = with maintainers; [ ericsagnes ]; maintainer = with maintainers; [ ericsagnes ];
platforms = with platforms; unix;
}; };
} }
+1
View File
@@ -22,5 +22,6 @@ stdenv.mkDerivation {
description = "Download utility that can fetch files from several sources simultaneously"; description = "Download utility that can fetch files from several sources simultaneously";
homepage = http://atterer.net/jigdo/; homepage = http://atterer.net/jigdo/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
}; };
} }
+1
View File
@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
homepage = https://csl.name/jp2a/; homepage = https://csl.name/jp2a/;
description = "A small utility that converts JPG images to ASCII"; description = "A small utility that converts JPG images to ASCII";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix;
}; };
} }
+1
View File
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "A command-line based markdown presentation tool"; description = "A command-line based markdown presentation tool";
maintainers = with maintainers; [ matthiasbeyer vrthra ]; maintainers = with maintainers; [ matthiasbeyer vrthra ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = with platforms; unix;
}; };
} }
+1
View File
@@ -35,5 +35,6 @@ stdenv.mkDerivation {
"; ";
homepage = http://sourceforge.net/projects/materm; homepage = http://sourceforge.net/projects/materm;
license = "GPL"; license = "GPL";
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = "Small weblog engine written in Bash for the command line"; description = "Small weblog engine written in Bash for the command line";
homepage = http://nanoblogger.sourceforge.net/; homepage = http://nanoblogger.sourceforge.net/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
}; };
} }
+1
View File
@@ -18,6 +18,7 @@ stdenv.mkDerivation {
description = "A viewer for info files"; description = "A viewer for info files";
homepage = https://alioth.debian.org/projects/pinfo/; homepage = https://alioth.debian.org/projects/pinfo/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix;
}; };
} }
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "Show the set of running processes as a tree"; description = "Show the set of running processes as a tree";
license = "GPL"; license = "GPL";
maintainers = [ stdenv.lib.maintainers.mornfall ]; maintainers = [ stdenv.lib.maintainers.mornfall ];
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = https://code.google.com/p/quicksynergy/; homepage = https://code.google.com/p/quicksynergy/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.spinus ]; maintainers = [ stdenv.lib.maintainers.spinus ];
platforms = stdenv.lib.platforms.linux;
}; };
} }
+1
View File
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
homepage = https://davedavenport.github.io/rofi; homepage = https://davedavenport.github.io/rofi;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mbakke garbas ]; maintainers = with maintainers; [ mbakke garbas ];
platforms = with platforms; unix;
}; };
} }
@@ -25,5 +25,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/majutsushi/urxvt-font-size"; homepage = "https://github.com/majutsushi/urxvt-font-size";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; unix;
}; };
} }
@@ -24,5 +24,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/effigies/urxvt-perl"; homepage = "https://github.com/effigies/urxvt-perl";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; unix;
}; };
} }
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/muennich/urxvt-perls"; homepage = "https://github.com/muennich/urxvt-perls";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
platforms = with platforms; unix;
}; };
} }
@@ -17,5 +17,6 @@ stdenv.mkDerivation {
description = "Tabbed plugin for rxvt-unicode with many enhancements (mina86's fork)"; description = "Tabbed plugin for rxvt-unicode with many enhancements (mina86's fork)";
homepage = "https://github.com/mina86/urxvt-tabbedex"; homepage = "https://github.com/mina86/urxvt-tabbedex";
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
platforms = with platforms; unix;
}; };
} }
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
homepage = ""; homepage = "";
license = "CCBYNC"; license = "CCBYNC";
maintainers = with maintainers; [ garbas ]; maintainers = with maintainers; [ garbas ];
platforms = with platforms; unix;
}; };
} }
@@ -53,5 +53,6 @@ stdenv.mkDerivation (rec {
description = "A clone of the well-known terminal emulator rxvt"; description = "A clone of the well-known terminal emulator rxvt";
homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html"; homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html";
maintainers = [ stdenv.lib.maintainers.mornfall ]; maintainers = [ stdenv.lib.maintainers.mornfall ];
platforms = stdenv.lib.platforms.unix;
}; };
}) })
+1
View File
@@ -20,5 +20,6 @@ stdenv.mkDerivation {
description = "Terminal streaming bar graph passed through stdin"; description = "Terminal streaming bar graph passed through stdin";
license = stdenv.lib.licenses.bsdOriginal; license = stdenv.lib.licenses.bsdOriginal;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
#homepage = http://www.tangogps.org/; # no longer valid, I couldn't find any other #homepage = http://www.tangogps.org/; # no longer valid, I couldn't find any other
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -36,5 +36,6 @@ stdenv.mkDerivation {
description = "Task management system"; description = "Task management system";
homepage = http://www.thinkingrock.com.au/; homepage = http://www.thinkingrock.com.au/;
license = "CDDL"; # Common Development and Distribution License license = "CDDL"; # Common Development and Distribution License
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
homepage = http://viking.sourceforge.net/; homepage = http://viking.sourceforge.net/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
}; };
} }
+4 -3
View File
@@ -13,8 +13,9 @@ stdenv.mkDerivation rec {
preConfigure = [ ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk'' ]; preConfigure = [ ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk'' ];
meta = { meta = {
description = "Prints or set the window manager name property of the root window"; description = "Prints or set the window manager name property of the root window";
homepage = "http://tools.suckless.org/wmname"; homepage = "http://tools.suckless.org/wmname";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
}; };
} }
+1
View File
@@ -16,5 +16,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "A viewer for Microsoft HTML Help files"; description = "A viewer for Microsoft HTML Help files";
homepage = http://xchm.sourceforge.net; homepage = http://xchm.sourceforge.net;
platforms = stdenv.lib.platforms.linux;
}; };
} }
+12 -11
View File
@@ -16,15 +16,16 @@ stdenv.mkDerivation {
makeFlagsArray=( BINDIR=$out/bin XAPPLOADDIR=$out/etc/X11/app-defaults) makeFlagsArray=( BINDIR=$out/bin XAPPLOADDIR=$out/etc/X11/app-defaults)
''; '';
meta = with stdenv.lib; meta = with stdenv.lib; {
{ description = "Filesystem visualization utility"; description = "Filesystem visualization utility";
longDescription = '' longDescription = ''
XCruiser, formerly known as XCruise, is a filesystem visualization utility. XCruiser, formerly known as XCruise, is a filesystem visualization utility.
It constructs a virtually 3-D formed universe from a directory It constructs a virtually 3-D formed universe from a directory
tree and allows you to "cruise" within a visualized filesystem. tree and allows you to "cruise" within a visualized filesystem.
''; '';
homepage = http://xcruiser.sourceforge.net/; homepage = http://xcruiser.sourceforge.net/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ]; maintainers = with maintainers; [ ehmry ];
}; platforms = with platforms; linux;
};
} }
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/nonpop/xkblayout-state; homepage = https://github.com/nonpop/xkblayout-state;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.jagajaga ]; maintainers = [ maintainers.jagajaga ];
platforms = platforms.linux;
}; };
} }
+1
View File
@@ -23,6 +23,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Utility for switching between keyboard layouts"; description = "Utility for switching between keyboard layouts";
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -19,5 +19,6 @@ stdenv.mkDerivation rec
description = "YubiKey Personalization cross-platform library and tool"; description = "YubiKey Personalization cross-platform library and tool";
license = "bsd"; license = "bsd";
maintainers = [ stdenv.lib.maintainers.calrama ]; maintainers = [ stdenv.lib.maintainers.calrama ];
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
description = "Full-featured text-mode web browser"; description = "Full-featured text-mode web browser";
homepage = http://elinks.or.cz; homepage = http://elinks.or.cz;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://lynx.isc.org/; homepage = http://lynx.isc.org/;
description = "A text-mode web browser"; description = "A text-mode web browser";
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
description = "Mozilla plugin for launching external program for handling in-page objects"; description = "Mozilla plugin for launching external program for handling in-page objects";
homepage = http://mozplugger.mozdev.org/; homepage = http://mozplugger.mozdev.org/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -68,5 +68,6 @@ stdenv.mkDerivation rec {
homepage = http://w3m.sourceforge.net/; homepage = http://w3m.sourceforge.net/;
description = "A text-mode web browser"; description = "A text-mode web browser";
maintainers = [ maintainers.mornfall maintainers.cstrahan ]; maintainers = [ maintainers.mornfall maintainers.cstrahan ];
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -26,5 +26,6 @@ buildRustPackage rec {
homepage = https://github.com/colemickens/cfdyndns; homepage = https://github.com/colemickens/cfdyndns;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with maintainers; [ colemickens ]; maintainers = with maintainers; [ colemickens ];
platforms = with platforms; linux;
}; };
} }
@@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://www.bro.org/; homepage = http://www.bro.org/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; unix;
}; };
} }
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
homepage = http://www.snort.org; homepage = http://www.snort.org;
maintainers = with stdenv.lib.maintainers; [ aycanirican ]; maintainers = with stdenv.lib.maintainers; [ aycanirican ];
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; linux;
}; };
} }
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = http://www.snort.org; homepage = http://www.snort.org;
maintainers = with stdenv.lib.maintainers; [ aycanirican ]; maintainers = with stdenv.lib.maintainers; [ aycanirican ];
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; linux;
}; };
} }
@@ -18,5 +18,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Instant messaging (MSN Messenger clone)"; description = "Instant messaging (MSN Messenger clone)";
homepage = http://amsn-project.net; homepage = http://amsn-project.net;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/jgeboski/bitlbee-facebook; homepage = https://github.com/jgeboski/bitlbee-facebook;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/jgeboski/bitlbee-steam; homepage = https://github.com/jgeboski/bitlbee-steam;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -79,5 +79,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.raskin maintainers.aszlig ]; maintainers = [ maintainers.raskin maintainers.aszlig ];
downloadPage = "http://gajim.org/downloads.php"; downloadPage = "http://gajim.org/downloads.php";
updateWalker = true; updateWalker = true;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "Small Jabber console client"; description = "Small Jabber console client";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
}; };
} }
@@ -10,6 +10,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Alternative MSN protocol plug-in for Pidgin IM"; description = "Alternative MSN protocol plug-in for Pidgin IM";
homepage = http://code.google.com/p/msn-pecan/; homepage = http://code.google.com/p/msn-pecan/;
platforms = stdenv.lib.platforms.linux;
}; };
makeFlags = "PURPLE_LIBDIR=lib PURPLE_DATADIR=share/data DESTDIR=$$out"; makeFlags = "PURPLE_LIBDIR=lib PURPLE_DATADIR=share/data DESTDIR=$$out";
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/dreadatour/pidgin-mra; homepage = https://github.com/dreadatour/pidgin-mra;
description = "Mail.ru Agent plugin for Pidgin / libpurple"; description = "Mail.ru Agent plugin for Pidgin / libpurple";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = https://bitbucket.org/olegoandreev/purple-vk-plugin; homepage = https://bitbucket.org/olegoandreev/purple-vk-plugin;
description = "Vk (russian social network) plugin for Pidgin / libpurple"; description = "Vk (russian social network) plugin for Pidgin / libpurple";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/novas0x2a/skype4pidgin; homepage = https://github.com/novas0x2a/skype4pidgin;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
description = "Plugin to use a running skype account through pidgin"; description = "Plugin to use a running skype account through pidgin";
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
description = "Telegram for Pidgin / libpurple"; description = "Telegram for Pidgin / libpurple";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = stdenv.lib.maintainers.jagajaga; maintainers = stdenv.lib.maintainers.jagajaga;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://tox.dhs.org/; homepage = http://tox.dhs.org/;
description = "Tox plugin for Pidgin / libpurple"; description = "Tox plugin for Pidgin / libpurple";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
description = "The official Bitmessage client"; description = "The official Bitmessage client";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jgillich ]; maintainers = with maintainers; [ jgillich ];
platforms = with platforms; linux;
}; };
} }
@@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://ricochet.im"; homepage = "https://ricochet.im";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.codsl maintainers.jgillich ]; maintainers = [ maintainers.codsl maintainers.jgillich ];
platforms = platforms.linux;
}; };
} }
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = http://iptraf.seul.org/; homepage = http://iptraf.seul.org/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
description = "Console-based network statistics utility for Linux"; description = "Console-based network statistics utility for Linux";
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -43,5 +43,6 @@ in stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
downloadPage= "https://projects.duckcorp.org/projects/bip/files"; downloadPage= "https://projects.duckcorp.org/projects/bip/files";
inherit version; inherit version;
platforms = stdenv.lib.platforms.linux;
}; };
} }
@@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
homepage = http://tools.suckless.org/ii/; homepage = http://tools.suckless.org/ii/;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
description = "Irc it, simple FIFO based irc client"; description = "Irc it, simple FIFO based irc client";
platforms = stdenv.lib.platforms.unix;
}; };
} }
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://github.com/cryptodotis/irssi-otr; homepage = https://github.com/cryptodotis/irssi-otr;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
}; };
} }

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