1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

211193 commits

Author SHA1 Message Date
Michael Weiss 595f379983
Merge pull request #78584 from primeos/chromium
chromium: 79.0.3945.117 -> 79.0.3945.130
2020-01-28 23:34:15 +01:00
worldofpeace 16f239a00b
Merge pull request #78246 from lovesegfault/wine-bump
Wine bump (5.0)
2020-01-28 17:32:27 -05:00
worldofpeace 5ec6a25c83
Merge pull request #78722 from Frostman/maintainers-add-frostman
maintainers: add Frostman
2020-01-28 17:26:15 -05:00
Michael Weiss 4ad78e64ff
chromium: Add myself (@primeos) as provisional maintainer
I don't really have the hardware resources nor time to do this properly,
but I'll try to keep a watch on Chromium (updates, PRs, and issues)
until we've found a new team [0].
Testing will be performed on a best effort basis (no guarantees :o).

I've also briefly documented the current maintainer
roles/responsibilities and added `meta.longDescription`.

[0]: https://github.com/NixOS/nixpkgs/issues/78450
2020-01-28 23:08:21 +01:00
Vladyslav M 40e30f9652
gpxsee: 7.19 -> 7.20 (#78730)
gpxsee: 7.19 -> 7.20
2020-01-28 23:57:28 +02:00
tobim 8c651aa852 arrow-cpp: fix for darwin (#78614)
Using pkgsStatic.gtest fails to link, so we just use the default.
2020-01-28 16:10:48 -05:00
Yorick 508343962e nixos/docker-containers: add imageFile and dependsOn options
- the `imageFile` option allows to load an image from a derivation
- the  `dependsOn` option can be used to specify dependencies between container systemd units.

Co-authored-by: Christian Höppner <mkaito@users.noreply.github.com>
2020-01-28 22:00:54 +01:00
Nikolay Korotkiy 47715b2824
gpxsee: 7.19 -> 7.20 2020-01-28 23:51:37 +03:00
zimbatm be52945974
direnv: 2.21.1 -> 2.21.2 2020-01-28 20:59:44 +01:00
Matthew Bauer fb36553584
Merge pull request #78397 from sternenseemann/uberwriter-bugfix
uberwriter: add shared-mime-info to environment and update
2020-01-28 14:44:08 -05:00
Maximilian Bosch 0ab53979bc
linuxPackages.wireguard: 0.0.20200121 -> 0.0.20200128
https://lists.zx2c4.com/pipermail/wireguard/2020-January/004905.html
2020-01-28 20:29:59 +01:00
xrelkd 5648d92acc eksctl: 0.12.0 -> 0.13.0 2020-01-29 03:24:07 +08:00
Maximilian Bosch dd583e7f12
nixos/release-notes: document gcc5 removal 2020-01-28 20:23:53 +01:00
xrelkd 6f5268e7fc brook: 20190601 -> 20200102 2020-01-29 03:13:33 +08:00
Maximilian Bosch 295a52fc1a
gcc49: fix build for glibc>=2.28
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-01-28 20:11:02 +01:00
Maximilian Bosch a064678390
foundationdb5: build with gcc6 2020-01-28 20:11:02 +01:00
Maximilian Bosch 6a69a322b8
archimedes: build w/gcc6 2020-01-28 20:11:02 +01:00
Maximilian Bosch ff2d7460cd
avian: build with recent gcc 2020-01-28 20:11:01 +01:00
Maximilian Bosch 6638819910
picat: 1.9-4 -> 2.8-2 2020-01-28 20:11:01 +01:00
Maximilian Bosch 1a871171ce
avarice: remove
Broken for almost 2 years, doesn't build with recent
gcc (-> incompatible with latest glibc).
2020-01-28 20:11:01 +01:00
Maximilian Bosch 871e262dd6
afterstep: apply debian patch to build with recent gcc 2020-01-28 20:11:01 +01:00
Maximilian Bosch d0743cc2f6
cudatoolkit_7*: build w/gcc6 2020-01-28 20:11:01 +01:00
Maximilian Bosch 8aad6fbabb
gnaural: remove
Marked as broken for >2 years, doesn't build with recent gcc.
2020-01-28 20:11:01 +01:00
Maximilian Bosch 10ad9fea9f
xen: remove 4.5
Depends on a fairly old gcc, marked as insecure for ~2 years.
2020-01-28 20:11:00 +01:00
Maximilian Bosch 79a567c883
gcc5: remove
Latest gcc5 release was in 2017[1], doesn't build with glibc 2.30[2].

[1] https://gcc.gnu.org/gcc-5/
[2] https://hydra.nixos.org/build/110408216
2020-01-28 20:11:00 +01:00
Maximilian Bosch 7a5c8cf8b8
cudatoolkit_8: build with gcc6 2020-01-28 20:11:00 +01:00
Maximilian Bosch 2826c7e77f
v8_3_14: remove
Doesn't build with gcc>=5.
2020-01-28 20:11:00 +01:00
Maximilian Bosch 3c525b702a
r-packages: update
This update was primarily done to update rPackages.V8 to 3.0 which
doesn't depend on an ancient version of v8 anymore.

Also dropped the `-lv8_libplatform` linker flag. It seems as this now
part of `v8.so` as `v8_libplatform.so` doesn't exist anymore on recent
v8 versions in nixpkgs, but the headers are still there and there aren't
any "undefined reference to" errors while linking.
2020-01-28 20:11:00 +01:00
Sergey Lukjanov 3ff2f1555e maintainers: add Frostman 2020-01-28 11:01:15 -08:00
Maximilian Bosch e1d35045bc
firebird: mark as broken
Hasn't been updated since 2017 and breaks when building with a more
recent gcc (gcc5 needs to be removed as it breaks with glibc 2.30). I
tried to update this to a more recent version which didn't work either,
but as this is pretty old I'm not even sure if this package is used atm.
2020-01-28 19:52:18 +01:00
Maximilian Bosch f55b36f1c4
calf: build with recent gcc 2020-01-28 19:52:18 +01:00
Evan Stoll 9a9bb4f9b0 cargo-about: 0.1.1 -> 0.2.0 2020-01-28 13:05:27 -05:00
Maximilian Bosch 1f828b8e24
matrix-synapse: 1.9.0 -> 1.9.1
https://github.com/matrix-org/synapse/releases/tag/v1.9.1
2020-01-28 17:57:16 +01:00
Marek Mahut 9300e2038d pythonPackages.ConfigArgParse: 0.15.2 -> 1.0 2020-01-28 08:50:27 -08:00
Matthew Bauer 3eb6e3f5ef v8: remove duplicate libs, cflags entries
This was an oversight, and unnecessary in the .pc file.
2020-01-28 11:37:15 -05:00
Matthew Bauer db29857eb3 Re-Revert "clang_7,clang_8,clang_9: fix compilation of HIP-code"
This reverts commit f14a4d60b7, and thus
applying 558af6fbc7.
2020-01-28 11:35:19 -05:00
Vincent Laporte 57aaf67b72 ocamlPackages.utop: 2.4.2 → 2.4.3 2020-01-28 17:33:13 +01:00
Taito Horiuchi a7953f555d pythonPackage.robotframework-requests: 0.6.2 -> 0.6.3 2020-01-28 08:31:09 -08:00
Matthijs Steen 44dff89215 bitwarden_rs: 1.9.1 -> 1.13.1 2020-01-28 17:26:49 +01:00
David Guibert 8754b61147
Merge pull request #78602 from jobojeha/feature/paraview-pythonpath-prefix
paraview: prefix PYTHONPATH
2020-01-28 17:25:37 +01:00
Silvan Mosberger 766b78841f
Don't set background to black if ~/.background-image not prese… (#78346)
Don't set background to black if ~/.background-image not present
2020-01-28 16:42:44 +01:00
Franz Pletz f7b45fdfdc
Merge pull request #78056 from mayflower/pkg/platformio-4.1.0
platformio: 4.0.3 -> 4.1.0
2020-01-28 15:14:29 +00:00
Jörg Thalheim af1d755b04
Merge pull request #78601 from foxit64/master
telegraf 1.12.1 -> 1.13.2
2020-01-28 15:00:04 +00:00
Peter Hoeg c3c9f32869
Merge pull request #77836 from sjau/evdi-2020-01-16
evdi: 1.6.4 -> git-2020-01-16
2020-01-28 22:10:27 +08:00
Vladimír Čunát e8907eaea3
Merge #78604: pciutils: 3.6.2 -> 3.6.4 (into staging) 2020-01-28 15:10:14 +01:00
Jörg Thalheim 0218f30af5
telegraf: reference nixosTests 2020-01-28 14:08:38 +00:00
foxit64 cd78ddaaeb maintainers: add foxit64 2020-01-28 14:58:03 +01:00
foxit64 39cc559403 maintainers: add foxit64 2020-01-28 14:48:10 +01:00
Vladimír Čunát b47ec9a6b3
Merge #75437: kramdown-rfc2629: init at 1.2.13
I left it open much longer than planned.  Re-tested it creates html.
2020-01-28 14:12:26 +01:00
Andreas Rammhold a57d0fe0bb
buildRustCrate: fix #78412
`build.rs` files might create files. Those files are supposed to go into
`OUT_DIR` (envirionment variable) and not be overlayed onto the source
tree.
2020-01-28 14:07:58 +01:00