pkgs/development/libraries/pango/1.26.x.nix: enable hydra builds on all platforms, not just Linux
svn path=/nixpkgs/trunk/; revision=21835
This commit is contained in:
parent
5f9542583f
commit
0563e08996
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = "LGPLv2+";
|
license = "LGPLv2+";
|
||||||
|
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user