about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-19franz: Allow to run with grsecurity kernelTim Steinbach1-1/+5
2016-11-19xidel: refactor & fix evalJoachim Fasting1-6/+4
- Fix eval by removing reference to non-existent stdenv.glibc - Simplify patchelf calls - Set meta.platforms = linux
2016-11-19Merge pull request #20534 from Profpatsch/ghcjs-sort-configurationProfpatsch1-25/+48
Ghcjs sort configuration
2016-11-19Merge pull request #20541 from taku0/thunderbird-bin-45.5.0Graham Christensen1-117/+117
thunderbird-bin: 45.4.0 -> 45.5.0
2016-11-19Merge pull request #20512 from 3noch/patch-1Domen Kožar1-13/+13
Expose guts of `cleanSource`
2016-11-19axel: 2.7 -> 2.11Pascal Wittmann2-5/+9
2016-11-19Merge branch 'staging'Vladimír Čunát48-239/+582
Hydra rebuild looks fine; only a few Darwin jobs is queued: http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-18Merge pull request #20497 from grahamc/monitGraham Christensen1-4/+4
monit: 5.19.0 -> 5.20.0 for CVE-2016-7067
2016-11-19Merge pull request #20525 from markus1189/scalafmt-0410Joachim F1-2/+2
scalafmt: 0.4.2 -> 0.4.10
2016-11-19Merge pull request #20465 from periklis/topic_jsduckJoachim F6-1/+112
jsduck: init version
2016-11-19Merge pull request #20414 from nico202/w_scanJoachim F2-0/+21
w_scan: init at 20161022
2016-11-19Merge pull request #20537 from romildo/upd.uncrustifyJoachim F1-5/+9
uncrustify: 0.63 -> 0.64
2016-11-18ios-cross: Fix for simulatorShea Levy1-1/+1
2016-11-18uncrustify: 0.63 -> 0.64romildo1-5/+9
2016-11-18Merge pull request #20469 from Mic92/initrd-sshJörg Thalheim1-1/+1
initrd-ssh: fix authorized_key generation with multiple keys
2016-11-18Merge pull request #20523 from romildo/upd.nitrogenMateusz Kowalczyk1-6/+11
nitrogen: 1.5.2 -> 1.6.0
2016-11-18kbfs: 2016-08-02 -> 2016-11-18Aristid Breitkreuz1-4/+4
2016-11-18Merge pull request #20483 from steveeJ/vim-plugins-deoplete-goArseniy Seroka3-0/+26
vim-plugins/deoplete-go: init at 2016-11-12
2016-11-19thunderbird-bin: 45.4.0 -> 45.5.0taku01-117/+117
2016-11-18Merge pull request #20365 from hakuch/fix_opamFrederik Rietdijk6-41/+66
clingo, gringo: Revert opam solver dependency changes
2016-11-18nixos/cjdns: do not ammend /etc/hostsEmery Hemingway1-31/+20
Generating IPv6 addresses at eval time required building cjdns. Fix #20422
2016-11-18Merge pull request #20433 from ttuegel/install-cd-kde-5Thomas Tuegel6-97/+101
Use KDE 5 for the graphical installation DVD
2016-11-18Merge pull request #20518 from rasendubi/fetchFromGitHubDaniel Peebles2-6/+19
fetchFromGitHub: add fetchSubmodules option
2016-11-18Merge pull request #20532 from gnidorah/master2Frederik Rietdijk1-3/+3
rambox: 0.4.4 -> 0.4.5
2016-11-18Merge pull request #20520 from spacekitteh/patch-15Pascal Wittmann1-5/+5
bro: 2.4.1 -> 2.5
2016-11-18Add haskell packages set for cross ghcShea Levy4-20/+53
2016-11-18haskell/ghcjs: sort ghcjs packages alphabeticallyProfpatsch1-35/+47
2016-11-18haskell/ghcjs: patch Safe out of fast-loggerProfpatsch1-0/+11
2016-11-18haskell.packages.ghcjs: fix entropy (#20446)Profpatsch1-0/+9
2016-11-18Merge pull request #20428 from ttuegel/multiple-outputs-gtkThomas Tuegel6-0/+12
Use multiple outputs for gtkmm and friends
2016-11-18grsecurity: work around for #20490Joachim Fasting3-1/+21
In `scripts/Makefile.modinst`, the code that generates the list of modules to install passes file names via the command line. When installing a grsecurity kernel, this list appears to exceed the shell's argument list limit, as in make[2]: execvp: /nix/store/[...]-bash-4.3-p46/bin/bash: Argument list too long The build does not fail, however, but the list of modules to be installed ends up being empty. Thus, the resulting kernel package output contains no modules, rendering it useless. We work around this by patching the makefile to use `find -exec` to process files. Why this would occur for grsecurity and not other kernels is unknown, most likely there's something *else* that is actually causing this behaviour, so this is a temporary fix until that cause is found. Fixes https://github.com/NixOS/nixpkgs/issues/20490
2016-11-18ghcjsHEAD: don’t just copy & replace, reuse same code (#20493)Profpatsch3-346/+226
* ghcjsHEAD: don’t just copy & replace, reuse same code The HEAD file was just copied over and a few hashes replaced. Most of these hashes were already function arguments anyway, so no reason to not abstract over that. * ghcjs/base: factor out stage1Packages & regenerate for HEAD The stage1Packages have changed on ghcjs head, this adds the new list.
2016-11-18rambox: 0.4.4 -> 0.4.5Alex Ivanov1-3/+3
2016-11-18bro: 2.4.1 -> 2.5Sophie Taylor1-5/+5
2016-11-18Merge pull request #20524 from FPtje/patch-1Thomas Tuegel1-2/+5
Support for ARM in openblas
2016-11-18scalafmt: 0.4.2 -> 0.4.10Markus Hauck1-2/+2
2016-11-18nitrogen: 1.5.2 -> 1.6.0romildo1-6/+11
2016-11-18Support for ARM in openblasFalco Peijnenburg1-2/+5
Attempting to build openblas on ARM resulted in the error "unsopported system: armv7l_linux". This PR resolves that issue and some other issues that pop up when trying to build openblas for ARM.
2016-11-18Merge pull request #20519 from avnik/wine-updateMichael Raskin1-3/+3
wine-unstable: 1.9.22 -> 1.9.23
2016-11-18wine-unstable: 1.9.22 -> 1.9.23Alexander V. Nikolaev1-3/+3
2016-11-18jsduck: init versionPeriklis Tsirakidis6-1/+112
2016-11-18fetchFromGitHub: add fetchSubmodules optionAlexey Shmalko2-6/+19
This commit extends fetchFromGitHub with ability to fetch GitHub repositories with submodules, so we can use the function consistently with all GitHub repositories. Note it doesn't change the previous behavior.
2016-11-18Merge pull request #20263 from dtzWill/feature/bloatyAlexey Shmalko3-0/+34
bloaty: init at 2016.11.16
2016-11-18hackage-packages.nix: automatic Haskell package set updatePeter Simons1-120/+392
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/75f785093ebb5ea89e7e17794a06dc6721c5d5d7.
2016-11-18Declare "ghcjs-base" as a compiler-provided core package.Peter Simons2-0/+10
This change fixes several GHCJS-related packages in our Hackage database. Cc: @Profpatsch
2016-11-18configuration-hackage2nix.yaml: disable broken buildsPeter Simons1-3/+43
Ping @abbradar because of broken lambdabot.
2016-11-18Merge pull request #20507 from Profpatsch/lib-ini-generatorDomen Kožar4-350/+540
lib: File generators from Nix Expressions
2016-11-18Merge pull request #20509 from garbas/elm-0.18Domen Kožar9-45/+38
elm: 0.17.1 -> 0.18
2016-11-17Merge pull request #20171 from sternenseemann/x509Tim Steinbach1-13/+15
ocaml-x509: 0.5.0 -> 0.5.3
2016-11-17Merge pull request #20280 from vandenoever/libreofficeTim Steinbach2-5/+5
libreoffice-fresh: 5.2.2.2 -> 5.2.3.3