Commit Graph

146424 Commits

Author SHA1 Message Date
Sarah Brofeldt
5672083461
Merge pull request #43728 from srhb/k8srbacfix
nixos/kubernetes: Don't lose rbac submodule with no explicit options
2018-07-18 12:37:44 +02:00
Sarah Brofeldt
6dd6f28415 nixos/kubernetes: Don't lose rbac submodule with no explicit options 2018-07-18 12:02:06 +02:00
Sarah Brofeldt
ff49b1e852
Merge pull request #43725 from johanot/kubernetes-addonmanager-awk-dependency
nixos/kubernetes: Added missing dependency, awk, to kube-addon-manager path
2018-07-18 11:15:04 +02:00
Johan Thomsen
205b54ed95 nixos/kubernetes: Added missing dependency, awk, to kube-addon-manager path (#43708) 2018-07-18 10:47:27 +02:00
Peter Simons
0ac5637ee9 Add a couple of overrides to fix builds in the ghc-8.6.x package set. 2018-07-18 10:27:39 +02:00
Peter Simons
194a2f0535 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.10.1 from Hackage revision
12c327a1fb.
2018-07-18 10:27:40 +02:00
Peter Simons
9aff5fcd56 LTS Haskell 12.1 2018-07-18 10:27:39 +02:00
Domen Kožar
6fd5287c36 haskell: don't error if isLibrary = true and no libraries exist
If empty directory isn't deleted, referer depenedencies will
fail with:

cp: missing destination file operand after '/tmp/nix-build-cabal-helper-0.8.0.2.drv-0/setup-package.conf.d/'

This is currently only the case for cabal-install, as cabal2nix
doesn't handle well buildable=False flags due to long-standing bugs
in Cabal itself.
2018-07-18 10:25:40 +02:00
Frederik Rietdijk
b3af2cd962
Merge pull request #43694 from Ma27/disable-trezor-python2
pythonPackages.trezor: disable build
2018-07-18 07:18:33 +02:00
Luke Adams
eba8679bc5 cudnn*_cudatoolkit*: use public NVIDIA mirror (#31551)
* cudnn*_cudatoolkit*: use NVIDIA mirror instead of requireFile

* cudnn_cudatoolkit7: update hash since public mirror is different
2018-07-18 03:21:57 +00:00
Silvan Mosberger
a88f959278
Merge pull request #43655 from tarigo/master
qtcreator: 4.5.0 -> 4.6.2
2018-07-18 05:04:03 +02:00
aszlig
caccc40ad0
vmTools: Fix BusyBox runtime error in initrd
With the recent update of BusyBox to version 1.29.0 in
d6aa506e3b there is now a new dependency
on libresolv.

This now throws a runtime error when executing ash, eg. whenever we do
something like this:

nix-build -E 'with import ./. {}; vmTools.runInLinuxVM hello'

The resulting error will be:

  .../ash: error while loading shared libraries: libresolv.so.2: cannot
           open shared object file: No such file or directory

I tried to override BusyBox with enableStatic, but that still requires
parts of glibc:

  Static linking against glibc, can't use --gc-sections
  Trying libraries: crypt m resolv
   Library crypt is not needed, excluding it
   Library m is needed, can't exclude it (yet)
   Library resolv is needed, can't exclude it (yet)
   Library m is needed, can't exclude it (yet)
   Library resolv is needed, can't exclude it (yet)
  Final link with: m resolv

In the long term maybe switching to a more minimal C library such as
musl would make more sense, but for now I just added libresolv.so to the
initrd which fixes the runtime error.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @edolstra, @rbvermaa
Signed-off-by: aszlig <aszlig@nix.build>
2018-07-18 03:02:55 +02:00
Johannes Frankenau
e8e96e4b72 scantailor-advanced: 1.0.15 -> 1.0.16 (#43653) 2018-07-18 02:04:02 +02:00
Robert Schütz
2391d1dbf3 esptool: 2.4.1 -> 2.5.0 (#43663) 2018-07-18 01:16:57 +02:00
volth
0304445996 xfce.gtk-xfce-engine: fix build when withGtk3=true (#43621) 2018-07-18 01:14:54 +02:00
volth
c2e4b04d29 xfce4-13.libxfce4ui: propagate libICE libSM (#43629)
backport #16227
2018-07-18 01:13:40 +02:00
volth
c849e56790 xfce4-13.exo: 0.11.5 -> 0.12.2 (#43630) 2018-07-18 01:11:27 +02:00
volth
7adce5b870 xfce4-13.xfce4-panel: 4.13.2 -> 4.13.3 (#43628) 2018-07-18 01:05:54 +02:00
volth
c8f5d4708b xfce4-13.xfce4-power-manager: 1.6.0 -> 1.6.1 (#43626) 2018-07-18 01:01:02 +02:00
Thomas Tuegel
9cfbef8bf2
Merge pull request #43609 from ttuegel/emacs-packages-2018-07-14
Emacs package updates
2018-07-17 17:53:54 -05:00
Shea Levy
711c56dd67
pythonPackages.simpy: init at 3.0.11. 2018-07-17 17:37:50 -04:00
Maximilian Bosch
ab418335c2
pythonPackages.trezor: disable build
It seems as recent versions of `trezor` don't work with python 2.x:

```
/build/trezor-0.9.1/dist /build/trezor-0.9.1
Processing ./trezor-0.9.1-py2-none-any.whl
trezor requires Python '>=3.3' but the running Python is 2.7.15
builder for '/nix/store/aqyxki0ckanjk4r1f0an4kj1w4s3kk4f-python2.7-trezor-0.9.1.drv' failed with exit code 1
cannot build derivation '/nix/store/gp4smkzc9r87lzajs17jnq4rh2ayc5q0-python2.7-keepkey-4.0.0.drv': 1 dependencies couldn't be built
```
2018-07-17 23:15:57 +02:00
Pascal Wittmann
90223e4a4a
jdepend: add myself (pSub) as maintainer 2018-07-17 22:00:14 +02:00
Pascal Wittmann
1c702bb8a3
valkyrie: add myself (pSub) as maintainer 2018-07-17 21:48:15 +02:00
Pascal Wittmann
b835b8a95b
valkyrie: fix build 2018-07-17 21:48:13 +02:00
Michael Weiss
bf2a009380 tdesktop: 1.3.7 -> 1.3.10
tdesktopPackages.preview: 1.3.7 -> 1.3.10

Without the patch the build will fail with the following error:

[ 15%] Building CXX object CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o
/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp: In lambda function:
/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp:712:56: internal compiler error: Segmentation fault
   if constexpr (MTPDphotos_photos::Is<decltype(data)>()) {
                                                        ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
make[2]: *** [CMakeFiles/lib_export.dir/build.make:77: CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1101: CMakeFiles/lib_export.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
2018-07-17 21:17:21 +02:00
Michael Weiss
bf23666022 androidStudioPackages.beta: 3.2.0.20 -> 3.2.0.21 2018-07-17 20:06:20 +02:00
Matthew Bauer
920ad8b3d8
Merge pull request #43161 from volth/skipAliases2
config.skipAliases: also disable vim, git, xfce and gnome3 aliases
2018-07-17 13:57:53 -04:00
Yegor Timoshenko
ffaf902ee3
Merge pull request #43673 from yorickvP/master
sdcc, gputils: add gputils
2018-07-17 19:42:10 +03:00
xeji
73c1d479b7
Merge pull request #43659 from flokli/virtualbox-5.2.14
virtualbox: 5.2.12 -> 5.2.14
2018-07-17 18:41:08 +02:00
Yegor Timoshenko
e6a721ed60
gputils: clean up, fix homepage url 2018-07-17 19:19:01 +03:00
Yegor Timoshenko
879edd79be
sdcc: fix license condition 2018-07-17 19:17:03 +03:00
Yegor Timoshenko
4bd4c876f2
sdcc: clean up 2018-07-17 19:16:24 +03:00
Yegor Timoshenko
072febaa92
sdcc: null out gputils by default 2018-07-17 19:05:15 +03:00
Márton Boros
b3c3df4007 keybase-gui: fix kbfs mount path check (#40080) 2018-07-17 11:47:55 -04:00
Yorick van Pelt
f969e426c0
sdcc: update for added gputils, add disabled flag, adopt 2018-07-17 17:28:26 +02:00
Yorick van Pelt
9ba3b39e44
gputils: init at 1.5.0-1 2018-07-17 17:28:13 +02:00
Silvan Mosberger
76e42081c8
Merge pull request #43645 from eadwu/glava/fix-patchelf-syntax
glava: adjust syntax in patchelf command
2018-07-17 17:14:57 +02:00
volth
c0da7fba97 config.skipAliases -> config.allowAliases (rebase) 2018-07-17 14:47:46 +00:00
volth
101df126bb config.skipAliases -> config.allowAliases 2018-07-17 14:46:21 +00:00
volth
4bafaaff8a config.skipAliases: also disable vimPlugins, git, xfce and gnome3 aliases 2018-07-17 14:46:21 +00:00
Peter Simons
464cf105c6
Merge pull request #43666 from dtzWill/fix/haskell-glibc-locales-are-for-glibc
haskell-modules: only include glibc locales when using glibc
2018-07-17 16:18:06 +02:00
Will Dietz
ed31b92d9d
Merge pull request #43649 from dtzWill/update/whois-5.3.2
whois: 5.3.1 -> 5.3.2
2018-07-17 09:15:51 -05:00
Will Dietz
da5383006d haskell-modules: only include glibc locales when using glibc
Fixes #43665.
Hopefully. :)
2018-07-17 08:44:17 -05:00
lewo
8155016932
Merge pull request #43617 from dtzWill/update/hub-2.5.0
hub: 2.4.0 -> 2.5.0
2018-07-17 15:39:49 +02:00
Tim Steinbach
e73a01f3e9
linux: 4.17.6 -> 4.17.7 2018-07-17 09:19:51 -04:00
Tim Steinbach
4f2395ee2e
linux: 4.14.55 -> 4.14.56 2018-07-17 09:19:51 -04:00
Tim Steinbach
9be6011fed
linux: 4.9.112 -> 4.9.113 2018-07-17 09:19:51 -04:00
Tim Steinbach
8aec1a4ba6
linux: 4.4.130 -> 4.4.141 2018-07-17 09:19:51 -04:00
lewo
a7d17e287a
Merge pull request #43644 from flokli/ksonnet
ksonnet: init at 0.11.0
2018-07-17 15:08:42 +02:00