about summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
...
| * | | shotcut: 17.02 -> 17.09Robin Gloster2017-09-27
| | | | | | | | | | | | | | | | fixes the previously broken build
| * | | caffe: Make 'bin' the first outputTuomas Tynkkynen2017-09-27
| | | | | | | | | | | | | | | | So ${caffe}/bin/foo always works in scripts.
| * | | tor-browser-bundle: basic checks for the wrapper scriptJoachim Fasting2017-09-26
| | | |
| * | | tor-browser-bundle: use fonts from NixpkgsJoachim Fasting2017-09-26
| | | |
| * | | tor-browser-bundle: approximate upstream bundle & purity controlJoachim Fasting2017-09-26
| | | |
| * | | tor-browser-bundle: clear pref bootstrappedAddons for purityJoachim Fasting2017-09-26
| | | |
| * | | tor-browser-bundle: improve organization of distribution dirJoachim Fasting2017-09-26
| | | | | | | | | | | | | | | | Store TBB specific files under TorBrowser-Data
| * | | tor-browser-bundle: redo extensionsJoachim Fasting2017-09-26
| | | |
| * | | tor-browser-bundle: customization via extraPrefsJoachim Fasting2017-09-26
| | | |
| * | | firefox: Remove about:buildconfigEelco Dolstra2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Storing the build configuration caused Firefox to retain a dependency on gcc, glibc.dev and icu4c.dev. This reduces the size of the firefox closure from 587 to 415 MiB.
| * | | Merge pull request #29811 from vaibhavsagar/upgrade-vimDaiderd Jordan2017-09-26
| |\ \ \ | | | | | | | | | | vim: 8.0.0442 -> 8.0.1150
| | * | | vim: 8.0.0442 -> 8.0.1150Vaibhav Sagar2017-09-26
| | | | |
| * | | | dino: 2017-06-21 -> 2017-09-20Jörg Thalheim2017-09-26
| | | | |
| * | | | sway: Fix the buildMichael Weiss2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the last wlc upgrade (05d79c03ec36f8d49d1e2bf2b750c3943c348377) makes it possible to build sway 0.14.0 it also breaks the current build of sway 0.13.0. Unfortunately sway 0.14.0 segfaults on launch and I couldn't fix it yet (there are multiple upstream issues as well). I'll overwrite the wlc version for sway in order to have a usable version in nixpkgs for the meantime.
| * | | | imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEsFranz Pletz2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | Too many CVEs to list because they are not tracked upstream by release versions.
| * | | | imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEsFranz Pletz2017-09-26
| |/ / / | | | | | | | | | | | | | | | | Too many CVEs to list because they are not tracked upstream by release versions.
| * | | tor-browser-bundle: init at 7.0.1 (from source)Joachim Fasting2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original browser bundle expects to run from a bundled directory, typically under user's home. This version creates a firefox distribution with preloaded extensions and settings that functions more like an ordinary firefox installation. The approach used here could be generalized to allow specification of custom firefox distributions. Eventually, the code will be factored so that the tbb is just an instance of that more general construct (firefox base + extensions + prefs). Currently, we use the latest upstream versions of extensions and so on. Eventually we want to track the upstream bundle more closely and ideally use the exact same inputs (firefox source, extension sources). To avoid mixing up profile data, all runtime state is stored under $XDG_DATA_HOME/tor-browser. Major TODO items - Pluggable transports - Upstream TBB version parity - Avoid fetchgit - Build NoScript from source (no upstream source repo, however, must rely on third-parties) - Improved notation for packaging extensions - Feature parity with the binary bundle (apulse and runtime purity, in particular)
| * | | git: 2.14.1 -> 2.14.2Tim Steinbach2017-09-26
| | | |
| * | | stupidterm: init at 2017-03-15Elis Hirwing2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Stupidterm is a simple and fast VTE-Based terminal emulator which is configured by a simple ini-file. fixes #29779
| * | | gnuradio: fix build for gcc6 and newer boost (#29740)Rodney Lorrimar2017-09-26
| | | |
| * | | gpx-viewer: init at 0.4.0Robert Schütz2017-09-25
| | | |
| * | | mxnet: disable GPU autodetectionNikolay Amiantov2017-09-25
| | | |
| * | | emacs: Clear the environment while dumpingEelco Dolstra2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the closure size of Emacs from 575 to 279 MiB. Dumping Emacs had a chance of leaking parts of the environment (such as $PATH) into the dumped executable. This hopefully fixes it. (It's a bit hard to tell since the effect is not deterministic.)
| * | | tor-browser-bundle-bin: default to dmixJoachim Fasting2017-09-25
| | | | | | | | | | | | | | | | To support multiple playback streams
| * | | Add some dev outputsEelco Dolstra2017-09-25
| | | |
| * | | Merge pull request #29694 from etu/testssl-shJoachim F2017-09-25
| |\ \ \ | | | | | | | | | | testssl.sh: init at 2.9.5-1
| | * | | testssl.sh: init at 2.9.5-1Elis Hirwing2017-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add testssl.sh which is a nice utility for testing TLS/SSL capabilities of servers without having to use any kind of web-service. It's very useful for testing setups of services before deployment and such.
| * | | | mg: 20161005 -> 20170828Joachim Fasting2017-09-25
| | | | |
| * | | | open-vm-tools: 10.1.0 -> 10.1.10Peter Hoeg2017-09-25
| | | | |
| * | | | Merge pull request #29730 from DIzFer/latte-dock-updateJörg Thalheim2017-09-24
| |\ \ \ \ | | | | | | | | | | | | latte dock: 0.6.0 -> 0.7.1
| | * | | | latte dock: 0.6.0 -> 0.7.1David Izquierdo2017-09-24
| | | | | |
| * | | | | Merge pull request #29729 from DIzFer/telegram-updateJörg Thalheim2017-09-24
| |\ \ \ \ \ | | | | | | | | | | | | | | tdesktop: 1.1.22 -> 1.1.23
| | * | | | | tdesktop: 1.1.22 -> 1.1.23David Izquierdo2017-09-24
| | | | | | |
| * | | | | | Merge pull request #29706 from gnidorah/waylandJörg Thalheim2017-09-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | termite: fix fonts in wayland
| | * | | | | | termite: use wrapGAppsHookJoerg Thalheim2017-09-24
| | | | | | | |
| | * | | | | | termite: fix fonts in waylandgnidorah2017-09-22
| | | | | | | |
| * | | | | | | Merge pull request #29737 from womfoo/bump/gpxsee-4.14Jörg Thalheim2017-09-24
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gpxsee: 4.9 -> 4.14
| | * | | | | | | gpxsee: 4.9 -> 4.14Kranium Gikos Mendoza2017-09-24
| | | | | | | | |
| * | | | | | | | Merge pull request #29739 from matthiasbeyer/update-muttJörg Thalheim2017-09-24
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | mutt: 1.9.0 -> 1.9.1
| | * | | | | | | | mutt: 1.9.0 -> 1.9.1Matthias Beyer2017-09-24
| | | | | | | | | |
| * | | | | | | | | Merge pull request #29482 from neilmayhew/upgrade/spideroakJoachim F2017-09-24
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | spideroak: 6.0.1 -> 6.1.9
| | * | | | | | | | | spideroak: 6.0.1 -> 6.1.9Neil Mayhew2017-09-21
| | | | | | | | | | |
| * | | | | | | | | | kubernetes-helm: 2.5.1 -> 2.6.1zimbatm2017-09-24
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | owncloud-client: 2.3.2 -> 2.3.3Stefan Siegl2017-09-24
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #29711 from pjones/pjones/playbar2Joachim F2017-09-24
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | playbar2: init at 2.5
| | * | | | | | | | playbar2: init at 2.5Peter Jones2017-09-23
| | | | | | | | | |
| * | | | | | | | | xpad: init at 5.0.0 (#29720)Michal Rus2017-09-24
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xpad: init at 5.0.0 * xpad: wrapGAppsHook is required
| * | | | | | | | kubernetes: build e2e.testMatej Cotman2017-09-24
| | | | | | | | |
| * | | | | | | | kubernetes module: refactor module system, kube-dns as moduleJaka Hudoklin2017-09-24
| | | | | | | | |
| * | | | | | | | kuberentes: expose kube-addons scriptJaka Hudoklin2017-09-24
| | | | | | | | |