Commit graph

28552 commits

Author SHA1 Message Date
chessai 5feacc9710 clfft: init at 2.21.2 2019-10-21 05:32:34 -04:00
Tobias Mayer d46de73253 suricata: 4.1.5 -> 5.0.0
Additional Changes:
 - Disabled AFL build configuration
 - Enabled eBPF support
2019-10-21 05:51:54 +02:00
worldofpeace 64468d4121
Merge pull request #70931 from symphorien/system-config-printer
system-config-printer: 1.5.11 -> 1.5.12
2019-10-20 23:39:48 +00:00
Maciek Starzyk 642bed5ba3 tab: init at 7.2 2019-10-20 13:38:13 -07:00
dadada e30988e506 init: managesieve at 0.6 2019-10-20 09:45:19 -07:00
Léo Gaspard ec760828d9
Merge pull request #70784 from symphorien/pdfarranger
pdfarranger: init at 1.3.1
2019-10-20 16:32:06 +02:00
Renaud c2ad4b45be
Merge pull request #71320 from arthurl/arthur/pstreams-PR
Add pstreams library
2019-10-20 14:44:47 +02:00
Yann Hodique 1f02f7cf60 scc: init at 2.8.0 2019-10-20 00:55:10 -07:00
Michael Bishop b03da424c6
Merge pull request #71413 from chessai/add-arrayfire
arrayfire: add
2019-10-20 00:47:42 -03:00
worldofpeace b3d7f8125c transporter: remove
This application's source repo has been archived on GitHub.
That means it's read-only, essentially abandoned.
2019-10-19 22:47:37 -04:00
chessai ed3ccf4d2f arrayfire: add package 2019-10-19 22:29:48 -04:00
worldofpeace ed48341148
Merge pull request #67806 from rnhmjoj/arx
arx-libertatis: 2019-02-16 -> 2019-07-22
2019-10-19 23:25:54 +00:00
Mario Rodas 2dca619a07
Merge pull request #71345 from marsam/init-ncspot
ncspot: init at 2019-10-12
2019-10-19 04:20:54 -05:00
rnhmjoj 152402b528
arx-libertatis: use wrapQtAppsHook 2019-10-19 10:41:35 +02:00
Arthur Lee 98b487bd64 pstreams: init at 1.0.1 2019-10-19 10:48:02 +08:00
Florian Klink a45785a7b3
atheme: init at 7.2.10-r2 (#71247)
atheme: init at 7.2.10-r2
2019-10-18 19:31:17 +02:00
leo60228 059483bf76 atheme: init at 7.2.10-r2 2019-10-18 19:30:59 +02:00
Mario Rodas d2f01f0dfd
ncspot: init at 2019-10-12 2019-10-18 04:20:00 -05:00
Mario Rodas 8f4e51b0c6
snore: init at 0.1 2019-10-17 21:00:00 -05:00
WilliButz c51a4801f4
Merge pull request #70753 from kampka/matrix-appservice-slack
matrix-appservice-slack: init at 1.0.1
2019-10-17 19:15:15 +02:00
worldofpeace 2fbccbc728 Revert "Merge pull request #71095 from flokli/pinentry-cleanup"
This reverts commit 823da4d492, reversing
changes made to b75c8ee3bc.
2019-10-16 20:28:21 -04:00
worldofpeace 823da4d492
Merge pull request #71095 from flokli/pinentry-cleanup
Split pinentry flavors and enable udisks2 on install media again
2019-10-17 00:24:15 +00: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
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
Florian Klink 954ff698f6
nodePackages_10_x.azure-cli, nodePackages_10_x.azure-functions… (#71170)
nodePackages_10_x.azure-cli, nodePackages_10_x.azure-functions-core-tools: remove
2019-10-17 01:17:01 +02: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 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
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
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
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
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
arcnmx c62ad59195 cargo-deps: init at 1.1.1 2019-10-15 10:42:03 -07:00
Lassulus 04f706e928
Merge pull request #70209 from wucke13/lxd
lxd: 3.13 -> 3.18
2019-10-15 13:31:10 +02:00
Florian Klink 24ea8a6113 nodePackages_10_x.azure-cli, nodePackages_10_x.azure-functions-core-tools: remove 2019-10-15 10:28:01 +02:00
worldofpeace 983df8cd79
Merge pull request #70953 from iAmMrinal0/fix/rescuetime
rescuetime: 2.14.3.1 -> 2.14.5.2
2019-10-15 05:45:09 +00:00
Mrinal Purohit b3f415d898 rescuetime: 2.14.3.1 -> 2.14.5.2
- Fix for Qt plugin not found
2019-10-15 10:55:23 +05:30
Will Dietz 741b404e8a
Merge pull request #70687 from dtzWill/update/cherry-1.4
cherry: 1.3 -> 1.4, pcf -> otb, mkfontdir for X11
2019-10-14 18:54:57 -05:00
Will Dietz 886bca0af5
Merge pull request #70688 from dtzWill/update/spleen-1.5.0
spleen: 1.3.0 -> 1.5.0, mkfontdir
2019-10-14 18:54:28 -05:00
worldofpeace 516e61a69e
Merge pull request #70724 from yrashk/swipl-gui
swipl: include GUI tools
2019-10-14 22:41:56 +00:00
Florian Klink 0fd1df74be bazel_0_4: remove
bazel_0_4 fails to build since 2018-04-29, so clearly nobody is using
it.
2019-10-14 18:33:17 +02:00
Florian Klink fa7ed535d0 envoy: remove
bazel_0_4 fails to build since 2018-04-29, so envoy can't build anymore
too.
2019-10-14 18:33:17 +02:00
Florian Klink 79676a26dc
Merge pull request #68248 from Moredread/slicer
prusa-slicer: 2.0.0 -> 2.1.0
2019-10-14 15:33:34 +02:00
Jörg Thalheim 4d28337d57
testdisk: deduplicating testdisk/photorec (#69945)
testdisk: deduplicating testdisk/photorec
2019-10-14 10:53:09 +01:00
Jörg Thalheim b2b29d4398
testdisk: inline platform specific option defaults
Makes it easier to read since one does not need to be aware
of overrides in all-packages.nix.
2019-10-14 10:48:51 +01:00
Orivej Desh 8f5bafe599 psi-plus: 1.4.504 -> 1.4.904
libsForQt5 is needed for qtkeychain.
2019-10-13 22:08:39 +00:00
Tim Steinbach 5294227448
Merge pull request #71076 from flokli/zoom-qt5
zoom-us: use regular qt5
2019-10-13 11:30:25 -04:00
Vladimír Čunát 4e6826a3b2
Merge branch 'staging-next'
It's not perfect, but I think we can deal with the rest of the
regressions directly on master, so that this process does not stall.
2019-10-13 16:10:58 +02:00
gnidorah 84c09b109e openxray: init at 510 2019-10-13 16:09:20 +02:00
Domen Kožar e5ae4a8dc6 ormolu: add from haskell package set 2019-10-13 14:27:17 +02:00