Tuomas Tynkkynen
de3cac0ece
make-bootstrap-tools.nix test: Use busybox from store
...
Our bootstrap tools are actually broken right now due to busybox not
working when invoked directly from a store path. (It says e.g.
"0qqqw19y4gmknajw8vg4fvhx9gxdqlhz-busybox: applet not found").
Make this test actually fail in such case, the next commit will fix the
problem with busybox.
2017-01-25 00:01:52 +02:00
Tuomas Tynkkynen
ed74fcf14b
libsigsegv: Add Aarch64 patch
2017-01-25 00:01:52 +02:00
Tuomas Tynkkynen
c909f1b18e
stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64
...
This is required for Aarch64 since a lot of source tarballs ship with
outdated configure scripts that don't recognize aarch64. Simply
replacing the config.guess and config.sub with new versions from
upstream makes them build again.
This same approach is used by at least Buildroot and Fedora. In
principle this could be enabled for all architectures but
conditionalizing this on aarch64 avoids a mass rebuild on x86.
2017-01-25 00:01:52 +02:00
Tuomas Tynkkynen
6e46dbf8e7
gnu-config: init at 2016-12-31
2017-01-25 00:01:51 +02:00
Tuomas Tynkkynen
7c8a060c09
stdenv: Bringup aarch64 architecture support
2017-01-25 00:01:51 +02:00
Peter Simons
7673d5932d
Merge pull request #22104 from aherrmann/pr_diagrams
...
diagrams: Fix the 1.4.* versions of the ecosystem
2017-01-24 22:40:14 +01:00
Michael Raskin
54e97b8ec6
Merge pull request #22114 from vbgl/ocaml-4.04
...
OCaml 4.04
2017-01-24 21:38:19 +00:00
Michael Raskin
ba603d03f4
Merge pull request #22110 from shdpl/pydub
...
pydub: 0.16.7
2017-01-24 21:36:37 +00:00
Michael Raskin
047f9069a4
Merge pull request #22109 from goetzst/youtube-dl
...
youtube-dl: 2017.01.22 -> 2017.01.24
2017-01-24 21:36:06 +00:00
Michael Raskin
30b51af27b
Merge pull request #22108 from yorickvP/master
...
i3status: 2.10 -> 2.11
2017-01-24 21:35:11 +00:00
Michael Raskin
9977fb86a0
Merge pull request #22111 from romildo/upd.mkvtoolnix
...
mkvtoolnix: 9.6.0 -> 9.8.0
2017-01-24 21:34:16 +00:00
Michael Raskin
c915fd68cf
Merge pull request #22106 from romildo/new.drake
...
drake: init at 0.9.2.0.3.1
2017-01-24 21:33:20 +00:00
Michael Raskin
90b2621ee3
Merge pull request #22113 from romildo/upd.jwm
...
jwm: 1563 -> 1575
2017-01-24 21:29:57 +00:00
Dan Peebles
b299e508ea
fluentd: 0.14.0 -> 0.14.11, with more plugins
...
I added the most popular plugins (S3, kafka, kinesis, mongo, etc.)
and tried to bring it closer to the set of plugins they bundle with
td-agent, without getting rid of the ones we already have today. We
should probably make this overridable more generically going forward
but this should scratch most itches today.
2017-01-24 21:21:38 +00:00
Vincent Laporte
5bcf3c5e25
ocamlPackages.spacetime_lib: init at 0.1.0
2017-01-24 21:20:08 +00:00
romildo
b56d87c962
jwm: 1563 -> 1575
2017-01-24 19:19:34 -02:00
Vincent Laporte
88e620f587
ocamlPackages.js_of_ocaml: add ocamlbuild as a dependency
2017-01-24 21:14:46 +00:00
Lancelot SIX
86a26322e8
pythonPackages.pytest_30: 3.0.5 -> 3.0.6
2017-01-24 22:13:40 +01:00
Lancelot SIX
18b2c31eaa
pythonPackages.pytest_*: move to pkgs/development/python-modules
2017-01-24 22:13:29 +01:00
Lancelot SIX
b6e5976d4b
pythonPackages.django_guardian: 1.4.4 -> 1.4.6
2017-01-24 22:13:20 +01:00
Lancelot SIX
93d0e4ab5b
pythonPackages.pytestdjango: 2.9.1 -> 3.1.2
2017-01-24 22:13:07 +01:00
Vincent Laporte
92f9c0600d
ocamlPackages.ocsigen-deriving: 0.7 -> 0.7.1
2017-01-24 21:13:00 +00:00
Vincent Laporte
82ab1f8408
ocaml: fix the meta.branch attribute
2017-01-24 21:13:00 +00:00
Vincent Laporte
0caeaf4cdd
ocamlPackages.ppx_tools: minor refactoring
2017-01-24 21:13:00 +00:00
Vincent Laporte
f697e5ae3b
camlp4: init at 4.04+1
2017-01-24 21:13:00 +00:00
Vincent Laporte
ae047510bf
ocaml: init at 4.04
2017-01-24 21:13:00 +00:00
romildo
e98aa7832c
mkvtoolnix: 9.6.0 -> 9.8.0
...
- Update mkvtoolnix to v9.8.0
- Add a build dependency on drake, because it is not bundled with
mkvtoolnix anymore since v9.8.0
2017-01-24 18:50:56 -02:00
Mariusz `shd` Gliwiński
fa8f6f652c
pydub: 0.16.7
2017-01-24 21:30:20 +01:00
Franz Pletz
c9d5e5b34b
gitlab: 8.15.4 -> 8.16.1
2017-01-24 21:29:06 +01:00
Tuomas Tynkkynen
41fd1ed903
glibc: Check that 'cross.float' is defined
...
Because if we define it, then gcc compilation fails because it doesn't
support --with-float for aarch64.
2017-01-24 22:13:47 +02:00
Tuomas Tynkkynen
fd60260a77
platforms.nix: selectPlatformBySystem: Convert to "switch-case"
...
Looks generally nicer and used recently in nixpkgs in e.g.
3e197f7d8
("top-level: Normalize stdenv booting")
2017-01-24 22:13:36 +02:00
Stefan Götz
348a91cfe1
youtube-dl: 2017.01.22 -> 2017.01.24
2017-01-24 21:12:58 +01:00
John Ericson
5ad696b067
Merge pull request #22107 from Ericson2314/cross-tepid
...
Somewhat saner cross-compiling through bootstrapping
2017-01-24 15:09:56 -05:00
Yorick van Pelt
c91aa18070
i3status: 2.10 -> 2.11
2017-01-24 20:35:29 +01:00
Thomas Tuegel
54df142672
nixos/kde5: use kimpanel with IBus by default
2017-01-24 12:55:06 -06:00
Thomas Tuegel
e38970c60b
nixos/ibus: fix custom panel example
...
The example was missing a `''`, so it did not appear correctly in the
manual. This also caused the manual to retain references inappropriately.
2017-01-24 12:52:39 -06:00
romildo
a0d29cf33e
drake: init at 0.9.2.0.3.1
2017-01-24 16:36:22 -02:00
Michael Raskin
1625d8c998
Merge pull request #22097 from lsix/update_gnupg21
...
gnupg21: 2.1.17 -> 2.1.18
2017-01-24 18:09:45 +00:00
Michael Raskin
2e6fcf8234
Merge pull request #22095 from jpierre03/pr-munin
...
munin: 2.0.29 -> 2.0.30
2017-01-24 18:09:13 +00:00
Michael Raskin
ae84dc0fdd
Merge pull request #22094 from romildo/upd.cbatticon
...
cbatticon: 1.6.4 -> 1.6.5
2017-01-24 18:08:45 +00:00
Michael Raskin
03ba3edc58
Merge pull request #22091 from romildo/upd.xfce4-whiskermenu-plugin
...
xfce4-whiskermenu-plugin: 1.6.1 -> 1.6.2
2017-01-24 18:08:24 +00:00
Michael Raskin
ecc42baeca
Merge pull request #22090 from romildo/upd.hexchat
...
hexchat: 2.12.3 -> 2.12.4
2017-01-24 18:06:57 +00:00
Michael Raskin
62b0495614
Merge pull request #22084 from LumiGuide/opencv-3.2.0
...
opencv: upgrade from 3.1.0 to 3.2.0
2017-01-24 18:05:05 +00:00
Michael Raskin
c058fde440
Merge pull request #22083 from kamilchm/pasystray
...
pasystray: 0.5.2 -> 0.6.0
2017-01-24 18:03:39 +00:00
Michael Raskin
f72eeae515
Merge pull request #22072 from LnL7/kwm
...
kwm: init at 4.0.4
2017-01-24 18:00:27 +00:00
Michael Raskin
e08cae373b
Merge branch 'master' into kwm
2017-01-24 17:59:56 +00:00
Michael Raskin
2bcc678f5a
Merge pull request #22070 from LnL7/khd
...
khd: init at v1.1.4
2017-01-24 17:58:50 +00:00
Michael Raskin
1a8d12e922
Merge pull request #22069 from kamilchm/vagrant
...
vagrant: FIX #21365 add libxml2 and libxslt paths
2017-01-24 17:57:37 +00:00
Michael Raskin
ae4f2fd145
Merge pull request #22066 from mbrgm/journalbeat
...
journalbeat service: init at 5.1.2
2017-01-24 17:56:48 +00:00
Michael Raskin
7516dbe35e
Merge pull request #22045 from rnhmjoj/recursor
...
PowerDNS Recursor: add package and service
2017-01-24 17:54:47 +00:00