From b7dbff3aacba142aafacf01d943f1e611669b0ef Mon Sep 17 00:00:00 2001 From: Guillaume Maudoux Date: Wed, 11 Apr 2018 17:08:54 +0200 Subject: gap-minimal: fix ofBorg evaluation --- pkgs/applications/science/math/gap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix index 87071c0a7ae3..2927701dbd71 100644 --- a/pkgs/applications/science/math/gap/default.nix +++ b/pkgs/applications/science/math/gap/default.nix @@ -96,7 +96,7 @@ stdenv.mkDerivation rec { # keeping all packages increases the package size considerably, wchich # is why a local build is preferable in that situation. The timeframe # is reasonable and that way the binary cache doesn't get overloaded. - hydraPlatforms = stdenv.lib.optionals (!keepAllPackages) platforms; + hydraPlatforms = stdenv.lib.optionals (!keepAllPackages) meta.platforms; license = licenses.gpl2; homepage = http://gap-system.org/; }; -- cgit 1.4.1