Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -19,6 +19,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
license = stdenv.lib.licenses.gpl1;
|
||||
maintainers = [ stdenv.lib.maintainers.Adjective-Object ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
makeFlags="PREFIX=$(out) conf_dir=$(out)/etc/ansifilter/";
|
||||
|
||||
@@ -29,5 +29,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://www.convertlit.com/;
|
||||
description = "A tool for converting Microsoft Reader ebooks to more open formats";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Markov chain-based text generator";
|
||||
homepage = http://www.jwz.org/dadadodo;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
||||
readability measures.
|
||||
'';
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/diffutils/diffutils.html;
|
||||
description = "Commands for showing the differences between files (diff, cmp, etc.)";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.pell.portland.or.us/~orc/Code/discount/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.shell ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Source code highlighting tool";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,10 +8,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1j49ffl8gpfaq99hkylf3fjiygq74w1kpfp8f52xbpx57vn9587g";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib;
|
||||
{ description = "Interpreter for the AWK Programming Language";
|
||||
homepage = http://invisible-island.net/mawk/mawk.html;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
meta = with stdenv.lib; {
|
||||
description = "Interpreter for the AWK Programming Language";
|
||||
homepage = http://invisible-island.net/mawk/mawk.html;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = "liberal"; # a non-copyleft license, see `Copyright' file
|
||||
homepage = http://www.mesa.nl/pub/mpage/;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,5 +20,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://multitran.sourceforge.net/;
|
||||
description = "Multitran data english-russian";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -14,5 +14,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://multitran.sourceforge.net/;
|
||||
description = "Multitran lib: library for reading Multitran's BTREE database format";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,5 +20,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://multitran.sourceforge.net/;
|
||||
description = "Multitran lib: enchanced locale facets";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,5 +22,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://multitran.sourceforge.net/;
|
||||
description = "Multitran lib: main engine to query translations";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -14,5 +14,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://multitran.sourceforge.net/;
|
||||
description = "Multitran lib: basic useful functions";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,5 +26,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://replace.richardlloyd.org.uk/;
|
||||
description = "A tool to replace verbatim strings";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
||||
description = "An implementation of DSSSL, an ISO standard for formatting SGML (and XML) documents";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = http://openjade.sourceforge.net/;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
||||
|
||||
setupHook = opensp.setupHook;
|
||||
|
||||
meta.description =
|
||||
"Compatibility wrapper for old programs looking for original sp programs";
|
||||
meta = opensp.meta // {
|
||||
description = "Compatibility wrapper for old programs looking for original sp programs";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,5 +36,6 @@ stdenv.mkDerivation {
|
||||
description = "A suite of SGML/XML processing tools";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = http://openjade.sourceforge.net/;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A KISS markup language";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with stdenv.lib.maintainers; [ kovirobi ];
|
||||
platforms = with stdenv.lib.platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Utilities for manipulating HTML and XML files";
|
||||
homepage = http://www.w3.org/Tools/HTML-XML-utils/;
|
||||
license = stdenv.lib.licenses.w3c;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
description = "A validating XML parser written in C";
|
||||
homepage = http://www.cogsci.ed.ac.uk/~richard/rxp.html;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,4 +7,8 @@ stdenv.mkDerivation {
|
||||
md5 = "72654c4b832e7562f8240ea675577f5e";
|
||||
};
|
||||
buildInputs = [expat];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A command line tool for manipulating and querying XML data";
|
||||
homepage = http://xmlstar.sourceforge.net/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "XML Pipes and Filters - command line tools for manipulating and querying XML data";
|
||||
homepage = http://www.cs.uu.nl/wiki/bin/view/Martin/XmlPipesAndFilters;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Extract urls from text";
|
||||
homepage = https://github.com/mvdan/xurls;
|
||||
maintainers = [ maintainers.koral ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,5 +39,6 @@ in stdenv.mkDerivation rec {
|
||||
description = "A tool to serve ZIM files using HTTP";
|
||||
homepage = http://git.wikimedia.org/log/openzim;
|
||||
maintainers = with stdenv.lib.maintainers; [ robbinch ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@ stdenv.mkDerivation {
|
||||
description = "A console tool to create ZIM files";
|
||||
homepage = http://git.wikimedia.org/log/openzim;
|
||||
maintainers = with stdenv.lib.maintainers; [ robbinch ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user