about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox-bin/default.nix
Commit message (Collapse)AuthorAge
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\
| * firefox-bin: add maintainertaku02019-08-30
| |
* | treewide: remove redundant quotesvolth2019-08-26
|/
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas2019-07-03
| | | | anything
* treewide: fixup evaluation of updater scriptsVladimír Čunát2019-06-18
| | | | | ... broken by f3282c8 #63177. Discovered by the tarball job: https://hydra.nixos.org/build/94927223
* firefox-bin: allow overriding systemLocaleTomas Hlavaty2019-03-24
|
* Merge staging-next into masterFrederik Rietdijk2019-03-01
|\
| * gnome3: stop using aliasesJan Tojnar2019-02-14
| |
* | firefox-bin: fix updateScript evaluationRobert Schütz2019-02-28
|/
* update.nix: Run update scripts in parallelJan Tojnar2018-12-01
| | | | | | | | | | | To make updating large attribute sets faster, the update scripts are now run in parallel. Please note the following changes in semantics: - The string passed to updateScript needs to be a path to an executable file. - The updateScript can also be a list: the tail elements will then be passed to the head as command line arguments.
* firefox: disable auto updates using distribution policies.Corey O'Connor2018-10-03
| | | | Resolves #33884
* firefox-bin: fix channel patchingzimbatm2018-09-25
| | | | | | | | The patchPhase wasn't being applied at all. This patch re-enables that and also re-thinks the setting that we want to have. Turning off the auto-update is more accurate and doesn't lose information like it did before.
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* firefox: fix darwin wrapperMatthew Bauer2018-08-11
| | | | | - add execdir passthru usually this is /bin on macOS it is different.
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* firefox, firefox-bin: add dependencies for flashplayertaku02018-07-12
|
* firefox-bin: Add ffmpeg to lib pathadisbladis2018-06-09
| | | | Fixes video playback on devedition and beta
* firefox-bin: use native notificationsJan Tojnar2018-05-07
|
* firefox-bin: remove unneeded GStreamer dependencyJan Tojnar2018-05-04
|
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* firefox-bin: add hint on how to updateJörg Thalheim2018-04-16
|
* firefox-bin: fix pulseaudio referencesJan Malakhovski2018-03-06
|
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| |
* | treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/
* firefox-bin: Fail on unsupported architecturesLinus Heckemann2017-11-05
|
* firefox: add Kerberos supportSpencer Baugh2017-10-08
|
* Merge #26601: thunderbird*: 52.1.1 -> 52.2.0 (security)Vladimír Čunát2017-06-15
|
* firefox-*-bin: updates (#26462)Rok Garbas2017-06-08
| | | | | | | | | | | | | | | * firefox-beta-bin: 51.0b8 -> 54.0b13 * firefox-devedition-bin: init at 54.0b14 Firefox DevEdition became a new product of Mozilla and is "repackaged" Firefox Beta with its own release channel and six weeks release cycle as other channels. It is no longer being built on nightly basis * updated the update.nix script to facilitata firefox-devedition-bin * disabling automatic updates by pointing to non existing channel * f firefoxWrapper looks for gtk3 attribute to wrap the executable gtk3 to wrap the binary with needed ``XDG_DATA_DIRS``
* firefox-bin: don't install .desktop fileNikolay Amiantov2017-04-23
| | | | It's handled by wrapFirefox.
* firefox-bin: use wrapGAppsHookNikolay Amiantov2017-04-23
|
* firefox-bin: alsaLib.dev is neededRok Garbas2017-04-11
|
* gst-plugins-base: align attrname with pkgnameBjørn Forsman2017-02-27
|
* firefox-bin: Add gpg verification to updater (#22270)Graham Christensen2017-02-19
|
* firefox-bin/thunderbird-bin: reuse the same updateScript for bothRok Garbas2016-12-18
|
* firefox-bin: fix updateScripttaku02016-12-14
|
* firefox-bin: tweak updateScripttaku02016-12-12
|
* firefox-bin: fix updateScripttaku02016-12-11
|
* firefox-bin: updated the updateScript with suggestions from @Mic92Rok Garbas2016-12-09
| | | | | also added some comments to the update script so that a new person looking at it know what is happening
* updateScript: initital workRok Garbas2016-12-09
|
* firefox-bin: add curl dependency for crash reporter (#18596)Mike Cooper2016-09-15
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* firefox-bin: Add libxcb to build inputs (#17700)Mike Cooper2016-08-15
| | | | This is needed for future versions of Firefox, and makes external packaging of prerelease versions of Firefox much easier.
* firefox-beta-bin: 48.0b9 -> 49.0b1Rok Garbas2016-08-03
|
* firefox-bin: libpulseaudio.dev is needed otherwise firefox doesn't startRok Garbas2016-07-21
|
* firefox-bin: 48.0b1 -> 48.0b7Rok Garbas2016-07-16
| | | | | | | * removed firefox-developer-bin * extend firefox-bin expression to accept sources as input so firefox-developer-bin can be packaged outside nixpkgs * generate_sources.rb now includes full urls in the output
* firefox-developer-bin: fix hashes (#16860)zimbatm2016-07-11
| | | | the nightly tend to get replaced in-place on the FTP and so benefit from an update script as well
* firefox-bin: 47.0b9 -> 48.0b1, 48.0a2 -> 49.0a2Rok Garbas2016-06-10
|