Commit Graph

98408 Commits

Author SHA1 Message Date
Peter Hoeg
7a720abc03 nrpl: init at 20150521 2017-01-01 14:10:13 +08:00
Jörg Thalheim
dd4bedba52 Merge pull request #21447 from nlewo/pr/glance
nixos/glance: init at liberty version
2017-01-01 06:39:37 +01:00
Joachim Fasting
48f270db52
make-system-tarball.sh: use numeric uids
Ownership should now always be 0/0.

Pointed out by @dezgeg at
https://github.com/NixOS/nixpkgs/pull/21305#discussion_r93258149
2017-01-01 06:03:05 +01:00
Joachim Fasting
75ce714818
grsecurity: 4.8.15-201612151923 -> 201612301949 2017-01-01 06:01:04 +01:00
Jörg Thalheim
0d5a5307be
iproute: remove broken fan patch 2017-01-01 05:17:53 +01:00
Joachim F
777a75e324 Merge pull request #21559 from abuibrahim/master
update dpdk and related packages
2017-01-01 04:28:13 +01:00
Léo Gaspard
7f0143b89d
kcov: 29 -> 32 2017-01-01 03:32:31 +01:00
Ruslan Babayev
605b8095ca pktgen: 3.0.13 -> 3.1.0 2016-12-31 16:43:11 -08:00
Ruslan Babayev
aeb41bbf75 odp-dpdk: 2016-08-16 -> 1.12.0.0 2016-12-31 16:23:47 -08:00
Ruslan Babayev
dd45691fe0 dpdk: 16.07 -> 16.07.2 2016-12-31 16:22:52 -08:00
Joachim Fasting
5195e0d70f
borgbackup: cleanup inputs
tox/detox are removed; they are used to test multiple python
implementations in parallel, which isn't really appropriate for a Nix
install check.  Also, because these were added to the propagated build
inputs, lots of unnecessary stuff ended up in the resulting closure.
Note that removing tox does not imply tests are not run; they never were
to begin with; this is a separate issue.

This fixes https://github.com/NixOS/nixpkgs/issues/16171

Also, for "correctness" ordinary build-time dependencies are added to
`buildInputs`; only inputs that are to be added to the python path are
added to `propagatedBuildInputs`.
2016-12-31 21:58:41 +01:00
Daiderd Jordan
6e6334a514 Merge pull request #21529 from ivan-tkatchev/master
makerpm: init at 1.0
2016-12-31 21:35:14 +01:00
tkatchev
4073aaa7e1 makerpm: init at 1.0 2016-12-31 23:19:31 +03:00
Graham Christensen
d7a65bdf47 Merge pull request #21433 from Hodapp87/darktable-2.2.0
darktable: 2.0.7 -> 2.2.0
2016-12-31 15:16:56 -05:00
volth
06b372f24f miredo: init at 1.2.6 2016-12-31 21:03:27 +01:00
Chris Hodapp
e3dedd4b57 darktable: 2.0.7 -> 2.2.0 2016-12-31 14:59:30 -05:00
Pascal Wittmann
61027b7fce
bmon: 3.9 -> 4.0 2016-12-31 18:06:11 +01:00
Joachim F
01fdbac60c Merge pull request #21550 from mimadrid/update/nano-2.7.3
nano: 2.7.2 -> 2.7.3
2016-12-31 16:12:10 +01:00
mimadrid
ae5c3f6fc5
nano: 2.7.2 -> 2.7.3 2016-12-31 15:37:41 +01:00
Michael Raskin
6305b85abd Merge pull request #21549 from mimadrid/update/rofi-1.3.0
rofi: 1.2.0 -> 1.3.0
2016-12-31 14:30:01 +00:00
mimadrid
fc50edf497
rofi: 1.2.0 -> 1.3.0 2016-12-31 15:22:22 +01:00
Michael Raitza
39366c14d8 gnome-encfs-manager: 1.8.16 -> 1.8.18 2016-12-31 14:56:43 +01:00
Falco Peijnenburg
9c61571f1a Strongswan: enable rdrand and aes-ni only on X86
Strongswan fails to compile on armv7l-linux with `--enable-aesni` and  `--enable-rdrand` enabled. Errors are thrown about impossible constraints in asm (`--enable-rdrand`) or about gcc getting unknown command line parameters about aes (`--enable-aesni`). The options only makes sense on X86_64 processors.

The rdrand plugin is designed for Ivy Bridge processors:

> High quality / high performance random source using the Intel rdrand instruction found on Ivy Bridge processors

The aes-ni plugin also only exists on X86 processors (which have the AES instruction set)

Tested with a local override. The change triggers a (successful) rebuild on my X86_64 system. On armv7-linux this change fixes build errors.

See: 
https://wiki.strongswan.org/issues/337
2016-12-31 14:26:17 +01:00
Daiderd Jordan
da34b32bb4 Merge pull request #21539 from mdaiter/wxGTK30Mac
wxGTK30: added Darwin support
2016-12-31 14:11:58 +01:00
Daiderd Jordan
8263636ed0 Merge pull request #21446 from jokogr/u/syncthing-gtk-0.9.2.3
syncthing-gtk: 0.6.3 -> 0.9.2.3
2016-12-31 14:11:37 +01:00
Gabriel Ebner
68b2d43c88 lean: 2016-12-08 -> 2016-12-30 2016-12-31 13:51:10 +01:00
Ioannis Koutras
dc70cd1026 syncthing-gtk: 0.6.3 -> 0.9.2.3 2016-12-31 14:26:17 +02:00
Bjørn Forsman
76923648af nixos/gnome3: add gnome-settings-daemon udev rules (enables bluetooth GUI)
Without this, gnome-settings-daemon will not have write access to
/dev/rfkill, which in turn cause it to advertise no "airplane mode" over
D-Bus, which in turn the bluetooth panel code in gnome-control-center
interprets as "there are no bluetooth dongles" (and the button to turn
on bluetooth is grayed out). The end result that bluetooth operations
cannot be done in the GNOME desktop.

See upstream discussion:

http://lists.usefulinc.com/pipermail/gnome-bluetooth/2016-July/thread.html
http://lists.usefulinc.com/pipermail/gnome-bluetooth/2016-December/thread.html
2016-12-31 13:05:38 +01:00
Michael Raskin
b4cab20691 Merge pull request #21511 from peterhoeg/u/kirigami
kirigami: add pre-release v2
2016-12-31 11:36:49 +00:00
Peter Hoeg
2dcbb8e81f kirigami: add pre-release v2
It requires qt5.7
2016-12-31 19:30:02 +08:00
Vladimír Čunát
5f1ebf8ff4
rivet: fixup sandboxed build after update
There's no /bin/bash.  http://hydra.nixos.org/build/45754059
2016-12-31 11:11:23 +01:00
Frederik Rietdijk
6210641031 flexget: fix eval 2016-12-31 10:09:16 +01:00
Frederik Rietdijk
9a330645d1 flexget: forgot to include file in commit 2016-12-31 10:02:30 +01:00
Frederik Rietdijk
361dae67d4 flexget: move out of python-packages.nix
because it is an application and not a library.
2016-12-31 09:52:45 +01:00
Peter Marheine
0cb52dc836 flexget: use html5lib 1.0b8
html5lib 1.0b9 made a breaking API change that requires beautifulsoup
4.5 or newer, which would require upgrading flexget to support.
2016-12-31 09:43:47 +01:00
Antoine Eiche
49efa083c7 nixos/glance: set default glance package
Before, it was overridden in the config section to avoid problem related
to manual generation.
2016-12-31 09:36:57 +01:00
Antoine Eiche
165089f9d7 nixos/glance: add test
The test starts the glance service, creates a nixos image and ensures Glance
list it.

Note the test also starts the Keystone service since it is required
by Glance.
2016-12-31 09:36:57 +01:00
Antoine Eiche
6c94d6437d nixos/glance: init at liberty version
This commit is based on initial works made by domenkozar.
2016-12-31 09:36:57 +01:00
Frederik Rietdijk
c7bff3d71d calibre: 2.73.0 -> 2.76.0, fix html5lib, closes #21504 2016-12-31 09:12:41 +01:00
Bart Brouns
59dbcefaa7
physlock: git-20150126 -> 0.5 2016-12-30 22:45:56 -05:00
Graham Christensen
1fd97f6293 Merge pull request #21528 from veprbl/kak2
update rivet, kakoune, add fastnlo, sherpa, mcgrid
2016-12-30 22:36:53 -05:00
Matthew Daiter
5776e6c99b wxGTK30: added Darwin support 2016-12-31 03:03:51 +01:00
Rushmore Mushambi
b86d256e9c Merge pull request #21489 from retrry/master
rustc, cargo, rustRegistry updates
2016-12-31 04:01:16 +02:00
Daiderd Jordan
9d0a9bc9d6 Merge pull request #21515 from chris-martin/ppl
ppl-address-book: init at 2.4.0
2016-12-30 23:42:10 +01:00
Michael Raskin
6fef7f1f80 Merge pull request #21449 from namore/add_pkg_gorilla
gorilla-bin: init at 1.5.3.7
2016-12-30 22:23:38 +00:00
Michael Raskin
c0bde169bd Merge pull request #21518 from Ralith/matrix-synapse
matrix-synapse: 0.18.5 -> 0.18.6-rc2
2016-12-30 22:22:08 +00:00
Vladimír Čunát
c2752f8228
Merge #21526: unbound 1.5.10 -> 1.6.0 2016-12-30 23:17:58 +01:00
Vladimír Čunát
6bded45883
flex: 2.6.1 -> 2.6.3
This resolves some warnings and errors introduced in 2.6.x.
2016-12-30 23:17:08 +01:00
Michael Raskin
62adccb956 Merge pull request #21483 from rardiol/freeorion
freeorion: 0.4.5 -> 0.4.6
2016-12-30 22:14:35 +00:00
Nikolay Amiantov
fad0eae6bb Merge pull request #21530 from NixOS/revert-20767-debbuild
Revert "releaseTools.debBuild: split checkinstall into separate phase"
2016-12-31 02:13:48 +04:00