From 0563e08996dc50611cc3fcaf0ab6cad60ced2e46 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 18 May 2010 12:07:48 +0000 Subject: pkgs/development/libraries/pango/1.26.x.nix: enable hydra builds on all platforms, not just Linux svn path=/nixpkgs/trunk/; revision=21835 --- pkgs/development/libraries/pango/1.26.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/pango/1.26.x.nix b/pkgs/development/libraries/pango/1.26.x.nix index 423f4c8c7024..fb24cb544b0d 100644 --- a/pkgs/development/libraries/pango/1.26.x.nix +++ b/pkgs/development/libraries/pango/1.26.x.nix @@ -27,6 +27,6 @@ stdenv.mkDerivation rec { license = "LGPLv2+"; maintainers = [stdenv.lib.maintainers.raskin]; - platforms = stdenv.lib.platforms.linux; + platforms = stdenv.lib.platforms.all; }; } -- cgit 1.4.1