Cole Helbling
dc113b96a8
powerdevil: fix build with new ddcutil
...
https://hydra.nixos.org/build/123207159
The KDE ISO depends on this package, which blocks nixos-unstable.
Upstream bug: https://bugs.kde.org/show_bug.cgi?id=423605
2020-06-29 09:42:00 -07:00
derped
2eb7a440d8
python3Packages.i3ipc: 2.1.1 -> 2.2.1
2020-06-29 18:03:01 +02:00
Mario Rodas
b4eae7887b
Merge pull request #91737 from marsam/update-mcfly
...
mcfly: 0.3.6 -> 0.4.0
2020-06-29 10:34:57 -05:00
Niklas Hambüchen
c2c889ed11
ddcui: 0.1.1 -> 0.1.2
2020-06-29 17:27:26 +02:00
Niklas Hambüchen
625f6b22d5
Merge pull request #91398 from tasmo/processing-3.5.4
...
processing: 3.5.3 -> 3.5.4
2020-06-29 17:17:01 +02:00
_
a3b0864bb0
nixos/onedrive: init
2020-06-29 19:56:41 +05:30
Samuel Gräfenstein
22e9cdc790
rpcs3: fix vulkan renderer
...
RPCS3 needs vulkan-headers for building its Vulkan rendering backend.
2020-06-29 16:22:07 +02:00
Calum MacRae
15e8fa9f96
yabai: 3.2.0 -> 3.2.1 ( #90717 )
2020-06-29 16:06:55 +02:00
Alyssa Ross
3abe43e22d
transmission: install documentation
...
The risk of collisions is gone now because documentation is correctly
installed into $out/share/doc/transmission instead of $out/share/doc
as before.
2020-06-29 13:56:27 +00:00
Alyssa Ross
10bb0637e4
Revert "darktable: Remove doc directory from output"
...
This reverts commit 730133e130a03f074b489b13ee2a3f3df8197b2f.
multiple-outputs.sh has been fixed, so documentation is now
corrrrectly installed under $out/share/doc/darktable.
Fixes: https://github.com/NixOS/nixpkgs/pull/72160
Fixes: https://github.com/NixOS/nixpkgs/pull/83248
2020-06-29 13:56:27 +00:00
Alyssa Ross
39fef703bf
ghostscript: fix build
...
This hack is no longer necessary, since multiple-outputs.sh has been
fixed to install docs in the right location.
2020-06-29 13:56:27 +00:00
Alyssa Ross
be1b22538a
cmake: only set output paths with multiple outputs
...
This brings cmake inline with the behaviour used for configure
scripts, defined in multiple-outputs.sh. It's important because
that setup hook will only set shareDocName if multiple outputs are in
use (and setOutputFlags hasn't been disabled). So previously,
CMAKE_INSTALL_DOCDIR would be set to $out/share/doc for single-output
derivations, instead of $out/share/doc/$shareDocName, which would
result in collisions.
Since this hook now uses the setOutputFlags variable, I had to remove
the empty assignment of it added in
a714284d8b7d2dac3ed2c76670f290fe332da00c.
Fixes: https://github.com/NixOS/nixpkgs/issues/82304
2020-06-29 13:56:27 +00:00
Alyssa Ross
1421404d42
stdenv: fix backward multiple outputs conditional
...
This is supposed to shareDocName to a fallback value if it can't be
determined from looking at the configure script. But the conditional
checked whether shareDocName was set, rather than if it wasn't. This
meant that if shareDocName had been detected from a configure script,
it would be immediately overridden by the package name, and if it
couldn't be detected, shareDocName would remain unset.
This resulted in QEMU installing files like $out/share/doc/index.html,
which should of course have been in $out/share/doc/qemu/index.html.
An interesting side effect of this is that, since
9f8751528cd89d343258dd718afa56f8590917bb when this code was added, the
detected package name has never actually been used for installing
documentation, because it would always be overridden. So this patch
will actually enable that for the first time, four years later.
Fixes: https://github.com/NixOS/nixpkgs/issues/90486
2020-06-29 13:56:27 +00:00
Utku Demir
1675eaf911
slack-cli: Add missing dependencies
2020-06-29 13:54:35 +00:00
Philipp Riegger
c596617e40
factorio*: add priegger to maintainers
2020-06-29 15:52:54 +02:00
Philipp Riegger
7b79d72aad
maintainers: add priegger
2020-06-29 15:51:40 +02:00
Philipp Riegger
c36b573fab
factorio{,-headless}-experimental: 0.18.32 -> 0.18.34
2020-06-29 15:39:41 +02:00
misuzu
fc9f994ee5
nixos/gitlab-runner: add more global options ( #86946 )
2020-06-29 13:35:21 +00:00
Maximilian Bosch
6e46544464
Merge pull request #91731 from ktor/update-jetbrains-versions
...
jetbrains.*: 2020.1.1/2/3 -> 2020.1.2/3/5
2020-06-29 15:32:35 +02:00
Maximilian Bosch
116f39ff82
swift: fix build w/glibc-2.31
...
https://hydra.nixos.org/build/123279517
Internally used `compiler-rt` had to be fixed for `glibc-2.31`,
basically the same approach as in the LLVM fix
(7137183bbe05738246be2be0e704c1be9bf19947).
As soon as a newer `compiler-rt` is used for `swift`, this patch can be
removed again.
2020-06-29 14:41:43 +02:00
Maximilian Bosch
114f97e77e
gcc49: fix build w/glibc-2.31
...
The same `libsanitizer` problem as in llvm<10 and newer GCCs.
https://hydra.nixos.org/build/122902814
https://hydra.nixos.org/build/122903349
2020-06-29 14:41:43 +02:00
Maximilian Bosch
923b6bff55
cups-bjnp: fix build w/glibc-2.31
...
https://hydra.nixos.org/build/122883083
2020-06-29 14:41:43 +02:00
Maximilian Bosch
22b69ed143
python3Packages.supervisor: fix build w/glibc-2.31
...
https://hydra.nixos.org/build/122877074
2020-06-29 14:41:43 +02:00
Maximilian Bosch
872f65db46
llvm/clang: remove deprecated attrs for 4, 3.5 and 3.9
2020-06-29 14:41:43 +02:00
Maximilian Bosch
2c60e7c2d0
llvm*: compiler-rt: fix build w/glibc-2.31
...
https://hydra.nixos.org/build/122885657 and more.
Original upstream fix (available in llvm_10):
947f969244
2020-06-29 14:41:43 +02:00
Maximilian Bosch
44fb6cc037
vdr: fix build w/glibc-2.31
...
https://hydra.nixos.org/build/122891193
2020-06-29 14:41:42 +02:00
Maximilian Bosch
7193603c5f
datefudge: fix build w/glibc-2.31
...
https://hydra.nixos.org/build/122874972
2020-06-29 14:41:42 +02:00
Maximilian Bosch
f95acb5cc6
imagemagick7: 7.0.10-17 -> 7.0.10-19, fix build w/glibc-2.31
2020-06-29 14:41:42 +02:00
Maximilian Bosch
d348694fb6
gcc6: fix build w/glibc-2.31
2020-06-29 14:41:42 +02:00
Maximilian Bosch
cff1a1eefc
gcc7: fix build w/glibc-2.31
...
Applied a patch from the `gcc9` branch for `gcc7` to fix `libsanitizer`
for glibc-2.31.
2020-06-29 14:41:42 +02:00
Maximilian Bosch
4847222db1
busybox: fix build w/glibc-2.31
2020-06-29 14:41:42 +02:00
Maximilian Bosch
4a78b2b04f
glibc: 2.30 -> 2.31
...
https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00001.html
2020-06-29 14:41:42 +02:00
Malte Brandy
df73cc3631
haskellPackages.gi-webkit2: Fix build
2020-06-29 14:30:53 +02:00
Daniël de Kok
ea073a17b1
Merge pull request #91747 from bbigras/mtail
...
mtail: 3.0.0-rc35 -> 3.0.0-rc36
2020-06-29 14:16:07 +02:00
Peter Simons
33c6c405f7
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
e7f5ef65c7
.
2020-06-29 13:39:27 +02:00
Peter Simons
1d5ed475f5
LTS Haskell 16.3
2020-06-29 13:39:10 +02:00
Francesco Gazzetta
75d9ea9671
shattered-pixel-dungeon: 0.8.0b -> 0.8.1
2020-06-29 12:27:13 +02:00
Jamie McClymont
3f31678607
nixos/graphite: ensure graphite-api is properly tested
...
Until now, it was failing to start in the test, as it was searching for an
influxdb database
2020-06-29 22:04:23 +12:00
Guillaume Desforges
356cd30269
haskell-language-server: init at 0.1.0.0
2020-06-29 11:50:15 +02:00
Jamie McClymont
3c8762de8e
nixos/graphite: unmark test as broken
2020-06-29 21:42:29 +12:00
Jamie McClymont
2f5255149a
grahpite-web: recreate patch file
2020-06-29 21:35:41 +12:00
Vladimír Čunát
e0f4ee72bc
nixpkgs-unstable channel: don't depend on the metrics job
...
This reverts commit c23e9e12f85c3dc7d5412d9a35d0fbfe59d2ccba.
At this moment the benchmarking machine ("t2a") is unreachable from
outside due to IPv6 issues. (the "t4a" and "t4b" builders as well)
But even generally I can't see why this job should block channels,
provided that it won't remain broken over long term.
2020-06-29 11:31:35 +02:00
Mario Rodas
ac9498f4ec
ncspot: 0.1.3 -> 0.1.4
2020-06-29 04:20:00 -05:00
Peter Simons
9b0a1bfcdd
Merge remote-tracking branch 'origin/master' into haskell-updates.
2020-06-29 10:29:04 +02:00
Florian Klink
52c3a80050
Merge pull request #91084 from utdemir/intro-stream-layered-image
...
dockerTools: add streaming image support, improve speed and reduce IO
2020-06-29 10:20:19 +02:00
Florian Klink
aed85b7279
Merge pull request #85223 from arianvp/acme-fix-nginx-after
...
nixos/acme: Fix ordering of certificate requests (#81482 )
2020-06-29 10:17:25 +02:00
Daniël de Kok
640f422470
oneDNN: add aarch64-linux to platforms
...
According to
https://github.com/oneapi-src/oneDNN/releases/tag/v1.5
AArch64 is now supported.
2020-06-29 09:37:00 +02:00
Linus Heckemann
5b8b201e44
Revert "traefik: unify TOML generation"
...
This reverts commit a5e6901702ae08e5bcbe4c7b6574abd559aff6ce.
yj doesn't distinguish floats and ints, which breaks some configs.
2020-06-29 09:34:41 +02:00
Daniël de Kok
bcdf475f94
Merge pull request #91743 from das-g/osm2pgsql-with-libs-from-nixpkgs
...
osm2pgsql: use libs from NixPkgs instead of vendored ones
2020-06-29 08:22:57 +02:00
Raphael Borun Das Gupta
928faf2b63
osm2pgsql: add myself (das-g) as additional maintainer
2020-06-29 08:08:44 +02:00