1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00
Commit graph

197380 commits

Author SHA1 Message Date
Franz Pletz b04b354e2c Revert "installer: Disable udisks"
This reverts commit 571fb74f44.

The dependency on gtk2 was removed.

Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 19:56:50 -04:00
Franz Pletz b5bea4ce32 gnupg: disable gui/pinentry support by default
This solves the dependency cycle in gcr alternatively so there won't be
two gnupg store paths in a standard NixOS system which has udisks2 enabled
by default.

NixOS users are expected to use the gpg-agent user service to pull in the
appropriate pinentry flavour or install it on their systemPackages and set
it in their local gnupg agent config instead.

Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 19:56:50 -04:00
Franz Pletz edea9fed72 nixos/gnupg: add option for setting pinentry flavours
Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 19:56:49 -04:00
Florian Klink 66081ceb16 pinentry: change attributes to dashes, alias old ones 2019-10-16 19:56:49 -04:00
Franz Pletz a4916fdea5 pinentry: build with multiple outputs in single drv
Co-authored-by: Florian Klink <flokli@flokli.de>
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-16 19:56:49 -04:00
Jörg Thalheim 334921ad31
Merge pull request #66841 from Izorkin/kernel-nftables
nftables: enable all features in kernel
2019-10-16 13:39:55 +01:00
Jörg Thalheim 7b512c1557
Merge pull request #71219 from FRidh/pwndbg
pwndbg: fix runtime python deps, fixes #71071
2019-10-16 12:42:14 +01:00
Maximilian Bosch 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 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
Domen Kožar 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
Dima 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
Renaud 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
nyanloutre fda32e99e0 spectacle: add new kwayland dependency 2019-10-16 10:22:51 +02:00
nyanloutre 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
Daniel Frank b4136a8f5b kicad: 5.1.2 -> 5.1.4, fix ngspice, mark broken on aarch64 (#69584) 2019-10-16 02:02:49 -04:00
Olli Helenius cff4b15cf5 pythonPackages.hcloud: 1.6.1 -> 1.6.2 2019-10-15 21:35:10 -07:00
Tadeo Kondrak 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 Kondrak d2d95670a5 discord-canary: 0.0.96 -> 0.0.97 2019-10-15 21:21:13 -07:00
Mario Rodas 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 Rodas 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 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 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 Laporte 1292f49a37 coq_8_10: do not take “camlp5” as input 2019-10-16 02:43:46 +00:00
Vincent Laporte 325f89ef19 coq_8_10: fix CoqIDE on darwin 2019-10-16 02:43:46 +00:00
Vincent 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
worldofpeace 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
Robin Gloster 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 Gloster 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
Robin Gloster 2137b0c8f0
prometheus: fix hash 2019-10-16 00:46:40 +02:00
Robin Gloster 80a671d366
Merge pull request #70461 from marsam/update-prometheus
prometheus: 2.12.0 -> 2.13.0
2019-10-16 00:33:12 +02:00
Robin Gloster c4f5657716
Merge pull request #70485 from flokli/google-cloud-cpp-0.14.0
google-cloud-cpp: 0.11.0 -> 0.14.0
2019-10-16 00:31:23 +02:00
Robin Gloster 5a1232908c
Merge pull request #70528 from eadwu/bcachefs/update-9
bcachefs/update-9
2019-10-16 00:28:17 +02:00
Robin Gloster 7fb01c60d8
Merge pull request #70554 from r-ryantm/auto-update/accounts-qt
libsForQt5.accounts-qt: 1.15 -> 1.16
2019-10-16 00:23:32 +02:00
Robin Gloster ab5b22b873
Merge pull request #70569 from sigma/pr/teleport-4.1.0
teleport: 4.0.4 -> 4.1.0
2019-10-16 00:21:59 +02:00
Robin Gloster 0a12d0f7c7
Merge pull request #70572 from r-ryantm/auto-update/drumkv1
drumkv1: 0.9.9 -> 0.9.10
2019-10-16 00:21:28 +02:00
Robin Gloster 3b07327794
Merge pull request #70713 from r-ryantm/auto-update/python3.7-cx_Freeze
python37Packages.cx_Freeze: 5.1.1 -> 6.0
2019-10-16 00:11:20 +02:00
Robin Gloster b870b3a153
python37Packages.geopandas: 0.6.0 -> 0.6.1 2019-10-16 00:07:07 +02:00
Robin Gloster bef6d1a527
Merge pull request #70649 from wizeman/u/fix-ibus-ucd
ibus: use versioned URLs for UCD data
2019-10-16 00:05:53 +02:00
Robin Gloster c0d4db48fb
Merge pull request #70717 from r-ryantm/auto-update/python3.7-ijson
python37Packages.ijson: 2.4 -> 2.5
2019-10-16 00:00:03 +02:00
Robin Gloster a1f6c972bb
Merge pull request #70729 from makefu/pkgs/pyhaversion/init
init pyhaversion (3.1.0) for home-assistant
2019-10-15 23:59:08 +02:00
Robin Gloster 6612721f86
Merge pull request #70727 from r-ryantm/auto-update/python3.7-confluent-kafka
python37Packages.confluent-kafka: 1.0.1 -> 1.2.0
2019-10-15 23:41:54 +02:00