Author: rob Date: 2010-07-07 11:42:04 +0000 (Wed, 07 Jul 2010) New Revision: 22506
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22506&view=rev Modified: nixpkgs/trunk/pkgs/development/tools/misc/autoconf/default.nix Log: autoconf: use stdenv.system in stead of builtins.currentSystem for doCheck Changes: Modified: nixpkgs/trunk/pkgs/development/tools/misc/autoconf/default.nix =================================================================== --- nixpkgs/trunk/pkgs/development/tools/misc/autoconf/default.nix 2010-07-07 10:03:46 UTC (rev 22505) +++ nixpkgs/trunk/pkgs/development/tools/misc/autoconf/default.nix 2010-07-07 11:42:04 UTC (rev 22506) @@ -13,7 +13,7 @@ # Work around a known issue in Cygwin. See # http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/6822 for # details. - doCheck = (builtins.currentSystem != "i686-cygwin"); + doCheck = (stdenv.system != "i686-cygwin"); # Don't fixup "#! /bin/sh" in Autoconf, otherwise it will use the # "fixed" path in generated files! _______________________________________________ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits