Commit Graph

89404 Commits

Author SHA1 Message Date
Daniel Brockman
200fa32911 ethabi: init at 0.2.1 2016-08-27 16:08:17 +02:00
Lluís Batlle i Rossell
8d4de4fe4f Updating mumble to 1.2.16. 2016-08-27 15:46:33 +02:00
Michael Raskin
2a210e3430 neural-style: init at 0.0pre2016.08.15 2016-08-27 15:41:58 +02:00
Michael Raskin
f3a86cf599 loadcaffe: init at 0.0pre2016.08.01 2016-08-27 15:41:58 +02:00
Michael Raskin
2e0c1c3758 torch: find libjpeg and libpng, use compatible openblas 2016-08-27 15:41:58 +02:00
Nikolay Amiantov
3f70fcd4c1 Merge pull request #11484 from oxij/nixos-toposort-filesystems
lib: add toposort, nixos: use toposort for fileSystems to properly support bind and move mounts
2016-08-27 14:34:55 +04:00
Peter Simons
44289f81e9 Merge pull request #18022 from mboes/ghcHEAD
haskell.compiler.ghcHEAD: update to latest upstream (20160826).
2016-08-27 12:34:14 +02:00
Joachim F
739261f3bc Merge pull request #18028 from rnhmjoj/imv
imv: fix failing build
2016-08-27 12:23:45 +02:00
Joachim F
fca4e066bb Merge pull request #18030 from Ralith/matrix-synapse
matrix-synapse: 0.17.0 -> 0.17.1
2016-08-27 12:23:38 +02:00
Joachim Fasting
ac193edd2d
runit: support building with clangStdenv 2016-08-27 11:49:26 +02:00
Ram Kromberg
ee1cc78333 Revert "wine: use gcc49 for 64-bit builds"
This reverts commit 24835df322.
2016-08-27 12:27:42 +03:00
Robin Gloster
08112088c9 Merge pull request #18033 from markus1189/source-code-pro-2.030
source-code-pro: 2.010 -> 2.030
2016-08-27 09:26:39 +00:00
Robin Gloster
e49117c5ef Merge pull request #18032 from erikryb/master
neomutt: 20160723 -> 20160827
2016-08-27 09:26:00 +00:00
Joachim F
cb2bb72de5 Merge pull request #17996 from Ptival/vscode-1.4.0
vscode: 1.2.1 -> 1.4.0
2016-08-27 10:51:54 +02:00
Joachim F
9003f9d9a1 Merge pull request #18017 from joachifm/tor-0_2_8_7
tor: 0.2.7.6 -> 0.2.8.7
2016-08-27 10:44:39 +02:00
Joachim F
cfbb43e54d Merge pull request #18020 from joachifm/runit-refactor
runit: refactor, add man output
2016-08-27 10:44:27 +02:00
Markus Hauck
6879f1e57e source-code-pro: 2.010 -> 2.030 2016-08-27 10:41:36 +02:00
Joachim Fasting
f6fc56d35a
refind: 0.9.2 -> 0.10.3, fix build 2016-08-27 10:41:01 +02:00
Erik Rybakken
5212eb3882 neomutt: 20160723 -> 20160827 2016-08-27 10:37:53 +02:00
Bjørn Forsman
daa9d5edca perf: unbreak build since glibc 2.24 upgrade
glibc 2.24 deprecated readdir_r, breaking the perf build:

  $ nix-build -A linuxPackages.perf
  ...
    CC       util/event.o
    CC       util/evlist.o
  util/event.c: In function '__event__synthesize_thread':
  util/event.c:448:2: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations]
    while (!readdir_r(tasks, &dirent, &next) && next) {
    ^
  In file included from /nix/store/8ic0jwg3p5vcwx52k4781n987hmv0bks-glibc-2.24-dev/include/features.h:368:0,
                   from /nix/store/8ic0jwg3p5vcwx52k4781n987hmv0bks-glibc-2.24-dev/include/stdint.h:25,
                   from /nix/store/jsazxc1b86g2ww569ziwhhvkz8z43vjd-gcc-5.4.0/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include/stdint.h:9,
                   from /tmp/nix-build-perf-linux-4.4.19.drv-0/linux-4.4.19/tools/include/linux/types.h:6,
                   from util/event.c:1:
  /nix/store/8ic0jwg3p5vcwx52k4781n987hmv0bks-glibc-2.24-dev/include/dirent.h:189:12: note: declared here
   extern int __REDIRECT (readdir_r,
              ^
  util/event.c: In function 'perf_event__synthesize_threads':
  util/event.c:586:2: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations]
    while (!readdir_r(proc, &dirent, &next) && next) {

Fix by adding -Wno-error=deprecated-declarations compile flag.
2016-08-27 10:21:57 +02:00
Benjamin Saunders
96198d7421 matrix-synapse: 0.17.0 -> 0.17.1 2016-08-26 23:37:18 -07:00
Moritz Ulrich
8cd3e1e2ba rustc: 1.10.0 -> 1.11.0 and beta/unstable updates.
Give cargo the right name.

Fix versioning.

rustBeta: -> 2016-08-17

Looks like rustUnstable.rustc needs *exactly* this version.
2016-08-27 08:24:16 +02:00
rnhmjoj
f0daeb575a
imv: fix failing build 2016-08-27 06:42:44 +02:00
obadz
80660f8261 virtualbox-image: use vmdk wrapper instead of vdi copy (avoids 1 disk copy) 2016-08-27 03:02:53 +01:00
obadz
58db7f508f virtualbox-image: remove configFile to let clone-config do its job in demo
Fixes #13927
cc @edolstra

configFile in make-disk-image clashes with clone-config as the latter does
nothing if it finds a a /etc/nixos/configuration.nix during stage-2.
2016-08-27 02:07:47 +01:00
Joachim Fasting
c4dc998b69
chaps: fix build against glibc 2.24
Ignore errors due to using deprecated readdir_r(3).
2016-08-26 23:52:19 +02:00
Frederik Rietdijk
cbd8d138bd kdeconnect: 0.9g -> 1.0 2016-08-26 21:35:30 +02:00
Mathieu Boespflug
5f8891153b haskell.compiler.ghcHEAD: update to latest upstream (20160826). 2016-08-26 21:15:04 +02:00
Bjørn Forsman
90de10b3ee system-config-printer: fix "Print Test Page"
Wrap s-c-p with CUPS_DATADIR=${cups-filters}/share/cups so that it finds
the "testprint" file needed for "Print Test Page" functionality.

Without this change, s-c-p tries to open /usr/share/cups/data/testprint
(fails).
2016-08-26 21:11:36 +02:00
Frederik Rietdijk
59f04899aa Merge pull request #17972 from phanimahesh/deluge
python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9
2016-08-26 20:30:06 +02:00
Thomas Tuegel
3a98be5e19
poppler: 0.46.0 -> 0.47.0 2016-08-26 12:43:22 -05:00
Robert Helgesson
3e89ff44b3
perl-Data-Validate-Domain: 0.12 -> 0.14 2016-08-26 19:32:16 +02:00
Robert Helgesson
59dc4917f0
perl-Font-TTF: 1.05 -> 1.06 2016-08-26 19:32:16 +02:00
Robert Helgesson
223d235a71
perl-Redis: 1.982 -> 1.991 2016-08-26 19:32:16 +02:00
Gabriel Ebner
131cd8f45d Merge pull request #18005 from gebner/kernel-amd-powerplay
kernel: config: enable DRM_AMD_POWERPLAY
2016-08-26 19:04:54 +02:00
Joachim F
c30792ed43 Merge pull request #17947 from RamKromberg/init/rc
rc: init at 1.7.4
2016-08-26 18:34:32 +02:00
Joachim Fasting
84f73f1e2e
runit: refactor, add man output 2016-08-26 18:12:41 +02:00
Robin Gloster
fee9b3410e Merge pull request #18014 from zimbatm/buildGoPackage-1.7
Build go package 1.7
2016-08-26 15:41:08 +00:00
Joachim Fasting
5a2dbb1b8b
tor: 0.2.7.6 -> 0.2.8.7
Also:
- Turn patchPhase into postPatch
- Add systemd and libcap on linux (and also pkgconfig for detection);
  we should be able to change the service unit to Type=notify
- Disable checks for now, the test-suite is failing in sandbox due to
  lack of network
2016-08-26 17:18:56 +02:00
Frederik Rietdijk
3de68a3979 pythonPackages.dbus: missing test dependency 2016-08-26 16:59:27 +02:00
Eelco Dolstra
c2fb3490c9 firefox: 48.0.1 -> 48.0.2 2016-08-26 16:46:34 +02:00
Franz Pletz
eba0098eab
nixos/doc/gitlab: fix build 2016-08-26 15:47:39 +02:00
Joachim F
9f01bb755f Merge pull request #17987 from taku0/firefox-bin-48.0.2
firefox-bin: 48.0.1 -> 48.0.2
2016-08-26 15:44:04 +02:00
Thomas Tuegel
3616b52e20
kde5.startkde: initialize session variables before loading user env
The desktop session variables need to be initialized before loading the
user environment scripts so that these scripts can exec programs that
rely on the session variables. For example, these variables must be set
when gpg-agent is started or pinentry-qt will not respect the user's
theme settings.
2016-08-26 08:42:28 -05:00
Ram Kromberg
4c72c81e08 rc: init at 1.7.4 2016-08-26 16:24:43 +03:00
Michael Raskin
a0aa333aa9 quirc: 2014-11-01 -> 2016-08-16, fix includes for SDL_gfx 2016-08-26 15:08:10 +02:00
Joachim F
0cbba7c673 Merge pull request #17941 from romildo/upd.efl
efl: 1.17.2 -> 1.18.0
2016-08-26 15:04:29 +02:00
Franz Pletz
f75ab31234
sysklogd: fix broken build caused by new glibc version 2016-08-26 15:03:19 +02:00
Franz Pletz
d70f83e7e9
gitlab: 8.10.6 -> 8.11.2 2016-08-26 15:03:19 +02:00
Michael Raskin
693be25cc3 tcsh: take patch from Debian and edit it to fix handling of glibc-2.24 union wait removal 2016-08-26 14:59:39 +02:00