Telling fakeroot to build only on linux

svn path=/nixpkgs/trunk/; revision=25441
This commit is contained in:
Lluís Batlle i Rossell 2011-01-06 10:51:10 +00:00
parent eb3d75b740
commit 3fed0dff5d

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
description = "Give a fake root environment through LD_PRELOAD"; description = "Give a fake root environment through LD_PRELOAD";
license = "GPLv2+"; license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; all; platforms = with stdenv.lib.platforms; linux;
}; };
} }