firefox15: trying another way of telling hydra to build it

This commit is contained in:
Lluís Batlle i Rossell 2012-09-02 10:45:16 +02:00
parent 6bff865155
commit 724451668c
2 changed files with 1 additions and 1 deletions

View file

@ -169,7 +169,6 @@ rec {
description = "Mozilla Firefox - the browser, reloaded";
homepage = http://www.mozilla.com/en-US/firefox/;
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = with stdenv.lib.platforms; linux;
};
passthru = {

View file

@ -361,6 +361,7 @@ with (import ./release-lib.nix);
firefox36Pkgs.firefox = linux;
firefox12Pkgs.firefox = linux;
firefox13Pkgs.firefox = linux;
firefox15Pkgs.firefox = linux;
gnome = {
gnome_panel = linux;