summary refs log tree commit diff
path: root/pkgs/tools/graphics/asymptote
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-09-20 14:35:30 +0200
committerPeter Simons <simons@cryp.to>2012-09-20 14:35:30 +0200
commit97d688b7872e5dc5730cee9e8b0a8497fb2f3fc1 (patch)
treeb9626d82453f0c750b042fa218c4e822ec69d9e0 /pkgs/tools/graphics/asymptote
parent42917c1c46b0a9a35392402f5219a04d6a867271 (diff)
downloadnixpkgs-97d688b7872e5dc5730cee9e8b0a8497fb2f3fc1.tar
nixpkgs-97d688b7872e5dc5730cee9e8b0a8497fb2f3fc1.tar.gz
nixpkgs-97d688b7872e5dc5730cee9e8b0a8497fb2f3fc1.tar.bz2
nixpkgs-97d688b7872e5dc5730cee9e8b0a8497fb2f3fc1.tar.lz
nixpkgs-97d688b7872e5dc5730cee9e8b0a8497fb2f3fc1.tar.xz
nixpkgs-97d688b7872e5dc5730cee9e8b0a8497fb2f3fc1.tar.zst
nixpkgs-97d688b7872e5dc5730cee9e8b0a8497fb2f3fc1.zip
asymptote: add myself as maintainer
Diffstat (limited to 'pkgs/tools/graphics/asymptote')
-rw-r--r--pkgs/tools/graphics/asymptote/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/asymptote/default.nix b/pkgs/tools/graphics/asymptote/default.nix
index bdde709c2c2..e9baac43cbd 100644
--- a/pkgs/tools/graphics/asymptote/default.nix
+++ b/pkgs/tools/graphics/asymptote/default.nix
@@ -3,11 +3,11 @@ a @ {
   boehmgc,mesa,ncurses,readline,gsl,libsigsegv,
   python,zlib, perl, texLive, texinfo, lzma,
 
-  noDepEntry, fullDepEntry, fetchUrlFromSrcInfo, 
+  noDepEntry, fullDepEntry, fetchUrlFromSrcInfo,
   lib,
 
   ...}:
-let 
+let
   s = import ./src-for-default.nix;
   buildInputs = with a; [
     freeglut ghostscriptX imagemagick fftw boehmgc
@@ -54,8 +54,9 @@ rec {
     description = "A tool for programming graphics intended to replace Metapost";
     maintainers = [
       a.lib.maintainers.raskin
+      a.lib.maintainers.simons
     ];
-    platforms = with a.lib.platforms; 
+    platforms = with a.lib.platforms;
       linux;
   };
 }