From 3fed0dff5d091135807c766c1f276f3315d667d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 6 Jan 2011 10:51:10 +0000 Subject: [PATCH] Telling fakeroot to build only on linux svn path=/nixpkgs/trunk/; revision=25441 --- pkgs/tools/system/fakeroot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/fakeroot/default.nix b/pkgs/tools/system/fakeroot/default.nix index ee7c9abe0e8..e9c4f416509 100644 --- a/pkgs/tools/system/fakeroot/default.nix +++ b/pkgs/tools/system/fakeroot/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation { description = "Give a fake root environment through LD_PRELOAD"; license = "GPLv2+"; maintainers = with stdenv.lib.maintainers; [viric]; - platforms = with stdenv.lib.platforms; all; + platforms = with stdenv.lib.platforms; linux; }; }