Frederik Rietdijk
c8acd48172
plasma5: properly fix hook
2019-11-23 19:24:11 +01:00
Fabian Möller
f610983ead
cage: fix build
...
The build fails because some C headers got removed from mesa-19.2.2.
Using libGL seems to be the correct way to use GL related headers.
2019-11-23 19:04:25 +01:00
Michael Weiss
d1ee508194
Merge pull request #73977 from B4dM4n/wlroots-fix-build
...
wlroots: fix build
2019-11-23 19:00:51 +01:00
John Ericson
505dcb3b73
Merge pull request #73946 from Ericson2314/fix-lua-env
...
lua wrapper: Fix bash error
2019-11-23 12:38:44 -05:00
John Ericson
ae8a90554e
rocksdb: Build with Ninja
...
This is sightly faster/simpler.
2019-11-23 17:27:16 +00:00
John Ericson
4686cfcc94
Merge remote-tracking branch 'upstream/master' into mingw-rocksdb
...
Can just use single commit from
https://github.com/facebook/rocksdb/pull/6076 for rocksdb!
2019-11-23 17:26:49 +00:00
Fabian Möller
320d6e3800
wlroots: fix build
...
add missing header that changed in mesa-19.2.2
2019-11-23 18:13:17 +01:00
Renaud
2b66f562e9
carp: fix eval
2019-11-23 17:10:17 +01:00
alva
a03e31587d
carp: unstable-2018-09-15 -> 0.3.0
...
(#68155 )
2019-11-23 17:02:37 +01:00
Aaron Andersen
216f0e6ee4
Merge pull request #73928 from jamii/fix_mariadb_drivers
...
Fix mariadb drivers
2019-11-23 10:48:46 -05:00
Orivej Desh
7e952c3321
python: keyring: support Python 2
2019-11-23 14:52:25 +00:00
Janne Heß
576a82d6c2
rainloop-standard: Fix pname and license ( #73963 )
...
- Switched to pname
- Fixed the double dash in pname
- Changed license to unfree (they don't allow redistribution)
Fixes #73956
2019-11-23 15:36:28 +01:00
Jamie Brandon
fa9a981faf
unixODBCDrivers.mariadb: build against subrepo instead of libmysqlclient
...
For unknown reasons, building against libmysqlclient results in
unixODBC reporting an error when trying to load the driver, but
building against the subrepo works fine.
Fixes https://github.com/NixOS/nixpkgs/pull/73928
2019-11-23 13:08:12 +00:00
worldofpeace
1fc4e03225
Merge pull request #73950 from edef1c/steam-noalias
...
Fix steam build under `allowAliases = false`
2019-11-23 12:47:47 +00:00
Mario Rodas
7c5b287ca1
Merge pull request #73910 from marsam/update-sops
...
sops: 3.4.0 -> 3.5.0
2019-11-23 07:22:46 -05:00
Mario Rodas
be1ce70e6f
Merge pull request #73925 from xrelkd/update/parity
...
parity: 2.5.9 -> 2.5.10, parity-beta: 2.6.4 -> 2.6.5
2019-11-23 05:30:59 -05:00
Mario Rodas
988ca73c03
Merge pull request #73923 from xrelkd/update/eksctl
...
eksctl: 0.9.0 -> 0.10.2
2019-11-23 05:30:13 -05:00
Austin Seipp
b964f4b421
vector: make some more options override-able
...
Unfortunately, buildRustPackage isn't very flexible right now, and most
of these attrs can't be overridden. This is needed for some general
patch work, but isn't really long term sustainable. I plan on reverting
this after Vector 0.6 is out.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-11-23 03:58:58 -06:00
Orivej Desh
2becf48fb5
python: pandas: support Python 2
...
pandas/2.nix is supposed to be a Python 2 expression, and 0.24.2 is the last
release that supports it.
2019-11-23 07:41:02 +00:00
Orivej Desh
d71f948f03
python: tables: support Python 2
...
tables/3.5.nix is supposed to be frozen at 3.5.
2019-11-23 07:34:43 +00:00
Orivej Desh
0646b9f7c3
python: openpyxl: support Python 2
...
This fixes pandas for Python 2 since it depends on openpyxl.
2019-11-23 07:31:22 +00:00
edef
0e76e6bee8
steam: refer to unaliased gtk3 and gdk-pixbuf
2019-11-23 03:53:39 +00:00
edef
a9d4cba9eb
luaPackages.lgi: refer to unaliased gobject-introspection
2019-11-23 03:53:38 +00:00
edef
476d1bec07
git-series: use nixpkgs libssh2
...
This replaces the vendored copy from libssh2-sys.
2019-11-23 03:47:34 +00:00
edef
77539c6dad
git-series: format parameters as multiple lines
2019-11-23 03:47:34 +00:00
Mario Rodas
b339f29a27
Merge pull request #73909 from marsam/update-nodejs-13_x
...
nodejs-13_x: 13.1.0 -> 13.2.0
2019-11-22 22:39:18 -05:00
John Ericson
46acc245c0
Merge pull request #73903 from jonringer/fix-qtplugin-options
...
kde-frameworks.extra-cmake-modules: allow for unset qtPluginPrefix
2019-11-22 21:14:28 -05:00
John Ericson
069e9fd449
rocksdb: Fix MinGW Build
2019-11-23 01:25:03 +00:00
mb
c9453387da
rocksdb: 6.2.2 -> 6.2.4
...
(cherry picked from commit 0cd88820b3
)
2019-11-23 01:25:03 +00:00
John Ericson
a610a38cb5
lua wrapper: Fix bash error
...
Recently, we made it harder for external code to use some stdenv-only bash
variables by unsetting them in [1] But Lua's `withPackages` was sourcing some
setup hooks in [2], which required those bash variables.
I say great! We caught something bad: Lua should use normal dependencies, even
though that is harder with `buildEnv`. Now it works that way, and everything is
fine.
[1]: 9d3911f806/pkgs/stdenv/generic/setup.sh (L574-L578)
[2]: 9d3911f806/pkgs/development/interpreters/lua-5/wrapper.nix (L23-L27)
CC @matthewbauer
2019-11-22 19:47:27 -05:00
Silvan Mosberger
9d3911f806
beets: fix absubmit deps ( #73608 )
...
beets: fix absubmit deps
2019-11-23 00:46:36 +01:00
Maximilian Bosch
ba307dd176
codimd: fix build
...
This package broke during the update of `nodejs-10_x` to `v10.17.0`[1]
since `node-gyp` got updated from `3.8.0` to `5.0.3` during the NPM
update to `6.10.2`[2] which is bundled in the `nodejs` release tarball.
This `node-gyp`-version is used by the build script for `codimd` to
build several dependencies such as `node-sqlite3`. Older `node-gyp`
versions expected source headers for the compilation in `~/.node-gyp`,
with `node-gyp@5.0.3`, headers are declared by using the `--nodedir`
option.
[1] 7785f49b23
[2] e2291cf805
2019-11-23 00:40:58 +01:00
markuskowa
0d2fd9018f
Merge pull request #73835 from markuskowa/upd-scalapack
...
scalapack: 2.0.2 -> 2.1
2019-11-22 22:46:27 +01:00
Sascha Grunert
801da15e4e
sonobuoy: 0.15.0 -> 0.16.1 ( #70904 )
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-22 22:29:01 +01:00
Daiderd Jordan
7da9844fde
Merge pull request #73826 from LnL7/darwin-git
...
git: disable failing test on darwin
2019-11-22 21:27:49 +01:00
Daiderd Jordan
185e30c664
git: disable failing test on darwin
...
The tests for null patterns where changed in 25754125cef278c7e9492fbd6dc4a28319b01f18,
it's possible utf-8 normalisation is causing different behaviour here.
not ok 54 - LC_ALL='C' git grep -P -f f -i 'Æ<NUL>[Ð]' a
not ok 57 - LC_ALL='C' git grep -P -f f -i '[Æ]<NUL>Ð' a
not ok 60 - LC_ALL='C' git grep -P -f f -i '[Æ]<NUL>ð' a
not ok 63 - LC_ALL='C' git grep -P -f f -i 'Æ<NUL>Ð' a
Dubious, test returned 1 (wstat 256, 0x100)
Failed 4/145 subtests
(less 48 skipped subtests: 93 okay)
2019-11-22 21:02:21 +01:00
worldofpeace
9995881b79
Merge pull request #73876 from jtojnar/phonon-backends
...
Fix Plasma NixOS tests
2019-11-22 19:44:19 +00:00
Jan Tojnar
62a09e7029
phonon: remove qt4
...
Qt4 is no longer supported.
https://phabricator.kde.org/D22688
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22 20:25:48 +01:00
Jan Tojnar
c3c30bc59e
libsForQt5.phonon-backend-vlc: 0.9.0 → 0.11.1
...
Required to build with Phonon 4.11 (https://github.com/NixOS/nixpkgs/pull/71745 ).
Requires qttools for Qt5LinguistTools.
Qt4 support removed since Phonon no longer supports it either.
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22 20:25:29 +01:00
Jan Tojnar
c6147f7ec8
libsForQt5.phonon-backend-gstreamer: 4.9.0 → 4.10.0
...
Required to build with Phonon 4.11 (https://github.com/NixOS/nixpkgs/pull/71745 ). Not having this blocks the channels.
Requires qttools for Qt5LinguistTools.
Qt4 support removed since Phonon no longer supports it either.
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22 20:24:43 +01:00
Maximilian Bosch
8960509fc5
cargo-make: 0.23.0 -> 0.24.0
...
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.0
2019-11-22 19:16:13 +01:00
Marek Mahut
b8121c06aa
Merge pull request #73914 from geistesk/et-0-1-2
...
et: 0.1.1 -> 0.1.2
2019-11-22 18:19:25 +01:00
Marek Mahut
95221393ea
Merge pull request #73862 from mmahut/loki
...
grafana-loki: 0.4.0 -> 1.0.0
2019-11-22 18:14:23 +01:00
Maximilian Bosch
a71f28f000
Merge pull request #73924 from xrelkd/update/cargo-watch
...
cargo-watch: 7.2.2 -> 7.3.0
2019-11-22 17:41:39 +01:00
Michael Raskin
1ca8255fb2
construo: fix build
2019-11-22 17:41:47 +01:00
Michael Raskin
936c7c5e2b
kdiff3: fix build
2019-11-22 17:41:47 +01:00
Michael Raskin
329ca619f8
extremetuxracer: fix build
2019-11-22 17:41:46 +01:00
Michael Raskin
c5e3aec122
golly: fix build
2019-11-22 17:41:46 +01:00
Michael Raskin
cd77f69ec8
lispPackages: fix build
2019-11-22 17:41:46 +01:00
Maximilian Bosch
e292be76fc
roundcube: 1.4.0 -> 1.4.1
...
https://github.com/roundcube/roundcubemail/releases/tag/1.4.1
Also fixed the test which got broken during #71407 , most likely due to a
merge issue.
2019-11-22 17:13:41 +01:00
xrelkd
e492d0e9c6
parity-beta: 2.6.4 -> 2.6.5
2019-11-22 23:57:49 +08:00
xrelkd
52399e43b2
parity: 2.5.9 -> 2.5.10
2019-11-22 23:57:48 +08:00
xrelkd
d066e14fb6
cargo-watch: 7.2.2 -> 7.3.0
2019-11-22 23:47:24 +08:00
xrelkd
86e305b4c9
eksctl: 0.9.0 -> 0.10.2
2019-11-22 23:19:20 +08:00
worldofpeace
2d67023bd8
Merge pull request #63845 from romildo/upd.deepin.deepin-editor
...
deepin.deepin-editor: init at 1.2.9.1
2019-11-22 15:19:04 +00:00
José Romildo Malaquias
9b09266c8b
deepin.deepin-editor: init at 1.2.9.1
2019-11-22 11:37:34 -03:00
John Ericson
60b52e240a
Merge pull request #72287 from oxalica/fix-linux-config
...
linuxConfig: fix deps and cross-compiling behavior
2019-11-22 09:32:34 -05:00
Milan
ed90e59fc2
yarn2nix-moretea: v1.0.0-36-g3f2dbb0 -> v1.0.0-39-g9e7279e ( #73911 )
...
Includes the following upstream commits:
- Fix for package.json without a version (moretea/yarn2nix#113 )
- Don't access package.json via filtered src (moretea/yarn2nix#115 )
- remove redundant rec (moretea/yarn2nix#119 )
2019-11-22 14:27:11 +00:00
worldofpeace
0ed2e5eba6
Merge pull request #73917 from virusdave/dnicponski/scratch/update_unison_version_1.0.f-alpha
...
unison-ucm 1.0.e-alpha -> 1.0.f-alpha
2019-11-22 14:11:32 +00:00
worldofpeace
2eeb0d3968
Merge pull request #73818 from jlesquembre/clj-kondo
...
clj-kondo: 2019.11.03 -> 2019.11.07
2019-11-22 14:06:41 +00:00
worldofpeace
a5dba2f8a6
Merge pull request #68616 from sikmir/xpdf
...
xpdf: 4.00 -> 4.02
2019-11-22 14:05:05 +00:00
Dave Nicponski
cc967ed014
unison-ucm 1.0.e-alpha -> 1.0.f-alpha
2019-11-22 07:31:39 -05:00
geistesk
15ed2710d4
et: 0.1.1 -> 0.1.2
2019-11-22 12:55:06 +01:00
Jonathan Ringer
18f47ecbac
glui: fix build
2019-11-22 19:48:03 +09:00
worldofpeace
f6c9fb0df3
Merge pull request #73781 from worldofpeace/pantheon-5.1-more
...
Pantheon 5.1 (second set of updates etc.)
2019-11-22 10:36:45 +00:00
Dominik Michael Rauh
3936a4835a
pythonPackages.mnist: init at 0.2.2
2019-11-22 02:25:30 -08:00
worldofpeace
360e13d3a0
pantheon.switchboard-plug-sound: 2.2.1 -> 2.2.2
...
Don't need pkgconfig override because of
* 6a78fcf740
https://github.com/elementary/switchboard-plug-sound/releases/tag/2.2.2
2019-11-22 05:13:15 -05:00
worldofpeace
75446f09b1
pantheon.switchboard-plug-printers: 2.1.6 -> 2.1.7
...
Don't need pkgconfig override because of
* a145291296
https://github.com/elementary/switchboard-plug-printers/releases/tag/2.1.7
2019-11-22 05:13:15 -05:00
worldofpeace
08afddc9d5
pantheon.switchboard-plug-power: 2.3.5 -> 2.4.0
...
Don't need pkgconfig override because of
* fb3dc06231
https://github.com/elementary/switchboard-plug-power/releases/tag/2.4.0
2019-11-22 05:13:15 -05:00
worldofpeace
c44d5bd9fd
pantheon.switchboard-plug-pantheon-shell: 2.8.1 -> 2.8.2
...
Don't need pkgconfig override because of
* d9971ebf1f
Patch to fix background permission issues is included in this release
so the downstream patch is dropped.
https://github.com/elementary/switchboard-plug-pantheon-shell/releases/tag/2.8.2
2019-11-22 05:13:15 -05:00
worldofpeace
daccdcfb77
pantheon.switchboard-plug-network: 2.1.4 -> 2.2.0
...
Don't need pkgconfig override because of
* d02cbe61cb
https://github.com/elementary/switchboard-plug-network/releases/tag/2.2.0
2019-11-22 05:13:15 -05:00
worldofpeace
b8c90535c3
pantheon.switchboard-plug-mouse-touchpad: 2.2.0 -> 2.3.0
...
Don't need pkgconfig override because of
* e35153425f
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.3.0
2019-11-22 05:13:15 -05:00
worldofpeace
692942b4c8
pantheon.switchboard-plug-display: 2.1.9 -> 2.2.0
...
https://github.com/elementary/switchboard-plug-display/releases/tag/2.2.0
2019-11-22 05:13:14 -05:00
worldofpeace
148cb1bd66
pantheon.switchboard-plug-applications: 2.1.5 -> 2.1.6
...
https://github.com/elementary/switchboard-plug-applications/releases/tag/2.1.6
Don't need pkgconfig override because of
* 79ba1f849b
2019-11-22 05:13:14 -05:00
worldofpeace
4d6ef53cff
pantheon.switchboard-plug-about: 2.6.0 -> 2.6.1
...
https://github.com/elementary/switchboard-plug-about/releases/tag/2.6.1
2019-11-22 05:13:14 -05:00
worldofpeace
4f04a9736d
pantheon.pantheon-agent-geoclue2: 1.0.2 -> 1.0.3
...
https://github.com/elementary/pantheon-agent-geoclue2/releases/tag/1.0.3
2019-11-22 05:13:14 -05:00
worldofpeace
d3b3b25fe5
pantheon.pantheon-agent-polkit: 0.1.6 -> 1.0.0
...
https://github.com/elementary/pantheon-agent-polkit/releases/tag/1.0.0
2019-11-22 05:13:14 -05:00
Domen Kožar
1b13a8f2e7
Merge pull request #69552 from domenkozar/ghc-dwarf
...
ghc: compile with DWARF support by default
2019-11-22 10:49:33 +01:00
Max Wittig
d940d24ff4
gitlab-runner: 12.4.1 -> 12.5.0 ( #73864 )
2019-11-22 09:38:02 +00:00
Jonathan Ringer
3dfaf56da8
kde-frameworks.extra-cmake-modules: allow for unset qtPluginPrefix
2019-11-22 01:35:22 -08:00
Mario Rodas
139a275c9c
sops: 3.4.0 -> 3.5.0
2019-11-22 04:20:00 -05:00
Mario Rodas
c4293e4703
nodejs-13_x: 13.1.0 -> 13.2.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v13.2.0
2019-11-22 04:20:00 -05:00
lewo
1488f7cba1
Merge pull request #73895 from suhr/cue
...
cue: 0.0.11 -> 0.0.14
2019-11-22 10:16:59 +01:00
Cedric Cellier
359e6446ef
ocaml-sodium: init at 0.6.0
2019-11-22 07:48:55 +00:00
Jonathan Ringer
f0ad58380c
pythonPackages.twine: disable python<=3.5
2019-11-22 08:42:09 +01:00
Jonathan Ringer
04db02de80
python3Packages.spglib: 1.12.1.post0 -> 1.14.1.post0
2019-11-21 23:40:30 -08:00
Franz Pletz
c79a5d1ab1
Merge pull request #73890 from xrelkd/update/youtube-dl
...
youtube-dl: 2019.11.05 -> 2019.11.22
2019-11-22 06:24:21 +00:00
Jonathan Ringer
148e7726be
python3Packages.pydocstyle: 2.1.1 -> 4.0.1
2019-11-21 19:33:03 -08:00
Jonathan Ringer
5c47b6b0fd
pythonPackages.pydocstyle: freeze at 2.1.1
2019-11-21 19:33:03 -08:00
Mario Rodas
31a9f6a341
pijul: fix build
2019-11-21 19:08:06 -08:00
Jonathan Ringer
1a68d9330d
python3Packages.google_cloud_translate: 1.7.0 -> 2.0.0
2019-11-21 18:38:58 -08:00
Jonathan Ringer
4ebb855497
python3Packages.portalocker: 1.5.1 -> 1.5.2
2019-11-21 18:37:30 -08:00
Сухарик
9fea50cb1f
cue: 0.0.11 -> 0.0.14
2019-11-22 05:08:54 +03:00
Tim Steinbach
ab84418b10
oh-my-zsh: 2019-10-30 -> 2019-11-21
2019-11-21 19:55:38 -05:00
Jonathan Ringer
5191cde860
python3Packages.monty: 1.0.4 -> 3.0.2
2019-11-21 16:40:55 -08:00
Jan Tojnar
c589f702ce
glib.setupHook: fix make_glib_find_gsettings_schemas ( #73881 )
...
glib.setupHook: fix make_glib_find_gsettings_schemas
2019-11-22 01:36:59 +01:00
xrelkd
8651b4eac0
youtube-dl: 2019.11.05 -> 2019.11.22
2019-11-22 08:00:22 +08:00
c0bw3b
0afae5c14b
Treewide: fix more URL permanent redirects
...
Related issue: #60004
Previous PR: #73478
2019-11-21 15:37:34 -08:00
Christine Koppelt
e58e0d8ae0
seg3d: remove
...
(#70774 )
2019-11-21 23:31:21 +01:00
Kévin Rauscher
5d90f051b0
bloop: 1.3.2 -> v1.3.4
...
(#70897 )
2019-11-21 23:25:03 +01:00