From a579a5503b7091683a8c297bc0f4d09c67fda26d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 14 Apr 2009 13:59:45 +0000 Subject: [PATCH] * __XXX primops are deprecated. svn path=/nixpkgs/trunk/; revision=15036 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8c3f53472cbc..ef130f70a253 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -9,7 +9,7 @@ { # The system (e.g., `i686-linux') for which to build the packages. - system ? __currentSystem + system ? builtins.currentSystem # Usually, the system type uniquely determines the stdenv and thus # how to build the packages. But on some platforms we have