about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27scudcloud: 1.58 -> 1.63Anish Tondwalkar1-2/+2
2017-09-27Add even more dev outputsEelco Dolstra6-0/+14
2017-09-27network-manager-applet: Don't depend on webkitgtk by defaultEelco Dolstra1-3/+4
This added significant bloat to non-Gnome systems.
2017-09-27Merge pull request #29833 from rvl/bower2nix-v320Peter Hoeg2-12/+12
bower2nix: 3.1.1 -> 3.2.0
2017-09-27bower2nix: 3.1.1 -> 3.2.0Rodney Lorrimar2-12/+12
2017-09-27cwiid: boy scout cleanupsPeter Hoeg1-13/+17
2017-09-27libnfs: init at 2.0.0Peter Hoeg2-0/+27
2017-09-27shotcut: 17.02 -> 17.09Robin Gloster2-12/+17
fixes the previously broken build
2017-09-27caffe: Make 'bin' the first outputTuomas Tynkkynen1-3/+2
So ${caffe}/bin/foo always works in scripts.
2017-09-26tor-browser-bundle: basic checks for the wrapper scriptJoachim Fasting1-0/+7
2017-09-26tor-browser-bundle: use fonts from NixpkgsJoachim Fasting1-0/+15
2017-09-26tor-browser-bundle: approximate upstream bundle & purity controlJoachim Fasting1-5/+92
2017-09-26tor-browser-bundle: clear pref bootstrappedAddons for purityJoachim Fasting1-0/+1
2017-09-26tor-browser-bundle: improve organization of distribution dirJoachim Fasting1-7/+11
Store TBB specific files under TorBrowser-Data
2017-09-26tor-browser-bundle: redo extensionsJoachim Fasting1-24/+74
2017-09-26tor-browser-bundle: customization via extraPrefsJoachim Fasting1-0/+6
2017-09-27imlib2: Make 'bin' the first outputTuomas Tynkkynen1-1/+1
2017-09-26ibus: Move ibus-setup to .devEelco Dolstra1-0/+4
This removes python3.buildEnv from the runtime closure.
2017-09-26firefox: Remove about:buildconfigEelco Dolstra3-4/+33
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.
2017-09-26Merge pull request #29757 from berdario/sshuttle-darwinDaiderd Jordan1-4/+10
Fix tests for Sshuttle on Darwin.
2017-09-26Merge pull request #29811 from vaibhavsagar/upgrade-vimDaiderd Jordan1-2/+2
vim: 8.0.0442 -> 8.0.1150
2017-09-2617.09 release notes: fix typoRobin Gloster1-1/+1
2017-09-26Merge pull request #29816 from yegortimoshenko/epsxe/fix-installJörg Thalheim1-1/+1
epsxe: fix install, 32-bit executable uses mixed case
2017-09-26nvidia-x11: generate nvidia_icd.json from templateJan Solanti1-1/+2
2017-09-26Merge pull request #28777 from copumpkin/installer-chrootDaniel Peebles1-6/+29
nixos-install: re-enable --chroot option
2017-09-26epsxe: fix install, 32-bit executable uses mixed caseYegor Timoshenko1-1/+1
2017-09-26epsxe: init at 2.0.5 (#29810)Yegor Timoshenko3-0/+58
* epsxe: init at 2.0.5 * epsxe: nitpicks
2017-09-26Merge pull request #29644 from yegortimoshenko/patch-3Jörg Thalheim1-12/+5
mba6x_bl: 2016-04-22 ->2016-12-08
2017-09-26dino: 2017-06-21 -> 2017-09-20Jörg Thalheim1-4/+5
2017-09-26wlc: fix homepage / evalFrederik Rietdijk1-1/+1
2017-09-26mba6x_bl: update to 2016-12-08Yegor Timoshenko1-12/+5
2017-09-26haskellPackages.foundation: disable tests on darwinDomen Kožar1-0/+6
2017-09-26Merge pull request #29801 from yegortimoshenko/sct/patch-segfaultJörg Thalheim2-23/+28
sct: fix segfault when DISPLAY is empty, clean up derivation
2017-09-26sway: Fix the buildMichael Weiss1-32/+51
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.
2017-09-26libressl_2_6: 2.6.0 -> 2.6.2Franz Pletz1-2/+2
2017-09-26imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEsFranz Pletz1-2/+2
Too many CVEs to list because they are not tracked upstream by release versions.
2017-09-26imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEsFranz Pletz1-2/+2
Too many CVEs to list because they are not tracked upstream by release versions.
2017-09-26wlc: 0.0.9 -> 0.0.10Michael Weiss1-2/+2
Initially the build was failing but it seems like 4b85b235348698460f6b0f90b312c6c097d247a7 already fixed it.
2017-09-26wlc: Refactor the codeMichael Weiss1-17/+18
The code was a bit messy (unused parameters, etc.) and caused some warnings/errors which could potentially cause some problems.
2017-09-26vim: 8.0.0442 -> 8.0.1150Vaibhav Sagar1-2/+2
2017-09-26Merge pull request #29693 from taku0/oraclejdk-9Tim Steinbach2-2/+188
oraclejdk: add version 9
2017-09-26nixos-install: re-enable --chroot optionDan Peebles1-6/+29
I forgot to implement it the first time around. Whoops!
2017-09-26skopeo: 0.1.22 -> 0.1.23Tim Steinbach1-2/+2
2017-09-26Merge pull request #29804 from yegortimoshenko/libmirage/top-levelJörg Thalheim1-0/+2
libmirage: add to top level
2017-09-26sct: fix segfault when DISPLAY is empty, clean up derivationYegor Timoshenko2-23/+28
2017-09-26Merge pull request #29751 from fadenb/oath-toolkit_2.6.2Tim Steinbach1-3/+3
oath-toolkit: 2.6.1 -> 2.6.2
2017-09-26Merge pull request #29805 from yegortimoshenko/clojure/correct-licenseTim Steinbach1-4/+4
clojure: correct license (three-clause BSD -> EPLv1.0)
2017-09-26oh-my-zsh: 2017-06-22 -> 2017-09-24Tim Steinbach1-3/+3
2017-09-26tor-browser-bundle: init at 7.0.1 (from source)Joachim Fasting2-0/+214
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)
2017-09-26kotlin: 1.1.4-2 -> 1.1.50Tim Steinbach1-2/+2