Profpatsch
786c13c884
Merge pull request #20534 from Profpatsch/ghcjs-sort-configuration
...
Ghcjs sort configuration
2016-11-19 14:28:43 +01:00
Graham Christensen
df21b76a21
Merge pull request #20541 from taku0/thunderbird-bin-45.5.0
...
thunderbird-bin: 45.4.0 -> 45.5.0
2016-11-19 07:09:11 -05:00
Domen Kožar
18b8e4508c
Merge pull request #20512 from 3noch/patch-1
...
Expose guts of `cleanSource`
2016-11-19 11:57:31 +01:00
Pascal Wittmann
4cdfa0b96a
axel: 2.7 -> 2.11
2016-11-19 10:51:56 +01:00
Vladimír Čunát
b69f568f4c
Merge branch 'staging'
...
Hydra rebuild looks fine; only a few Darwin jobs is queued:
http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-19 04:35:51 +01:00
Graham Christensen
775a729da7
Merge pull request #20497 from grahamc/monit
...
monit: 5.19.0 -> 5.20.0 for CVE-2016-7067
2016-11-18 21:19:44 -05:00
Joachim F
7ce938e1d6
Merge pull request #20525 from markus1189/scalafmt-0410
...
scalafmt: 0.4.2 -> 0.4.10
2016-11-19 03:05:22 +01:00
Joachim F
50f90d4ea8
Merge pull request #20465 from periklis/topic_jsduck
...
jsduck: init version
2016-11-19 03:04:49 +01:00
Joachim F
35c6c439a2
Merge pull request #20414 from nico202/w_scan
...
w_scan: init at 20161022
2016-11-19 03:03:55 +01:00
Joachim F
3dd936aa56
Merge pull request #20537 from romildo/upd.uncrustify
...
uncrustify: 0.63 -> 0.64
2016-11-19 03:03:29 +01:00
Shea Levy
6f1d4149d5
ios-cross: Fix for simulator
2016-11-18 18:14:20 -05:00
romildo
cc9466a627
uncrustify: 0.63 -> 0.64
2016-11-18 20:45:35 -02:00
Jörg Thalheim
c54d2860dc
Merge pull request #20469 from Mic92/initrd-ssh
...
initrd-ssh: fix authorized_key generation with multiple keys
2016-11-18 23:16:44 +01:00
Mateusz Kowalczyk
21a1611269
Merge pull request #20523 from romildo/upd.nitrogen
...
nitrogen: 1.5.2 -> 1.6.0
2016-11-18 21:38:47 +00:00
Aristid Breitkreuz
3ebefe8178
kbfs: 2016-08-02 -> 2016-11-18
2016-11-18 22:35:58 +01:00
Arseniy Seroka
57260d4c79
Merge pull request #20483 from steveeJ/vim-plugins-deoplete-go
...
vim-plugins/deoplete-go: init at 2016-11-12
2016-11-18 23:35:21 +04:00
taku0
2540608f43
thunderbird-bin: 45.4.0 -> 45.5.0
2016-11-19 03:12:09 +09:00
Frederik Rietdijk
58f0dcfeb1
Merge pull request #20365 from hakuch/fix_opam
...
clingo, gringo: Revert opam solver dependency changes
2016-11-18 18:49:07 +01:00
Emery Hemingway
60ded3f363
nixos/cjdns: do not ammend /etc/hosts
...
Generating IPv6 addresses at eval time required building cjdns.
Fix #20422
2016-11-18 18:41:50 +01:00
Thomas Tuegel
6cd867dd4c
Merge pull request #20433 from ttuegel/install-cd-kde-5
...
Use KDE 5 for the graphical installation DVD
2016-11-18 11:29:47 -06:00
Daniel Peebles
e8bb0a5ef7
Merge pull request #20518 from rasendubi/fetchFromGitHub
...
fetchFromGitHub: add fetchSubmodules option
2016-11-18 12:29:22 -05:00
Frederik Rietdijk
e985c5ac23
Merge pull request #20532 from gnidorah/master2
...
rambox: 0.4.4 -> 0.4.5
2016-11-18 18:03:54 +01:00
Pascal Wittmann
9a6c17d92b
Merge pull request #20520 from spacekitteh/patch-15
...
bro: 2.4.1 -> 2.5
2016-11-18 17:33:31 +01:00
Shea Levy
64ec4dd87b
Add haskell packages set for cross ghc
2016-11-18 10:44:53 -05:00
Profpatsch
06e0bac814
haskell/ghcjs: sort ghcjs packages alphabetically
2016-11-18 16:38:04 +01:00
Profpatsch
a7043808dd
haskell/ghcjs: patch Safe out of fast-logger
2016-11-18 16:24:37 +01:00
Profpatsch
247d7c88d2
haskell.packages.ghcjs: fix entropy ( #20446 )
2016-11-18 16:17:14 +01:00
Thomas Tuegel
b32a1c7244
Merge pull request #20428 from ttuegel/multiple-outputs-gtk
...
Use multiple outputs for gtkmm and friends
2016-11-18 09:16:34 -06:00
Joachim Fasting
e38b74ba89
grsecurity: work around for #20490
...
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-18 16:14:26 +01:00
Profpatsch
b399de2970
ghcjsHEAD: don’t just copy & replace, reuse same code ( #20493 )
...
* 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-18 16:13:56 +01:00
Alex Ivanov
4feaf8c4ac
rambox: 0.4.4 -> 0.4.5
2016-11-18 17:21:15 +03:00
Sophie Taylor
ffa225336c
bro: 2.4.1 -> 2.5
2016-11-18 23:20:58 +10:00
Thomas Tuegel
d1b4358453
Merge pull request #20524 from FPtje/patch-1
...
Support for ARM in openblas
2016-11-18 07:02:04 -06:00
Markus Hauck
20b136f7d3
scalafmt: 0.4.2 -> 0.4.10
2016-11-18 13:41:59 +01:00
romildo
1a486c47af
nitrogen: 1.5.2 -> 1.6.0
2016-11-18 09:49:27 -02:00
Falco Peijnenburg
5f5f0614b0
Support for ARM in openblas
...
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-18 12:44:49 +01:00
Michael Raskin
fd0d7229ff
Merge pull request #20519 from avnik/wine-update
...
wine-unstable: 1.9.22 -> 1.9.23
2016-11-18 11:22:19 +00:00
Alexander V. Nikolaev
edcfa0f3fa
wine-unstable: 1.9.22 -> 1.9.23
2016-11-18 13:16:02 +02:00
Periklis Tsirakidis
82aa52f01d
jsduck: init version
2016-11-18 12:14:03 +01:00
Alexey Shmalko
a80cacd3ec
fetchFromGitHub: add fetchSubmodules option
...
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-18 13:04:26 +02:00
Alexey Shmalko
77847756f3
Merge pull request #20263 from dtzWill/feature/bloaty
...
bloaty: init at 2016.11.16
2016-11-18 12:39:38 +02:00
Peter Simons
80daa953c4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
75f785093e
.
2016-11-18 09:51:24 +01:00
Peter Simons
4306a53756
Declare "ghcjs-base" as a compiler-provided core package.
...
This change fixes several GHCJS-related packages in our Hackage database.
Cc: @Profpatsch
2016-11-18 09:51:14 +01:00
Peter Simons
29662304df
configuration-hackage2nix.yaml: disable broken builds
...
Ping @abbradar because of broken lambdabot.
2016-11-18 09:51:06 +01:00
Domen Kožar
1dd7bb2bb6
Merge pull request #20507 from Profpatsch/lib-ini-generator
...
lib: File generators from Nix Expressions
2016-11-18 09:34:17 +01:00
Domen Kožar
065fa2fe66
Merge pull request #20509 from garbas/elm-0.18
...
elm: 0.17.1 -> 0.18
2016-11-18 09:31:17 +01:00
Tim Steinbach
5080d17984
Merge pull request #20171 from sternenseemann/x509
...
ocaml-x509: 0.5.0 -> 0.5.3
2016-11-17 22:24:13 -05:00
Tim Steinbach
7e96221c89
Merge pull request #20280 from vandenoever/libreoffice
...
libreoffice-fresh: 5.2.2.2 -> 5.2.3.3
2016-11-17 22:22:30 -05:00
Tim Steinbach
cca6382f33
Merge pull request #20342 from avnik/update/gimplensfun
...
gimp-lensfun: 0.1.1 -> 0.2.4
2016-11-17 22:22:15 -05:00
Tim Steinbach
74dee9fc39
Merge pull request #20358 from f--t/fix/powerline-update-2.4
...
powerline: 2.1.4 -> 2.4
2016-11-17 22:21:57 -05:00