3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

145153 commits

Author SHA1 Message Date
Eric Litak faf44ff2dc livepeer: init at 0.2.4 2018-07-02 02:16:55 -07:00
Peter Hoeg a22ba5f05b krename: 20170610 -> 5.0.0 2018-07-02 13:38:29 +08:00
ldesgoui 16a46139d3 murmur: prevent silent launch failure 2018-07-02 05:30:43 +02:00
Jan Malakhovski df17074db7 toxvpn: use default libtoxcore
As it works fine with it.
2018-07-02 02:41:00 +00:00
SLNOS 3b7d8d83e8 tor-browser: 52.8.1esr-7.5-1 -> 52.9.0esr-7.5-2 2018-07-02 02:39:36 +00:00
Sergiu Ivanov ea1b56c27b icicles: 2018-04-16 -> 2018-07-02 2018-07-02 04:36:09 +02:00
Samuel Dionne-Riel 964fde7eec dbeaver: 5.1.1 -> 5.1.2 2018-07-01 20:50:13 -04:00
Kevin Liu 5aa51e54a9
barrier: fix compilation on Qt 5.11 2018-07-01 17:12:09 -04:00
Peter Simons be1461fc0a haskell-dhall-json: update override 2018-07-01 22:03:57 +02:00
Peter Simons 37c20564b0 haskell-hspec: update overrides for ghc 8.4.x 2018-07-01 22:03:57 +02:00
Peter Simons 4f28eac924 haskell-hoopl: provide an un-versioned attribute for ghc 8.4.x
This used to be a core library in previous versions of GHC, but now it no
longer is.
2018-07-01 22:03:57 +02:00
Peter Simons 1ee0f4378b hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-30-g7c77e7e from Hackage revision
e8fa4931bc.
2018-07-01 22:03:58 +02:00
Peter Simons 48300a5b6d LTS Haskell 11.15 2018-07-01 22:03:28 +02:00
Jörg Thalheim cb2862e214 python37: fix openssl detection
Before python37 was build without ssl support.
Tested with `python  -c 'import ssl'`
2018-07-01 21:00:26 +01:00
ivanbrennan d08967a3a8
nixos/security.sudo: describe extraRules order
The order of sudoers entries is significant. The man page for sudoers(5)
notes:

  Where there are multiple matches, the last match is used (which is not
  necessarily the most specific match).

This module adds a rule for group "wheel" matching all commands. If you
wanted to add a more specific rule allowing members of the "wheel" group
to run command `foo` without a password, you'd need to use mkAfter to
ensure your rule comes after the more general rule.

  extraRules = lib.mkAfter [
    {
      groups = [ "wheel" ];
      commands = [
        {
          command = "${pkgs.foo}/bin/foo";
          options = [ "NOPASSWD" "SETENV" ];
        }
      ]
    }
  ];

Otherwise, when configuration options are merged, if the general rule
ends up after the specific rule, it will dictate the behavior even when
running the `foo` command.
2018-07-01 15:50:51 -04:00
Matthew Bauer 49f6ea40b0
Merge pull request #42837 from ookhoi/anonscm.debian.org_gcc6.patch-not-found
anonscm.debian.org_gcc6.patch-not-found - replace anonscm.debian.org …
2018-07-01 15:08:53 -04:00
Richard Marko b6c29e6298 uboot: add ubootNovena 2018-07-01 20:46:23 +02:00
Will Dietz 6bb1593e3a
Merge pull request #42844 from dtzWill/fix/curl-random-cross
curl: fix configure flag for random device.
2018-07-01 13:32:40 -05:00
Michael Gough f180facaa0 hmetis: init at 1.5 2018-07-01 18:29:55 +00:00
lewo deb82d8505
Merge pull request #42692 from r-ryantm/auto-update/lynis
lynis: 2.6.4 -> 2.6.5
2018-07-01 20:00:21 +02:00
lewo f5acacffad
Merge pull request #42706 from r-ryantm/auto-update/gnucash
gnucash: 3.1-1 -> 3.2
2018-07-01 19:58:58 +02:00
aszlig f081ccccd1
libtorrent-rasterbar: Use Boost supporting Python
Since 772eef9168, the Boost package
doesn't support Python by default anymore, so we need to override it
with Python support because --enable-python-binding is enabled by
default in libtorrent-rasterbar.

The build of the package now succeeds again on my x86_64-linux machine.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @phreedom
2018-07-01 19:51:21 +02:00
Will Dietz 81c9f7125f curl: fix configure flag for random device.
Fixes #42778.

Thanks for reporting, @dingxiangfei2009!
2018-07-01 12:47:24 -05:00
aszlig b916ed31f2
twister: Use boost with Python support
Since 772eef9168, Boost by default doesn't
support Python anymore, so we need to override it with Python support.

Signed-off-by: aszlig <aszlig@nix.build>
2018-07-01 19:40:40 +02:00
aszlig 179f9c4fd1
ledger: Use Boost Python support if applicable
Since 772eef9168 Boost no longer has
Python support enabled by default, so depending on whether Ledger has
Python support built in we also use either Boost with Python support or
without.

Tested building with and without Python support and both builds now
succeed.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @the-kenny, @jwiegley
2018-07-01 19:40:40 +02:00
Peter Simons c85f23a82a ghc: add 8.6.1-alpha1 pre-release 2018-07-01 19:22:09 +02:00
Eelco Dolstra 772eef9168 boost: Disable Python / Numpy support by default
We can't have a C++ library pulling in Numpy and its gazillion
dependencies by default.
2018-07-01 19:13:57 +02:00
aszlig c8ed322b04
openblas: 0.3.0 -> 0.3.1
Since the exposure of the version attribute done in
892a0e8ff4, the OpenBLAS build fails for
i686-linux:

https://nix-cache.s3.amazonaws.com/log/wi79zyfmwdpwx7bm29dzqh4vglx3x550-openblas-0.3.0.drv

According to @edolstra the build slaves of Hydra updated to a new
kernel, which seems to be the real cause for this issue. The latter is
already tracked upstream[1] and a fix[2] is already included in version
0.3.1.

This very update cases 4795 rebuilds across all architectures we
support, so it's still not significant enough to go through staging. In
addition the number of rebuilds doesn't include the amount of builds
that are currently failing.

My original idea was to add a patch just for fixing this on i686-linux
and do the real update via staging, but the amount of rebuilds still is
in an acceptable range IMO and @edolstra agreed on that on IRC.

[1]: https://github.com/xianyi/OpenBLAS/issues/1575
[2]: https://github.com/xianyi/OpenBLAS/pull/1583

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2018-07-01 18:46:36 +02:00
sander 621072a476 anonscm.debian.org_gcc6.patch-not-found - replace anonscm.debian.org with sources.debian.org 2018-07-01 16:39:51 +02:00
Pascal Wittmann 14a9ca27e6
checkstyle: 8.10.1 -> 8.11
fetch artifact from github as it is no longer available on sourceforge
2018-07-01 16:39:22 +02:00
Gabriel Ebner 02b7eef808 krita: heif and gif support 2018-07-01 14:21:37 +02:00
Gabriel Ebner a2922b0453 krita: 4.0.3 -> 4.1.0 2018-07-01 14:21:36 +02:00
Gabriel Ebner a3c82197d9 imagemagick: heif support 2018-07-01 14:21:36 +02:00
Gabriel Ebner 69d139befc gimp: add heif support 2018-07-01 14:21:36 +02:00
Gabriel Ebner e683432895 imagemagick7: add heif support 2018-07-01 14:21:36 +02:00
Gabriel Ebner 055a355c0b libheif: init at 1.3.2 2018-07-01 14:21:26 +02:00
Gabriel Ebner 47216a62d3 libde265: init at 1.0.3 2018-07-01 13:51:05 +02:00
Pascal Wittmann 92a6feca0a
fswatch: 1.11.3 -> 1.12.0 2018-07-01 13:43:34 +02:00
Pascal Wittmann fbb047e891
yodl: update homepage 2018-07-01 13:33:22 +02:00
Pascal Wittmann c8ce98d9ff
icmake: 9.02.07 -> 9.02.08
Project moved from github to gitlab
2018-07-01 13:33:20 +02:00
Tuomas Tynkkynen d1b9bf9223 sidplayfp: Init at 1.4.3 2018-07-01 13:36:57 +03:00
Tuomas Tynkkynen ace7b252f2 libsidplayfp: 1.8.6 -> 1.8.7 2018-07-01 13:11:56 +03:00
Gabriel Ebner 693a4ce209 goldendict: 1.5.0.rc2 -> 2018-06-13
fixes build
2018-07-01 12:00:17 +02:00
Jörg Thalheim 6e54e9253a iwd: set statedir to /var/lib/iwd 2018-07-01 10:59:35 +01:00
Jörg Thalheim f73aae6f95
Merge pull request #42816 from dywedir/iwd
iwd: 0.2 -> 0.3
2018-07-01 10:43:34 +01:00
Michael Raskin 055a29c4a1
Merge pull request #39981 from timokau/sage-on-nixos
Sage on nixos
2018-07-01 07:37:42 +00:00
Uri Baghin cd3723bd04 bazel: fix darwin build on hydra 2018-07-01 11:15:48 +10:00
Okina Matara 05a337ce53 meguca: 2018-06-29 -> 2018-07-01 2018-06-30 20:10:28 -05:00
Okina Matara 70acec8ae5 nodePackages: meguca: use node2nix 1.6.0 2018-06-30 19:58:14 -05:00
Matthew Bauer 060a98e9f4
Merge pull request #41381 from aespinosa/hadoop-modules
nixos/hadoop: add hadoop module (hdfs, yarn)
2018-06-30 18:33:03 -04:00