From fd8c6ae43dca2f795660e9b67e770a14bf70f685 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 9 May 2010 16:01:44 +0000 Subject: Moved 'maintainers' attribute into the meta section of the expression. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've also set the 'platforms' attribute to ensure that Hydra actually builds these packages. Thanks to LluĂ­s Batlle i Rossell for pointing out these mistakes. svn path=/nixpkgs/trunk/; revision=21688 --- pkgs/applications/science/math/maxima/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/science/math/maxima') diff --git a/pkgs/applications/science/math/maxima/default.nix b/pkgs/applications/science/math/maxima/default.nix index e9728ac984db..a06d3805209c 100644 --- a/pkgs/applications/science/math/maxima/default.nix +++ b/pkgs/applications/science/math/maxima/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { meta = { description = "Maxima computer algebra system"; homepage = http://maxima.sourceforge.net; + platforms = stdenv.lib.platforms.all; + maintainers = [ stdenv.lib.maintainers.simons ]; }; - - maintainers = [ stdenv.lib.maintainers.simons ]; } -- cgit 1.4.1