From 8973ddbacad0574b3c9ae3fd07509c70617b2c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 23 Aug 2010 18:28:04 +0000 Subject: [PATCH] GNU MPFR: Add `platforms' and `maintainers'. svn path=/nixpkgs/branches/stdenv-updates/; revision=23371 --- pkgs/development/libraries/mpfr/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/mpfr/default.nix b/pkgs/development/libraries/mpfr/default.nix index 94cf6e3cea5..3e5a321a6a1 100644 --- a/pkgs/development/libraries/mpfr/default.nix +++ b/pkgs/development/libraries/mpfr/default.nix @@ -33,5 +33,8 @@ stdenv.mkDerivation rec { ''; license = "LGPLv2+"; + + maintainers = [ stdenv.lib.maintainers.ludo ]; + platforms = stdenv.lib.platforms.all; }; }