Peter Simons
f2b581394c
Merge pull request #39903 from endgame/hold-blank-canvas
...
haskellPackages.blank-canvas: 0.6.3 -> 0.6.2
2018-05-04 13:26:41 +02:00
WilliButz
23d98f9e8f
prometheus-postfix-exporter: 0.1.1 -> 0.1.2
...
With this release systemd support became optional.
It can now be disabled by passing `withSystemdSupport = false` to `callPackage`.
2018-05-04 13:21:50 +02:00
Yorick
20bb5fb0d9
impure.nix: stringify path from NIX_PATH
...
If impure.nix gets the path from NIX_PATH, the type is `path`, and `path+"/."` is a no-op. Stringify it first so `isDir` will return false if it's not, in fact, a dir. This way, single files can be specified with nixpkgs-overlays in the NIX_PATH.
2018-05-04 13:12:09 +02:00
Lengyel Balazs
1f1e16af73
mathematica: add mesa, fix libGL.so.1 not found
messages
2018-05-04 13:10:26 +02:00
Sarah Brofeldt
977f9a129e
Merge pull request #39954 from cleverca22/fix-virtualbox-master
...
runInLinuxVM: fix ext4 and crc32c-intel interactions
2018-05-04 11:48:27 +02:00
goibhniu
5c6eb93773
Merge pull request #39389 from ck3d/tbs
...
tbs: updated to kernel-4.14
2018-05-04 10:43:18 +02:00
Maximilian Bosch
cf50edf583
python3Packages.yowsup: 2.5.2 -> 2.5.7
...
The latest update of `yowsup` (https://github.com/tgalal/yowsup/releases/tag/v2.5.7 )
contains the following fixes:
* Updated tokens
* Fixed tgalal/yowsup#1842 : Bug in protocol_groups RemoveGroupsNotificationProtocolEntity
* Other minor bug fixes
The `argparse-dependency.patch` required a rebase onto the latest
version of `setup.py` and ensures that `argparse` won't be needed as
extra dependency as our `python3` package ships `argparse` by default.
A short note to Python 2 support:
the actual issue related to Python 2.x support has been resolved
(https://github.com/tgalal/yowsup/issues/2325#issuecomment-354533727 ),
however this relies on `six==1.10` which isn't support by `nixpkgs` as
`six` has been bumped to `1.11`. When trying to inject a patched version
of our `six` package based on `six==1.10` you'll run into issues with
duplicated libraries in your closure as further build dependencies
(`pytest` in this case) use the latest `six` version. As Python 2.7 will
die in 2020 (https://pythonclock.org/ ) and patching around in the
dependencies of `pytest` to get `yowsup` running isn't worth the effort
in my opinion I decided to keep the Python 2.x build disabled for now.
2018-05-04 09:09:59 +02:00
Vincent Laporte
d8ebe4f2cf
ocamlPackages.git: 1.11.4 -> 1.11.5
...
Also enable tests
2018-05-04 07:04:17 +00:00
Peter Hoeg
e730e05d5c
freetds: 1.00.80 -> 1.00.91
2018-05-04 12:41:44 +08:00
Austin Seipp
301f14e993
symbiyosys: 2018.03.21 -> 2018.05.03
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-05-03 20:06:20 -05:00
Austin Seipp
f17f686684
yosys: 2018.03.21 -> 2018.05.03
...
ABC has now moved to GitHub, so we can eliminate the usage of
fetchFromBitbucket now, too.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-05-03 20:05:43 -05:00
Austin Seipp
922e78896c
arachne-pnr: 2018.03.07 -> 2018.05.03
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-05-03 20:05:13 -05:00
Austin Seipp
8f5c258cc1
icestorm: 2018.03.21 -> 2018.05.03
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-05-03 20:04:56 -05:00
xeji
cc8c33e159
Merge pull request #39952 from Ekleog/nheko-0.4.0
...
nheko: 0.3.1 -> 0.4.0
2018-05-04 01:19:07 +02:00
Michael Bishop
51998c675a
runInLinuxVM: fix ext4 and crc32c-intel interactions
2018-05-03 20:08:48 -03:00
Matthew Justin Bauer
4f1f7c4655
libgweather: fixup assertion error
2018-05-03 18:05:04 -05:00
Matthew Justin Bauer
5206574be3
stdenv: add libSystem.dev to allowedRequisites
2018-05-03 18:02:57 -05:00
Matthew Justin Bauer
ef82607d90
qt48: fix patch url
...
See #39927
2018-05-03 17:57:51 -05:00
Léo Gaspard
c770e61622
nheko: 0.3.1 -> 0.4.0
2018-05-04 00:46:05 +02:00
John Ericson
9247ce46f1
Merge commit '39df5831cae0dce4628e80cf7f6f5520a9dae18e' into HEAD
2018-05-03 18:25:11 -04:00
John Ericson
88d18d2e04
Merge pull request #39947 from obsidiansystems/libcxx-cross
...
lib{std,}c++: Fix setup hooks for cross
2018-05-03 18:20:13 -04:00
John Ericson
39df5831ca
lib{std,}c++: Fix setup hooks for cross
2018-05-03 17:55:03 -04:00
florianjacob
0f62284972
matrix-synapse: 0.27.4 -> 0.28.1 ( #39922 )
2018-05-03 23:38:14 +02:00
John Ericson
8ac79d2575
Merge pull request #39420 from bgamari/cross-fixes-1
...
A selection of cross-compiling fixes
2018-05-03 17:18:27 -04:00
Ben Gamari
86a778a80a
avahi: Enable cross-compilation
2018-05-03 17:06:01 -04:00
Ben Gamari
da48154158
glib: Enable cross-compilation
...
glib needs gettext for the build machine. Since gettext is also a
propagatedBuildInput I'm assuming that it's also used at runtime.
2018-05-03 17:06:01 -04:00
Ben Gamari
860c81d6f7
ldns: Enable cross-compilation
2018-05-03 17:06:01 -04:00
Ben Gamari
8b32cfdbc0
lib.systems.gnu: Accept gnueabi as a gnu platform
2018-05-03 17:06:01 -04:00
Ben Gamari
a09aa86ece
rng-tools: Enable cross-compilation
2018-05-03 17:06:00 -04:00
Ben Gamari
d23f71deaa
curl: Enable cross-compilation
...
By fixing toolchain paths
2018-05-03 17:06:00 -04:00
Ben Gamari
6971c503af
runit: Enable cross-compilation
2018-05-03 17:06:00 -04:00
Ben Gamari
d8c744b862
libnl: Enable parallel building
...
This is a long enough derivation to make this worthwhile.
2018-05-03 17:06:00 -04:00
Ben Gamari
10fa4a571c
tcp-wrappers: Enable cross-compilation
...
This package, like so many others, assumes that ar is unprefixed.
2018-05-03 17:05:42 -04:00
Ben Gamari
edd92f9182
net-tools: Enable cross-compilation
2018-05-03 17:04:50 -04:00
Ben Gamari
67e4ed9693
mmc-utils: Enable cross-compilation
2018-05-03 17:04:50 -04:00
Will Dietz
1abe8fa47a
Merge pull request #39945 from dtzWill/fix/temp-workaround-git-test-musl
...
git: disable failing test w/musl for now
2018-05-03 15:48:15 -05:00
xeji
a958d80051
Merge pull request #38309 from volth/fix37704
...
go_1_{9,10}: disable problematic tests in net module
2018-05-03 22:39:05 +02:00
John Ericson
cf06e42d1c
Merge remote-tracking branch 'upstream/master' into staging
2018-05-03 16:35:36 -04:00
Will Dietz
481ca44771
git: disable failing test w/musl for now
...
I'm working to resolve this but it will take some time
(patches sent to upstream musl, maybe to git afterwards)
and for now this blocks quite a lot.
If that doesn't work out we can explore options such as
always using GNU libiconv with musl.
2018-05-03 15:20:38 -05:00
xeji
b9d19d488f
Merge pull request #39886 from obadz/mono
...
mono: create mono4 & mono5 aliases and fix gtk-sharp/pdfmod builds
2018-05-03 22:17:12 +02:00
Erik Arvstedt
adce6bf638
refind: fix runtime errors
...
In newer versions, instead of using $PWD to locate its ressource files,
Refind now refers to the dir containing $0.
This causes runtime errors due to missing ressources.
In lieu a wrapper binary, we now simply patch the variable 'RefindDir'
which stores the path to the ressource dir.
2018-05-03 22:13:39 +02:00
Matthew Justin Bauer
d88a61e439
libsystem: fix phases
2018-05-03 15:11:00 -05:00
xeji
7342fd0eef
Merge pull request #39935 from romildo/upd.jwm
...
jwm: 1653 -> 1685
2018-05-03 22:06:45 +02:00
John Ericson
cbe21ac614
Merge pull request #39924 from Synthetica9/gcc7-nojava-fix
...
gcc7: Removed java as a target language
2018-05-03 16:02:17 -04:00
José Romildo Malaquias
919d824efe
iconpack-obsidian: init at 4.0.1
2018-05-03 15:45:57 -03:00
Matthew Bauer
e25efa9673
gettext: add dev output
2018-05-03 13:38:46 -05:00
Matthew Bauer
69d1b7ab79
darwin.libSystem: multiple outputs
...
adds 2 outputs for libSystem:
- out
- dev
should shrink closure sizes
2018-05-03 13:38:46 -05:00
Matthew Bauer
c0ebcab789
darwin.ICU: delete old /usr files
...
This is a huge directory & not referenced anywhere.
2018-05-03 13:38:46 -05:00
Matthew Justin Bauer
b45ef79b74
Merge pull request #39907 from matthewbauer/work
...
Miscellaneous cleanups
2018-05-03 13:33:42 -05:00
Aristid Breitkreuz
40f809c214
insync: 1.3.22.36179 -> 1.4.5.37069
2018-05-03 20:28:52 +02:00