Commit graph

102440 commits

Author SHA1 Message Date
Peter Hoeg
1fbcce4448 dropbox: 19.4.13 -> 20.4.19 2017-03-02 11:45:19 +08:00
rnhmjoj
83462da296 eztrace: add missing dependency 2017-03-02 04:00:36 +02:00
Tuomas Tynkkynen
439facec2a lkl: Broken on i686
http://hydra.nixos.org/build/49534265
2017-03-02 03:59:31 +02:00
Tuomas Tynkkynen
256e764226 radeontools: Mark as broken
The upstream release is from 2004. The website of this software talks
about configuring XFree86. I *highly* doubt this software is of any use
nowadays.
2017-03-02 02:30:00 +02:00
Peter Hoeg
0d936b0366 Merge pull request #23312 from ndowens/discount
Discount: 2.2.0 -> 2.2.2
2017-03-02 08:12:54 +08:00
Charles Strahan
2c0225add6
mesos: fix build with latest gcc/glibc
/cc #23253
2017-03-01 18:22:58 -05:00
Joachim Fasting
05054e34c0
tor: 0.2.9.9 -> 0.2.9.10
The 0.2.9 series is now a long-term support release, which will
receive backported security fixes until at least 2020.

tor should now build against libressl, as in
```nix
tor.override { openssl = libressl; }
```

Also re-enable the test-suite; works fine on my end.
2017-03-01 23:56:34 +01:00
Tobias Geerinckx-Rice
b12b4eaca6
phc-intel: 0.4.0-rev22 -> 0.4.0-rev24
Fixes Hydra failures on kernel >= 4.10 by only supporting kernel >= 4.10.
2017-03-01 23:34:37 +01:00
Tobias Geerinckx-Rice
20be30fdd2 Merge pull request #23341 from ndowens/di
di: 4.42 -> 4.43
2017-03-01 21:30:24 +00:00
Vladimír Čunát
fcec3e1c72
Revert "modules: add support for module replacement with disabledModules"
This reverts commit 3f2566689d for now.
Evaluation of the tested job got broken, blocking nixos-unstable.
2017-03-01 21:56:01 +01:00
Daiderd Jordan
4150920a51 Merge pull request #23294 from yurrriq/update/pkgs/applications/graphics/graphicsmagick
graphicsmagick: fix for darwin
2017-03-01 21:45:01 +01:00
Tuomas Tynkkynen
8dcfa44a53 memtest86: Mark as broken
It fails with hardening-related errors like:

reloc.o: In function `.L41':
reloc.c:(.text+0x452): undefined reference to `__stack_chk_fail_local'

... and several others as well!

Since nobody has noticed that this package has been broken the entire
16.09 release, it's probably not worth to try fixing it.

(Note that this is a different package from memtest86plus!)
2017-03-01 22:19:35 +02:00
Eric Bailey
fff88b814c
graphicsmagick: fix for darwin
Prior to this change, GraphicsMagick didn't work at all for me on Darwin, due to
dylib linking issues.
2017-03-01 14:04:11 -06:00
ndowens
3df8bef60e discount: 2.2.0 -> 2.2.2
Discount: added missing update
2017-03-01 13:28:16 -06:00
Robert Helgesson
337356448a
perl-Log-Log4perl: 1.48 -> 1.49 2017-03-01 20:12:24 +01:00
Robert Helgesson
a5ed11202c
svtplay-dl: 1.9.2 -> 1.9.3 2017-03-01 20:12:24 +01:00
ndowens
204850c975 di: 4.42 -> 4.43 2017-03-01 13:09:43 -06:00
Peter Simons
feffadefed haskell generic-builder: Revert "Pass through the ghcEnv."
This reverts commit a27bc8b317. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023.
2017-03-01 19:57:40 +01:00
Peter Simons
3001b821c9 haskell generic-builder: Revert "Pass through the list of haskell build inputs."
This reverts commit c153036525. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023.
2017-03-01 19:57:18 +01:00
ndowens
c393512809 catdoc: 0.94.2 -> 0.95 2017-03-01 19:18:20 +01:00
Shea Levy
c153036525 haskell generic-builder: Pass through the list of haskell build inputs.
Useful for building custom envs.
2017-03-01 13:00:57 -05:00
Shea Levy
b0cff50983 nix-buffer: 2.0.0 -> 2.1.0 2017-03-01 12:59:48 -05:00
Daiderd Jordan
f34c9d7885 Merge pull request #23270 from yurrriq/update/pkgs/applications/version-management/git-and-tools/gitflow
gitflow: tweak for darwin
2017-03-01 18:46:11 +01:00
Bjørn Forsman
96d774747b simavr: 1.3 -> 1.5 (fixes build) 2017-03-01 18:11:40 +01:00
Eelco Dolstra
f5e53aea5d
nixUnstable: 1.12pre4997_1351b0d -> 1.12pre5060_fa125b9 2017-03-01 18:04:18 +01:00
ndowens
d12030d175 hwinfo: 21.23 -> 21.38 2017-03-01 17:50:50 +01:00
Robin Gloster
b2919b454f
haskellPackages.cabal-lenses: fix build 2017-03-01 17:26:09 +01:00
Shea Levy
dbd7a73d0b Merge branch 'master' of github.com:NixOS/nixpkgs 2017-03-01 11:11:50 -05:00
Robin Gloster
a3e4321297
haskellPackages.rank1dynamic: fix build 2017-03-01 17:09:21 +01:00
Robin Gloster
fd770dd176
haskellPackages.OrderedBits: fix build 2017-03-01 17:09:21 +01:00
Shea Levy
a27bc8b317 haskell generic-builder: Pass through the ghcEnv.
Will be useful for nix-buffer
2017-03-01 11:05:50 -05:00
Shea Levy
bae77363c3 nixBufferBuilders.withPackages: Fix buffer count logic 2017-03-01 11:05:50 -05:00
Tuomas Tynkkynen
0495b34782 trinity: Apply upstream commit as a patch to fix build
Needed since glibc 2.25.
2017-03-01 18:03:30 +02:00
Robin Gloster
12ca09d14e
haskellPackages.machines: fix build 2017-03-01 15:56:16 +01:00
Robin Gloster
eea7819af8
haskellPackages.gl: fix build 2017-03-01 15:51:18 +01:00
Robin Gloster
080b28054a
haskellPackages.DPutils: fix build 2017-03-01 15:39:38 +01:00
ndowens
614afce3a8 dos2unix: 7.3.2 -> 7.3.4 (#23310) 2017-03-01 14:29:46 +00:00
Michael Raskin
b8812dfeac profanity: 0.5.0 -> 0.5.1 2017-03-01 15:00:17 +01:00
Jörg Thalheim
fb81abdc7d cockatrice: add unstable version prefix 2017-03-01 14:03:36 +01:00
Spencer Janssen
b67ce6baf9 cockatrice: 2015-09-24 -> 2017-01-20 2017-03-01 14:03:36 +01:00
Shea Levy
1c4d8de99b nix-buffer: 1.2.3 -> 2.0.0 2017-03-01 07:41:08 -05:00
Nikolay Amiantov
516a7fc7bd kmscon service: disable systemd-vconsole-setup
cc #22470.
2017-03-01 13:47:34 +03:00
Vladimír Čunát
b43614a6bb
Merge branch 'staging'
(Truly, this time :-)
2017-03-01 11:34:44 +01:00
Vladimír Čunát
150796d3b2
Merge branch 'staging' 2017-03-01 11:28:44 +01:00
Michael Raskin
cd912b1ea5 Merge pull request #23318 from ndowens/ioping
ioping: 0.9 -> 1.0
2017-03-01 09:04:22 +00:00
Michael Raskin
366b227af4 Merge pull request #23273 from lsix/update_octave
octave: 4.2.0 -> 4.2.1
2017-03-01 09:03:49 +00:00
Vladimír Čunát
64d4bfd139
ploticus: fixup a manual-page symlink
With new man compression this caused a build error.
2017-03-01 08:42:35 +01:00
ndowens
f5c98a8a72 ioping: 0.9 -> 1.0 2017-02-28 20:18:28 -06:00
Peter Hoeg
fa03b8279f libbsd: 0.8.2 -> 0.8.3 2017-03-01 09:36:53 +08:00
Joachim Fasting
ab6d358ebf
openisns: fix empty lib output
Looks like enable-shared defaults to false, so we actually
ended up with no usable object files in the lib output.

This also appears to have broken open-iscsi, as evinced by

/nix/store/[...]-binutils-2.27/bin/ld: cannot find -lisns
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:57: iscsid] Error 1

https://hydra.nixos.org/build/49437400/log/raw

With this patch, open-iscsi builds fine here.
2017-03-01 01:48:51 +01:00