asymptote: add myself as maintainer

This commit is contained in:
Peter Simons 2012-09-20 14:35:30 +02:00
parent 42917c1c46
commit 97d688b787

View File

@ -3,11 +3,11 @@ a @ {
boehmgc,mesa,ncurses,readline,gsl,libsigsegv, boehmgc,mesa,ncurses,readline,gsl,libsigsegv,
python,zlib, perl, texLive, texinfo, lzma, python,zlib, perl, texLive, texinfo, lzma,
noDepEntry, fullDepEntry, fetchUrlFromSrcInfo, noDepEntry, fullDepEntry, fetchUrlFromSrcInfo,
lib, lib,
...}: ...}:
let let
s = import ./src-for-default.nix; s = import ./src-for-default.nix;
buildInputs = with a; [ buildInputs = with a; [
freeglut ghostscriptX imagemagick fftw boehmgc freeglut ghostscriptX imagemagick fftw boehmgc
@ -54,8 +54,9 @@ rec {
description = "A tool for programming graphics intended to replace Metapost"; description = "A tool for programming graphics intended to replace Metapost";
maintainers = [ maintainers = [
a.lib.maintainers.raskin a.lib.maintainers.raskin
a.lib.maintainers.simons
]; ];
platforms = with a.lib.platforms; platforms = with a.lib.platforms;
linux; linux;
}; };
} }