mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
firefox15: trying another way of telling hydra to build it
This commit is contained in:
parent
6bff865155
commit
724451668c
@ -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 = {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user