Commit graph

64995 commits

Author SHA1 Message Date
Charles Strahan 433a13d12a taffybar: init with-packages wrapper
This provides a wrapper around taffybar, in a fashion similar to how
package xmonad.
2015-06-30 11:11:43 -04:00
Eelco Dolstra 32b9ca3219 EC2: Don't blackhole 169.254.169.254
https://github.com/NixOS/nixops/issues/267
2015-06-30 17:04:19 +02:00
Pascal Wittmann 16406e63b3 xdg_utils: fix handling of runtime dependencies, closes #8564
'egrep' was substituted with the path to the grep binary
2015-06-30 15:45:09 +02:00
Carles Pagès 3dd09ed069 Merge pull request #8524 from cpages/master
abcde: update to 2.7 and fix mp3 tagging
2015-06-30 15:04:47 +02:00
Pascal Wittmann 2cdbe82ada llpp: update from 2015-06-06 to 2015-06-27 2015-06-30 13:07:06 +02:00
Pascal Wittmann 18308e6b56 tvheadend: fix build by disabling dvbscan 2015-06-30 13:00:21 +02:00
Luca Bruno e7d81a371b doc: make it clear the Contributing section is for the docs 2015-06-30 12:25:55 +02:00
Luca Bruno e06f494a81 doc: document lib.makeOverridable 2015-06-30 12:19:49 +02:00
Luca Bruno 01ce5ce050 doc: document .override 2015-06-30 11:26:27 +02:00
viric ea925c72e7 Merge pull request #8571 from dezgeg/pr-uboot
U-Boot: Refactor, update & new board+QEMU support
2015-06-30 11:15:11 +02:00
Luca Bruno 36cd08e374 nixpkgs-manual: fix callouts 2015-06-30 11:04:46 +02:00
Tuomas Tynkkynen 0ec0790348 U-Boot: Patch Versatile Express to use config_distro_bootcmd.h
With this patch in place, ARMv7 NixOS can be booted in QEMU:

qemu-system-arm -kernel u-boot -M vexpress-a9 -serial stdio -sd nixos-sd-image-armv7l-linux.img -m 1024

...with all the features that boot.loader.generic-extlinux-compatible
supports, like the boot generation menu and seamless kernel upgrades
in the VM.
2015-06-30 11:10:18 +03:00
Tuomas Tynkkynen d013de6d32 U-Boot: Update to 2015.04 and major refactor
Instead of selecting the defconfig based on stdenv.platform.uboot,
provide different ubootFoo packages. Otherwise we couldn't easily build
U-Boots for different platforms than what we are currently running on.

All users of the ubootChooser function appear to be using only CLI tools
like mkimage, whose behaviour is not affected by the defconfig (their
build outputs are bitwise-identical). So add a separate package for the
CLI tools.

Of the removed patches, some version of sheevaplug-sdio.patch has
apparently been applied upstream (with at least mv_sdio.c renamed to
mvebu_mmc.c). sheevaplug-config.patch needs rebasing & re-testing on
real hardware.

Tested boards and input/output methods that upstream supports:
 - Raspberry Pi:
    - HDMI works, USB keyboard not yet supported
    - Serial via the 26-pin connector (3.3V)
 - pcDuino3 Nano:
    - HDMI + USB keyboard (only if attached to a hub)
    - Serial via the 3-pin connector (3.3V)
 - Jetson TK1: RS-232 serial port only
 - Versatile Express CA9 (for QEMU only): Serial via '-serial stdio'
2015-06-30 10:49:56 +03:00
Tobias Geerinckx-Rice e0038d7571 lz4 130 -> 131
Changes:
- liblz4: xxhash symbols are dynamically changed (namespace
  emulation) to avoid symbol conflict
- liblz4.a (static library) no longer compiled with -fPIC by
  default
2015-06-30 09:49:52 +02:00
Tuomas Tynkkynen 1793fdbfb1 platforms.nix: Remove IntegratorCP and Versatile
These ARM boards are very old and quite likely used only for booting in
QEMU emulation. I'll focus on making the multiplatform image easy to
boot in QEMU instead.
2015-06-30 10:33:25 +03:00
Tuomas Tynkkynen d8b4cff390 dtc: Fix cross compilation
Flex and Bison are need to be executable by the build system.
2015-06-30 10:33:25 +03:00
Eelco Dolstra a9b3d75e9e nix.buildMachines: Fewer required fields 2015-06-30 00:51:07 +02:00
Shea Levy 03dbba9757 build-maven: Handle very long dependency lists 2015-06-29 13:41:24 -04:00
Arseniy Seroka 3862fd57fe Merge pull request #8526 from matthiasbeyer/add-klaus
Package: klaus + dependencies
2015-06-29 19:08:38 +03:00
Arseniy Seroka 7e9cba3a2d qutebrowser: 0.3-pre -> 0.3 2015-06-29 19:05:51 +03:00
Matthias Beyer 5344e4db4d klaus: init at 0.4.9 2015-06-29 17:55:33 +02:00
Matthias Beyer ce10f31e0e httpauth: init at 0.2 2015-06-29 17:55:32 +02:00
Matthias Beyer 886a872853 humanize: init at 0.5.1 2015-06-29 17:55:32 +02:00
Pascal Wittmann 6dca09d36f Merge pull request #8557 from couchemar/elixir-1.0.5
elixir: 1.0.4 -> 1.0.5
2015-06-29 17:37:55 +02:00
Pascal Wittmann 5ade71b1d7 pencil: wrap bin/pencil correctly, fixes #8551 2015-06-29 17:04:35 +02:00
Pascal Wittmann 851ef7e2de Merge pull request #8548 from dezgeg/pr-dtc
dtc: init at 1.4.1
2015-06-29 16:37:45 +02:00
Andrey Pavlov 15fd734a58 elixir: 1.0.4 -> 1.0.5 2015-06-29 17:30:59 +03:00
Pascal Wittmann 512225ef81 Fixed some descriptions 2015-06-29 16:20:58 +02:00
Pascal Wittmann aefa3a30f0 Merge pull request #8550 from maurer/bitstring-gunk
ocaml-bitstring: debug message removal
2015-06-29 15:41:13 +02:00
Pascal Wittmann bd65e8afb4 bro: update from 2.3.2 to 2.4 2015-06-29 12:50:34 +02:00
Pascal Wittmann 439ce0d07d checkstyle: update from 6.7 to 6.8 2015-06-29 12:50:34 +02:00
Arseniy Seroka d07d715610 Merge pull request #8552 from hiberno/bump-powerline-fonts
powerline-fonts: bump to latest revision
2015-06-29 12:37:46 +03:00
hiberno 8e997a4b6d powerline-fonts: bump to latest revision 2015-06-29 09:45:55 +02:00
Tobias Geerinckx-Rice d94285788f python-packages: repocheck 2015-05-04 -> 2015-06-27 2015-06-29 01:21:17 +02:00
aszlig f9bd72f24c
nixos/iso-image: Allow to customize menu label.
It comes in handy to alter the menu label if you're not building a NixOS
installer image but for example if you want to build a live system and
still want to re-use the iso-image.nix module.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-28 23:30:17 +02:00
Matthew Maurer a145a70f1a ocaml-bitstring: debug message removal 2015-06-28 21:12:10 +00:00
Arseniy Seroka 88c7e4aa94 Merge pull request #8545 from C0DEHERO/update/voxelands
update 1504.01 -> 1506.00
2015-06-29 00:06:06 +03:00
C0DEHERO cf98387f73 voxelands: 1504.01 -> 1506.00 2015-06-28 16:36:15 -04:00
Tuomas Tynkkynen b0ad2da4ed dtc: init at 1.4.1
Compiling U-Boot for the Jetson TK1 board requires this.
2015-06-28 22:40:35 +03:00
Arseniy Seroka 2c64c34517 Merge pull request #8544 from Chattered/master
tome4: add new maintainer
2015-06-28 20:42:58 +03:00
Phil Scott 52339c7c70 tome4: add new maintainer 2015-06-28 18:35:26 +01:00
Michael Raskin 0d24a16bdf Minimal fix to make XConq playable again 2015-06-28 19:06:59 +03:00
Arseniy Seroka 643d055058 Merge pull request #8541 from lihop/fix-shellinabox
shellinabox: fix ssl/tls support
2015-06-28 16:15:55 +03:00
Leroy Hopson d0633a28ff Fix SSL/TLS support for shellinaboxd
shellinboxd was not finding libssl.so in it's library path, so it was
falling back to ssl disabled mode. Also, the path to openssl was
hardcoded to /usr/bin/openssl, so shellinaboxd could not generate SSL
certificates once libssl.so was added to LD_LIBRARY_PATH.
2015-06-28 23:08:10 +12:00
Edward Tjörnhammar c45b5aba92 Document the different license base cases 2015-06-28 12:42:43 +02:00
Edward Tjörnhammar da7355e562 pkgs.haskellPackages.gitit: unmark as broken 2015-06-28 12:40:23 +02:00
Edward Tjörnhammar ed9dc1fd9e nixos: added gitit service 2015-06-28 12:39:52 +02:00
Michael Raskin 124a61f10d Fix alternative samba configuration evaluations 2015-06-28 13:41:27 +03:00
Domen Kožar 3ff2dfb7fa Merge pull request #8423 from bobvanderlinden/popcorntime-bin
added popcorntime package
2015-06-28 10:01:45 +02:00
William A. Kennington III 90d041b4b5 keepalived: Fix ip release 2015-06-27 23:19:05 -07:00