Commit Graph

187383 Commits

Author SHA1 Message Date
Herwig Hochleitner
94f412e254 anbox: fix build
see https://github.com/anbox/anbox/issues/1124
2019-07-31 16:54:12 +02:00
Orivej Desh
8ea42e7489 swiften: fix build
It was failing with:

  LINK Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot0x
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: cannot find -lssl
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: cannot find -lcrypto
collect2: error: ld returned 1 exit status
2019-07-31 14:47:15 +00:00
arcnmx
c73ff37cd5 passff-host: fix native messaging manifest path
Match other native messaging applications
and the firefox wrapper's expectations.
2019-07-31 07:26:30 -07:00
Dmitry Kalinkin
3c9cea7482
Merge pull request #65575 from eadwu/nvidia_x11/2019-07-29
nvidia_x11: 2019-07-29
2019-07-31 09:57:02 -04:00
angristan
5521aae4b9 vagrant: 2.2.3 -> 2.2.5 2019-07-31 15:51:32 +02:00
Tim Steinbach
15feb3893d
oh-my-zsh: 2019-07-22 -> 2019-07-31 2019-07-31 09:25:19 -04:00
Tim Steinbach
9d8e811db9
linux: 5.2.4 -> 5.2.5 2019-07-31 09:25:19 -04:00
Tim Steinbach
6f62842a92
linux: 4.19.62 -> 4.19.63 2019-07-31 09:25:19 -04:00
Tim Steinbach
b50dd12214
linux: 4.14.134 -> 4.14.135 2019-07-31 09:25:16 -04:00
Guillaume Maudoux
2f3be07d40 gpx-viewer: avoid generating a mime database 2019-07-31 15:14:44 +02:00
Mario Rodas
4f6bd58866
Merge pull request #65615 from arcnmx/pr-bitwarden_rs-update
bitwarden_rs: 1.9.0 -> 1.9.1
2019-07-31 08:01:57 -05:00
worldofpeace
c826ca7033
Merge pull request #64018 from ehmry/chuck
chuck: 1.3.5.2 -> 1.4.0.0
2019-07-31 09:01:01 -04:00
worldofpeace
c0a8580822
Merge pull request #65594 from marsam/update-universal-ctags
universal-ctags: 2018-07-23 -> 2019-07-24
2019-07-31 08:36:12 -04:00
Adelbert Chang
4403d44763 buildRustPackage: fix cargo flag for release/debug build (#61521)
Previous behavior did not actually allow for "debug" build as it would
try to pass --debug to cargo, which is not a valid flag.
2019-07-31 13:19:01 +01:00
edef
4bcc6e11d3
Merge pull request #65227 from NixOS/openssh-known-hosts-ca
nixos/programs/ssh: allow specifying known host CAs
2019-07-31 12:08:58 +00:00
Emery Hemingway
695749c59d chuck: 1.3.5.2 -> 1.4.0.0 2019-07-31 14:05:55 +02:00
Ivan Kozik
a897743a13 chromiumDev: fix build
Fixes:

ERROR Unresolved dependencies.
//third_party/perfetto/gn:zlib(//build/toolchain/linux:clang_x64)
  needs //third_party/zlib:zlib_config(//build/toolchain/linux:clang_x64)

builder for '/nix/store/iqr4vn2by1yxa7f92jiymvgfsn9mdvwq-chromium-unwrapped-77.0.3860.5.drv' failed with exit code 1
2019-07-31 11:31:07 +00:00
Ivan Kozik
d18f4acdf1 chromium: 75.0.3770.90 -> 76.0.3809.87
Fixed in 75.0.3770.142:

CVE-2019-5847 CVE-2019-5848

Fixed in 76.0.3809.87:

CVE-2019-5850 CVE-2019-5860 CVE-2019-5853 CVE-2019-5851
CVE-2019-5859 CVE-2019-5856 CVE-2019-5863 CVE-2019-5855
CVE-2019-5865 CVE-2019-5858 CVE-2019-5864 CVE-2019-5862
CVE-2019-5861 CVE-2019-5857 CVE-2019-5854 CVE-2019-5852
2019-07-31 11:30:46 +00:00
Elis Hirwing
11aebf406f
Merge pull request #65634 from nyanloutre/jellyfin_update_10_3_7
jellyfin: 10.3.6 -> 10.3.7
2019-07-31 13:25:14 +02:00
Nikolay Amiantov
6ee9799164
Merge pull request #64716 from abbradar/tensorflow-revive
Build Tensorflow and libtensorflow from source
2019-07-31 13:52:20 +03:00
Nikolay Amiantov
cd0e461f93 tensorflow: expose binary builds 2019-07-31 13:33:26 +03:00
nyanloutre
6a91d13092 jellyfin: 10.3.6 -> 10.3.7 2019-07-31 12:31:37 +02:00
Nikolay Amiantov
19cdfe87f9 python.pkgs.tensorflow: update dependencies hash 2019-07-31 13:28:44 +03:00
Timo Kaufmann
d30ec1a0ef python.pkgs.tensorflow: fix optimization flags
Now need to be passed in the configure phase.

abbradar: Don't change CUDA build hash.
2019-07-31 13:28:44 +03:00
Timo Kaufmann
e458a34012 buildBazelPackage: add flags for build and fetch
They sometimes take separate flags.
2019-07-31 13:28:44 +03:00
Nikolay Amiantov
019c13616b tensorflow: cleanup and merge with libtensorflow
This merges work done by yorickvP and timokau in #63208 and #63616 respectively.
Now the derivation builds both libtensorflow and the Python package and puts them into
different outputs.

Quite a bit of improvements were done on the top, including:

* Use official tag revision as source, not a branch;
* Use all system libraries possible (before only one was actually used);
* Move various environment variables to the derivation itself from hooks;
* Use source Python build instead of wheel build to ensure fixup hooks do their important jobs on libraries;
* And more that I forgot!
2019-07-31 13:28:44 +03:00
Nikolay Amiantov
0a1bf4734f libtensorflow: add binary build and add automatic generation 2019-07-31 13:28:44 +03:00
Nikolay Amiantov
170dd558df python.pkgs.tensorflow: cleanup binary build 2019-07-31 13:28:44 +03:00
Yorick van Pelt
2e46ae0daa libtensorflow: 1.9 -> 1.14.0
This also changes it to a from-source build.
2019-07-31 13:28:15 +03:00
Timo Kaufmann
3df4e2df95 tensorflow: re-enable build from source [WIP] 2019-07-31 13:28:15 +03:00
worldofpeace
05df9cec11
Merge pull request #65568 from sikmir/update-gpxsee
gpxsee: 7.9 -> 7.11
2019-07-31 06:00:55 -04:00
Colin
f634a929d4 pythonPackages.tensorflow: Hardcode a second search class. (#65584)
It appears without this, libcuda.so.1 is not picked up and nvidia
graphics are broken
2019-07-31 13:00:12 +03:00
Nikolay Korotkiy
87b7619426
gpxsee: 7.9 -> 7.11 2019-07-31 12:33:16 +03:00
Hugo Reeves
9f739df218
maintainers: add hugoreeves 2019-07-31 21:23:17 +12:00
Vladyslav M
dc7352b1fc
mako: 1.3 -> 1.4 (#65101)
mako: 1.3 -> 1.4
2019-07-31 12:03:50 +03:00
Danielle Lancashire
4655b4957a
nomad: 0.9.3 -> 0.9.4 2019-07-31 10:50:24 +02:00
Nikolay Amiantov
68c1171185 python.pkgs.dm-sonnet: update dependencies hash 2019-07-31 11:28:06 +03:00
Nikolay Amiantov
a956694aba buildBazelPackage: clear markers
Turns out markers are non-deterministic after all and even our patching still
doesn't solve this problem completely. For example (tensorflow deps, this is a
complete diff so actual dependencies don't differ):

30509c30509
< bc527ff00916b15caee38793bca8f294c748df4a256de55c5199281be0489e73  result/@bazel_skylib.marker
---
> 4e0303e815c78df1e43d4b88dfe65e73046e0c6157fb10aa9a4e8b910113cd9c  result/@bazel_skylib.marker
31045c31045
< fa13d04b2316214c3b4008b52546c2d5b633e006f6f019d597bb3f9745bacf7b  result/@bazel_toolchains.marker
---
> b36174bf5535e5157801b6de30c35ee03a03fe57766306393c3d65dd65cbebf4  result/@bazel_toolchains.marker
31144c31144
< b0ce4a3ac29ac22528336dd3a54b5b7af9ecc43bef2a2630713c1981a5cbbb51  result/@build_bazel_rules_swift.marker
---
> 7492528068ec4f8e7ace2ecf8f933ec4e1b2235bd7426ce6f70177919f1cd05e  result/@build_bazel_rules_swift.marker
36245c36245
< be2993536a8233d63251b664caf35b1e7cd57d194ab2a39a293876c232d6bbd0  result/@io_bazel_rules_closure.marker
---
> b6655cc3f2c78525e5a724d8a4e93b1e7f09f1e09fc817d231109e7f39103e88  result/@io_bazel_rules_closure.marker
36329c36329
< 087bc674c9509dfe157400d111db4a13eeb45fc76aeccd490cee9aad6771ecad  result/@io_bazel_rules_docker.marker
---
> f920ec07315ec71e800b05cd22b2a341c0a80807c6e335ee81739b13c532b422  result/@io_bazel_rules_docker.marker
79544d79543
< 85893a05a817036c61f6cd9f8247757baa1654f473c494ce4fc5253c2bbd2790  result/@platforms.marker

And here's an example of differences:

$ cat result-a/@bazel_skylib.marker
7dc7472d37424ba5ec6a5532765bc911
$MANAGED
cat result-b/@bazel_skylib.marker
a8f3f577798201157128e8e9934c4705
$MANAGED

Instead of trying to patch these markers further we now completely clear them.
Nix hacks for ignoring markers are restored and expanded so that we don't even
attempt to parse the marker.
2019-07-31 11:28:06 +03:00
Jörg Thalheim
33c6b28a78
makemkv: modernize derivation (#65608)
makemkv: modernize derivation
2019-07-31 09:25:47 +01:00
Peter Hoeg
f46b8a9ef2
Merge pull request #65618 from peterhoeg/p/spwgen
pwgen-secure: init at 0.9.1
2019-07-31 15:18:14 +08:00
Peter Hoeg
db5aa011b8 pwgen-secure: init at 0.9.1 2019-07-31 15:16:18 +08:00
worldofpeace
f4b9195e36
Merge pull request #62919 from dtzWill/update/networkmanager_strongswan-1.4.5
networkmanager_strongswan: 1.4.4 -> 1.4.5
2019-07-31 02:38:51 -04:00
worldofpeace
c153e76f3a
Merge pull request #63629 from Tomahna/mopidy-iris
mopidy-iris: 3.38.0 -> 3.39.0
2019-07-31 02:28:19 -04:00
worldofpeace
02c3557f1d
Merge pull request #64056 from cdyson37/patch-1
Delete build-node-package.nix
2019-07-31 02:21:10 -04:00
worldofpeace
bb4f61f73d
Merge pull request #64121 from tadeokondrak/nixos/programs/shell.nix/remove-gnu-specific-option
nixos/programs/shell.nix: don't use unnecessary GNU-specific option
2019-07-31 02:19:59 -04:00
worldofpeace
ea8fc75160
Merge pull request #64948 from ambrop72/videodrivers-radeon-alias
nixos/xserver: Make radeon in videoDrivers an alias for ati.
2019-07-31 02:13:24 -04:00
Daniël de Kok
2240ddcf8c makemkv: modernize derivation
- Use libsForQt5.callPackage
- Replace separate builder.sh script
- Replace patchelf call by autoPatchElfHook
- Use ffmpeg in place of libav
2019-07-31 08:11:40 +02:00
worldofpeace
76f4626e80
Merge pull request #65579 from tadfisher/plata-theme
plata-theme: 0.8.7 -> 0.8.8
2019-07-31 01:48:40 -04:00
worldofpeace
a1f38f4960
Merge pull request #65381 from cransom/gh-ost-platform
gh-ost: update platforms
2019-07-31 01:47:50 -04:00
worldofpeace
4b1dd1c3a3
Merge pull request #65605 from danielfullmer/zerotier-1.4.0
zerotierone: 1.2.12 -> 1.4.0
2019-07-31 01:13:00 -04:00