Commit Graph
149424 Commits
Author SHA1 Message Date
Moritz Angermann 3f762923aa [ghc] Backport gmp stuff 2018-07-18 10:21:38 +08:00
Moritz Angermann b84ac074fc [ghc] proper handling of integer libraries 2018-07-18 10:13:28 +08:00
Moritz Angermann ad8c10e246 [ghc] assert gmp 2018-07-18 10:13:27 +08:00
Matthew BauerandGitHub c0beb48fa7 Merge pull request #43627 from oxij/tree/simplify-depcycles
treewide: simplify some dependency cycles
2018-07-17 21:54:43 -04: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
Jan Tojnar f76e421c55 volume_key: 0.3.10 → 0.3.11 2018-07-18 03:00:42 +02:00
Johannes Frankenauandxeji e8e96e4b72 scantailor-advanced: 1.0.15 -> 1.0.16 (#43653) 2018-07-18 02:04:02 +02:00
Jan Malakhovski 5a47803815 librdf: fix tests 2018-07-17 23:17:36 +00:00
Jan Malakhovski b8d0cd2e48 fribidi: fix tests 2018-07-17 23:17:36 +00:00
Jan Malakhovski 8a127b48e8 at-spi2-atk, at-spi2-core, libnice: disable tests 2018-07-17 23:17:36 +00:00
Robert Schützandxeji 2391d1dbf3 esptool: 2.4.1 -> 2.5.0 (#43663) 2018-07-18 01:16:57 +02:00
volthandxeji 0304445996 xfce.gtk-xfce-engine: fix build when withGtk3=true (#43621) 2018-07-18 01:14:54 +02:00
volthandxeji c2e4b04d29 xfce4-13.libxfce4ui: propagate libICE libSM (#43629)
backport #16227
2018-07-18 01:13:40 +02:00
volthandxeji c849e56790 xfce4-13.exo: 0.11.5 -> 0.12.2 (#43630) 2018-07-18 01:11:27 +02:00
volthandxeji 7adce5b870 xfce4-13.xfce4-panel: 4.13.2 -> 4.13.3 (#43628) 2018-07-18 01:05:54 +02:00
volthandxeji c8f5d4708b xfce4-13.xfce4-power-manager: 1.6.0 -> 1.6.1 (#43626) 2018-07-18 01:01:02 +02:00
Thomas TuegelandGitHub 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
Maximilian Bosch d3d1b88873 pythonPackages.flask_cache: remove
The package is currently broken and most folks recommend to use
`flask-caching` (see
https://github.com/thadeusb/flask-cache/issues/171).

The only package in `nixpkgs` which remained to use `flask_cache`
(`graphite_api`) still builds with `pythonPackages.flask-caching`.

The removal and corresponding `graphite_api` change unbreaks several
Hydra builds (see https://hydra.nixos.org/build/76953777).
2018-07-17 22:59:21 +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
taku0 4d6f88067c oraclejdk: 8u171, 8u172 -> 8u181 2018-07-18 03:13:41 +09:00
Michael Weiss bf23666022 androidStudioPackages.beta: 3.2.0.20 -> 3.2.0.21 2018-07-17 20:06:20 +02:00
Matthew BauerandGitHub 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
Michael Weiss 7098b0fcdf nixos/switch-to-configuration: Never stop system.slice
Problem: Restarting (stopping) system.slice would not only stop X11 but
also most system units/services. We obviously don't want this happening
to users when they switch from 18.03 to 18.09 or nixos-unstable.

Reason: The following change in systemd:
https://github.com/systemd/systemd/commit/d8e5a9338278d6602a0c552f01f298771a384798

The commit adds system.slice to the perpetual units, which means
removing the unit file and adding it to the source code. This is done so
that system.slice can't be stopped anymore but in our case it ironically
would cause this script to stop system.slice because the unit file was
removed (and an older systemd version is still running).

Related issue: https://github.com/NixOS/nixpkgs/issues/39791
2018-07-17 19:37:36 +02:00
Yegor TimoshenkoandGitHub ffaf902ee3 Merge pull request #43673 from yorickvP/master
sdcc, gputils: add gputils
2018-07-17 19:42:10 +03:00
xejiandGitHub 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
Will DietzandGitHub aa881d6ae3 Merge pull request #43648 from dtzWill/update/bind-9.12.2
bind: 9.12.1-P2 -> 9.12.2
2018-07-17 11:32:15 -05:00
Will DietzandGitHub 104c595ee5 Merge pull request #43646 from dtzWill/update/util-linux-2.32.1
utillinux: 2.32 -> 2.32.1
2018-07-17 11:32:01 -05:00
Will DietzandGitHub cca48ab8d0 Merge pull request #43647 from dtzWill/update/busybox-1.29.1
busybox: 1.29.0 -> 1.29.1
2018-07-17 11:31:10 -05:00
Yegor TimoshenkoandGitHub e6a721ed60 gputils: clean up, fix homepage url 2018-07-17 19:19:01 +03:00
Yegor TimoshenkoandGitHub 879edd79be sdcc: fix license condition 2018-07-17 19:17:03 +03:00
Yegor TimoshenkoandGitHub 4bd4c876f2 sdcc: clean up 2018-07-17 19:16:24 +03:00
Yegor TimoshenkoandGitHub 072febaa92 sdcc: null out gputils by default 2018-07-17 19:05:15 +03:00
Márton BorosandBenjamin Staffin b3c3df4007 keybase-gui: fix kbfs mount path check (#40080) 2018-07-17 11:47:55 -04:00
Mitsuhiro Nakamura 206e271e32 cataclysm-dda{,-git}: move common attributes to common.nix 2018-07-18 00:33:42 +09: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 MosbergerandGitHub 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
R. RyanTM 9210adeb0d zimg: 2.7.4 -> 2.7.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zimg/versions.
2018-07-17 07:59:04 -07:00
Michael RaskinandGitHub c4de32e192 Merge pull request #43624 from oxij/tree/fix-or-disable-tests
treewide: either fix or disable tests
2018-07-17 14:49:26 +00: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
Jan Malakhovski 589d05cd09 ruby: disable tests 2018-07-17 14:41:53 +00:00
Jan Malakhovski f7a6ea6fa6 ilmbase: disable tests on i686. Spooky! 2018-07-17 14:41:53 +00:00
Jan Malakhovski 02acff8839 neon, neon_0_29: make tests run, but disable 2018-07-17 14:41:53 +00:00