Commit Graph
198067 Commits
Author SHA1 Message Date
Sebastien Lavoie adc635f74e gnome3.libgda: enable darwin builds 2019-10-16 11:29:47 -04:00
Sebastien Lavoie 9b83a23542 gnome3.libgda: use embedded sqlite support on macOS
Taken from the Homebrew Formula
2019-10-16 11:29:47 -04:00
Sebastien Lavoie ce5616f178 gnome3.libgda: explicitly enable or disable mysql and postgres
This prevents an issue where mysql and postgres support can be
auto-detected by the configure scripts, resulting in a broken build or a
build that cannot be ran on a different computer.
2019-10-16 11:29:46 -04:00
WilliButz 747172ba60 grafana: 6.4.2 -> 6.4.3 2019-10-16 17:06:01 +02:00
Florian KlinkandGitHub 61eecf2a39 python.pkgs.google_cloud_storage: propagate setuptools (#70900)
python.pkgs.google_cloud_storage: propagate setuptools
2019-10-16 16:48:39 +02:00
Kai Wohlfahrt 8a293b42de dnsutils: remove obsolete config flag 2019-10-16 13:48:51 +01:00
Kai Wohlfahrt 39afb94585 dnsutils: add delv tool
delv is provided as a replacement for dig with better DNSSEC support.
2019-10-16 13:40:44 +01:00
Jörg ThalheimandGitHub 334921ad31 Merge pull request #66841 from Izorkin/kernel-nftables
nftables: enable all features in kernel
2019-10-16 13:39:55 +01:00
Patrick Hilhorst a9b5206b97 spotify-tui: 0.5.0 -> 0.6.2 2019-10-16 14:38:18 +02:00
José Romildo Malaquias a81a6b3d72 freeoffice: 970 -> 971 2019-10-16 08:44:58 -03:00
Jörg ThalheimandGitHub 7b512c1557 Merge pull request #71219 from FRidh/pwndbg
pwndbg: fix runtime python deps, fixes #71071
2019-10-16 12:42:14 +01:00
Maximilian BoschandGitHub f0057b6924 Merge pull request #67722 from Ma27/package-wasm-bindgen-cli
wasm-bindgen-cli: init at 0.2.51
2019-10-16 13:26:11 +02:00
Maximilian Bosch 9bffa5a6a5 wasm-bindgen-cli: init at 0.2.51
CLI for `wasm-bindgen`, a tool that helps to interact between WASM
modules written in Rust and JS-Code. This contains only the CLI[1], the
libraries are usually included via `Cargo.toml` in a project.

Co-authored-by: Fabian Möller <fabianm88@gmail.com>

[1] https://crates.io/crates/wasm-bindgen-cli
2019-10-16 12:49:54 +02:00
Maximilian Bosch 1737cd07ca cargo-make: 0.22.2 -> 0.23.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.23.0

Please note that the cargo hash didn't change since no dependencies were
updated (only the package version in Cargo.lock).
2019-10-16 12:43:58 +02:00
Frederik Rietdijk d2c1c51ebc pythonPackages.tensorflow-bin: disable for python 3.8 2019-10-16 11:33:30 +02:00
Frederik Rietdijk 0031003765 pythonPackages: make isPy38 available 2019-10-16 11:33:30 +02:00
Frederik Rietdijk cc9505aab1 pythonPackages.tensorflow-bin: disable for python 3.8 2019-10-16 11:32:31 +02:00
Frederik Rietdijk 14405a0bfd pythonPackages: make isPy38 available 2019-10-16 11:32:16 +02:00
Frederik Rietdijk 924574aa2c Merge staging into staging-next 2019-10-16 11:17:36 +02:00
Frederik Rietdijk 12441bdf9f Merge staging-next into staging 2019-10-16 11:17:12 +02:00
Frederik Rietdijk 22bbaf09fe Merge master into staging-next 2019-10-16 11:15:36 +02:00
Domen KožarandGitHub d2c13034fb Merge pull request #70011 from turboMaCk/chore/cleanup-elmPackages
elm.elmPackages: Cleanup code
2019-10-16 11:07:29 +02:00
Gabriel Ebner 3458fe89f9 opencsg: fix build 2019-10-16 10:54:26 +02:00
Gabriel Ebner 18fde25825 viewnior: do not remove icon-theme.cache
This is now done automatically.
2019-10-16 10:49:50 +02:00
Vladimír Čunát 610afbca84 Revert "go: apply upstream patch"
This reverts commit d8218de5c5.
It makes no sense after the parent commit.
2019-10-16 10:49:23 +02:00
DimaandVladimír Čunát cffba01e12 go_1_12: disable flakey TestGcSys test (PR #70368)
In our tests we have experienced failures of this test,
but it was otherwise not reproducible so far. A backported
upstream fix did not alleviate the issue either, so disabling
seems workable for now.
2019-10-16 10:49:22 +02:00
Frederik Rietdijk 3f93a09405 python38Packages: build packages on Hydra
Now that Python 3.8 is released we will also build packages on Hydra.
As soon as the far majority of packages build, we can make Python 3.8
the default `python3`.

https://github.com/NixOS/nixpkgs/issues/71220
2019-10-16 10:46:41 +02:00
RenaudandGitHub 928698a2b3 Merge pull request #70736 from r-ryantm/auto-update/python3.7-pathspec
python37Packages.pathspec: 0.5.9 -> 0.6.0
2019-10-16 10:44:28 +02:00
nyanloutreandFrederik Rietdijk fda32e99e0 spectacle: add new kwayland dependency 2019-10-16 10:22:51 +02:00
nyanloutreandFrederik Rietdijk a83d96fad5 kde_applications: 19.08.1 -> 19.08.2 2019-10-16 10:22:51 +02:00
Frederik Rietdijk 27a9800e85 pwndbg: fix runtime python deps, fixes #71071
pwndbg is a Python module for gdb. The built-in interpreter is used and
pwndbg offers additional routines. Packaging this is tricky because that
interpreter needs to be used. Using `python3.withPackages` won't work.
By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and
its dependencies.

If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`.
An example of when that won't work is if pwndbg runs a script of itself
in a subshell. `NIX_PYTHONPATH` would be  unset, but `PYTHONPATH` not.
2019-10-16 10:01:44 +02:00
Frederik Rietdijk 80ac778c06 pythonPackages.capstone: add missing setuptools dep 2019-10-16 09:59:55 +02:00
Nikolay Korotkiy 2f6f55d8ee xournalpp: 1.0.12 -> 1.0.15 2019-10-16 10:30:31 +03:00
Frederik Rietdijk 41abe12bb3 python37: 3.7.4 -> 3.7.5 2019-10-16 09:14:48 +02:00
Daniel FrankandDmitry Kalinkin b4136a8f5b kicad: 5.1.2 -> 5.1.4, fix ngspice, mark broken on aarch64 (#69584) 2019-10-16 02:02:49 -04:00
Olli HeleniusandJon cff4b15cf5 pythonPackages.hcloud: 1.6.1 -> 1.6.2 2019-10-15 21:35:10 -07:00
Tadeo KondrakandJon 70167b64c5 maintainers/scripts/update-discord: improve
- add comment specifying file is generated
- remove repetition of version number
2019-10-15 21:21:13 -07:00
Tadeo KondrakandJon d2d95670a5 discord-canary: 0.0.96 -> 0.0.97 2019-10-15 21:21:13 -07:00
Mario RodasandGitHub 818a38f91c Merge pull request #71156 from jonringer/bump-elementpath
pythonPackages.elementpath: 1.1.8 -> 1.3.0
2019-10-15 21:54:39 -05:00
Mario RodasandGitHub 882dc45801 Merge pull request #71199 from arcnmx/pr-cargo-deps
cargo-deps: init at 1.1.1
2019-10-15 21:47:50 -05:00
Vincent LaporteandVincent Laporte b4db381443 coq_8_10: 8.10+β3 → 8.10.0
coqPackages.coq-elpi: master → 1.1.0
2019-10-16 02:43:46 +00:00
Vincent LaporteandVincent Laporte 0cc70b5697 coq: do not build CoqIDE for Coq 8.10
GTK3 at version 3.24.11 has broken pkg-config files
2019-10-16 02:43:46 +00:00
Vincent LaporteandVincent Laporte 1292f49a37 coq_8_10: do not take “camlp5” as input 2019-10-16 02:43:46 +00:00
Vincent LaporteandVincent Laporte 325f89ef19 coq_8_10: fix CoqIDE on darwin 2019-10-16 02:43:46 +00:00
Vincent LaporteandVincent Laporte 8dd417eed6 ocamlPackages.lru: 0.2.0 → 0.3.0
ocamlPackages.psq: 0.1.0 → 0.2.0
2019-10-16 02:42:25 +00:00
worldofpeaceandGitHub fce8b4837a Merge pull request #67670 from kampka/zsh-history
zsh-history: init at unstable-2019-08-29
2019-10-16 01:57:23 +00:00
worldofpeace 0dbbeabdab nixos/gnome3: copy flashback gschema overrides 2019-10-15 20:56:09 -04:00
worldofpeace 60aedadc59 nixos/gnome3: fix gnome-flashback
This session would fail to start because we didn't have it in systemd.packages
(as we've switched to systemd gnome-session).

Haven't tested custom sessions.
2019-10-15 20:15:46 -04:00
Robin GlosterandGitHub b0081a26e5 Merge pull request #70715 from r-ryantm/auto-update/python3.7-geopandas
python37Packages.geopandas: 0.5.1 -> 0.6.0
2019-10-16 00:57:28 +02:00
Robin GlosterandGitHub 0c48ec1ac7 Merge pull request #70553 from r-ryantm/auto-update/assimp
assimp: 4.1.0 -> 5.0.0
2019-10-16 00:50:14 +02:00