Commit graph

37681 commits

Author SHA1 Message Date
Tobias Mayer f5704c862d
xsimd: init at 7.5.0
xsimd: format

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

xsimd: fix on macOS

xsimd: Use fetchFromGitHub
2021-04-30 20:30:46 +02:00
github-actions[bot] 20ebbe6b59
Merge staging-next into staging 2021-04-30 18:26:34 +00:00
John Ericson 17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Michael Weiss 774550baf5
Merge pull request #119615 from Synthetica9/cage-0.1.3
cage: 0.1.2.1 -> 0.1.3
2021-04-30 16:27:11 +02:00
Diogo Xavier 4d773bddeb frugal: init at 3.14.2 2021-04-30 14:53:37 +01:00
Kira Bruneau 2008b4f9f4 undistract-me: init at unstable-2020-08-09 2021-04-30 09:49:05 -04:00
Patrick Hilhorst 4263479d3e
cage: 0.1.2.1 -> 0.1.3 2021-04-30 15:38:12 +02:00
Sandro 9a80c030b6
Merge pull request #120754 from netcrns/netcrns/movine 2021-04-30 15:01:44 +02:00
Sandro 09fb96f975
Merge pull request #120763 from vale981/master 2021-04-30 15:00:55 +02:00
Jonathan Wilkins a690b4e123
zsh-z: init at unstable-2021-02-15 2021-04-30 14:00:41 +01:00
Sandro 039d5a2d1a
Merge pull request #120707 from onsails/ffsend
ffsend: fix build on darwin
2021-04-30 14:47:55 +02:00
github-actions[bot] d7882499f8
Merge staging-next into staging 2021-04-30 12:26:14 +00:00
ikervagyok f3fdc97111
rofi-power-menu: init at 3.0.2 (#121028)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 13:07:23 +02:00
seb314 3f2f7d3296
matrix-commander: init at unstable-2021-04-18 (#119895)
* matrix-commander: init

* matrix-commander: cleanups & potential dep fixes

apply most SuperSandro2000's review comments;

used python3.withPackages -- this might be the correct
way to get runtime python dependencies to work even
when matrix-commander is a dependency of another packages
(as opposed to testing in nix-shell). I'm not sure though.

aiofiles seemed to be a missing runtime dependency when called
from another (nix-packaged, jvm-based) app -- there was an
import error without it.

cacerts might require explicit pinning, as described here:
https://gist.github.com/CMCDragonkai/1ae4f4b5edeb021ca7bb1d271caca999
(relevant snippet: wrapProgram $out/bin/program \
  --set SSL_CERT_FILE "${cacert}/etc/ssl/certs/ca-bundle.crt"
  )

* add runHook {pre,post}Install

(suggested by r-rmcgibbo)

* add link to github issue re gpl3{Only,Plus}

* Update pkgs/applications/networking/instant-messengers/matrix-commander/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 10:24:49 +02:00
github-actions[bot] c6548b2832
Merge staging-next into staging 2021-04-30 06:21:40 +00:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Ivan Babrou d75d0b9c62 gcc11: init at 11.0.0
Pretty much copy-pasted from gcc10 with changed version and sha256.
2021-04-29 22:05:32 -07:00
Zhaofeng Li 6704ec5710 phosh: init at 0.10.2
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Jordi Masip <jordi@masip.cat>
2021-04-30 04:55:35 +00:00
Sandro 1eb7187dcb
Merge pull request #99414 from arcnmx/scream
scream: 3.4 -> 3.6
2021-04-30 06:46:08 +02:00
Peter Hoeg 600bb9d529 togglesg-download: drop it as it is no longer maintained/working 2021-04-30 12:38:54 +08:00
Zhaofeng Li 53193ef716 phoc: init at 0.7.0
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Jordi Masip <jordi@masip.cat>
2021-04-30 04:20:00 +00:00
Jörg Thalheim 17a8c9c4bf
Deterministic stdenv (#120775)
Co-authored-by: Atemu <atemu.main@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 04:13:20 +02:00
Sandro 201fcfc556
Merge pull request #120459 from hjones2199/indi19
indlib: 1.8.9 -> 1.9.0
2021-04-30 03:24:55 +02:00
Sandro 158145c919
Merge pull request #121184 from FlorianFranzen/flip-link
flip-link: init at 0.1.3
2021-04-30 03:23:15 +02:00
github-actions[bot] b4766e97ee
Merge staging-next into staging 2021-04-30 00:52:06 +00:00
Mihai Fufezan 3ed601e612
hunter: init at 1.3.5 (#120084)
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 01:49:00 +02:00
Maximilian Bosch d7e7fd74b1
Merge pull request #120770 from jb55/plasma-pass
plasma-pass: init at 1.2.0
2021-04-29 23:04:49 +02:00
github-actions[bot] 3ad64733d9
Merge staging-next into staging 2021-04-29 18:28:08 +00:00
Florian Franzen 34ad94bd36 flip-link: init at 0.1.3 2021-04-29 20:07:02 +02:00
Hunter Jones 14db724f1f indlib: 1.8.9 -> 1.9.0 2021-04-29 12:57:58 -05:00
Maciej Krüger 29f3b5374a
Merge pull request #121130 from expipiplus1/joe-ecpdap
ecpdap: init at 0.1.5
2021-04-29 19:54:23 +02:00
Robert Schütz e1ff5c3d8c
Merge pull request #120731 from helsinki-systems/upd/subversion
subversion: 1.12.2 -> 1.14.1
2021-04-29 19:36:33 +02:00
Anderson Torres ff7d6c9a47
Merge pull request #120930 from OPNA2608/update/palemoon-29.2.0/21.05
palemoon: 29.1.1 -> 29.2.0
2021-04-29 14:35:15 -03:00
ajs124 e097d99f0d py3c: init at 1.3.1 2021-04-29 18:41:14 +02:00
Joe Hermaszewski ba86df95ac ecpdap: init at 0.1.5 2021-04-29 22:34:33 +08:00
github-actions[bot] 54e69b71cd
Merge staging-next into staging 2021-04-29 12:26:05 +00:00
OPNA2608 668264d220 palemoon: 29.1.1 -> 29.2.0 2021-04-29 12:51:11 +02:00
Alyssa Ross 6fb54f49c5 wayfire: 0.7.0 -> 0.7.1 2021-04-29 10:04:20 +00:00
WilliButz 674cea17a7
Merge pull request #120492 from SuperSandro2000/prometheus-unbound-exporter
Prometheus unbound exporter
2021-04-29 10:54:22 +02:00
github-actions[bot] 01105a117a
Merge staging-next into staging 2021-04-29 06:21:55 +00:00
Patrick Hilhorst 1cb3d84c6a hikari: 2.2.2 -> 2.3.0 2021-04-29 00:49:31 -04:00
Jan Tojnar 76c3a6aafd
Merge branch 'staging-next' into staging 2021-04-29 02:35:54 +02:00
Michael Raskin ae96c292c0
Merge pull request #117881 from ninjin/juliaclean
julia: cleanup/reorganisation
2021-04-28 23:39:38 +00:00
Luke Granger-Brown f64e68e09b
Merge pull request #120071 from johanot/ceph-16
ceph: 15.2.10 -> 16.2.1
2021-04-29 00:03:45 +01:00
V dab2173285 last-resort: init at 13.001
Last Resort is a fallback font that covers every Unicode codepoint.
2021-04-28 20:53:57 +02:00
netcrns 25cd84fd19 movine: init at 0.11.0
movine: make meta.description a one-liner

movine: make build on darwin work
2021-04-28 19:02:24 +02:00
Valentin Boettcher 117315c795
roswell: init at 21.01.14.108 2021-04-28 16:44:10 +02:00
github-actions[bot] ce47d859f6
Merge staging-next into staging 2021-04-28 12:06:40 +00:00
Profpatsch 8e87d34abc kgt: init at 2021-04-07 2021-04-28 12:49:06 +02:00
Andrey Kuznetsov 9b2ec3bc72
ffsend: fix build on darwin 2021-04-28 12:10:43 +03:00
Emery Hemingway 5c5ec0bff6 maiko: init at 2021-04-14 2021-04-28 09:52:13 +02:00
Daniël de Kok f9f094e690
Merge pull request #120588 from Atemu/ethminer-free
ethminer: provide a CUDA-free version
2021-04-28 08:58:16 +02:00
Pontus Stenetorp 5167e0347c
julia: sort arguments in top-level package collection
No change in semantics, but makes it consistent with the expressions.
This is a fairly pedantic thing to do to be honest.
2021-04-28 06:55:53 +00:00
Pontus Stenetorp d51713378b
julia: make the LTS release the default version
Reverts the non-syntax part of 1e4c335a94.
2021-04-28 06:55:52 +00:00
Pontus Stenetorp 0f3096d039
julia: deprecate julia_1 alias
This is potentially controversial, but it is unclear to me whether
julia_1 should refer to either the latest stable or LTS release of 1.x.
We may want to revisit this when/if we get 2.x, but as it stands the
Julia release process [1] makes it clear that there will only ever be a
single supported stable and LTS release at any given time which should
speak in favour of using the julia-stable and julia-lts aliases instead.

[1]: https://julialang.org/blog/2019/08/release-process/#long_term_support
2021-04-28 06:55:51 +00:00
Pontus Stenetorp fc3c17c5ac
julia: introduce LTS and stable aliases
According to the Julia release process [1] there will only ever be two
supported release branches at any given time: stable and LTS. Once a new
version of either is released, support for the previous release will be
dropped upstream. Introducing aliases for these branches allows our
users to easily track either depending on their need for stability.

[1]: https://julialang.org/blog/2019/08/release-process/#long_term_support
2021-04-28 06:55:51 +00:00
Pontus Stenetorp a0b0f99458
julia: drop julia_13 as it lacks support upstream
Closes #82008.
2021-04-28 06:55:47 +00:00
sternenseemann 88dbd594c8 mldonkey: 3.1.6 -> 3.1.7-2 2021-04-28 08:06:41 +02:00
Joe Hermaszewski e14e57fb19 mx-puppet-discord: init at 2021-01-22 2021-04-28 12:11:55 +08:00
John Ericson 7d4a695de4
Merge pull request #119786 from sternenseemann/glibc-gcc
glibc: always compile with a gcc stdenv
2021-04-28 00:09:59 -04:00
github-actions[bot] 655989d7b3
Merge staging-next into staging 2021-04-28 00:15:29 +00:00
Sandro 1113134039
Merge pull request #120573 from expipiplus1/joe-bb-tools
inav-blackbox-tools: init at 2021-04-22
2021-04-28 01:27:05 +02:00
Atemu a053eae561 ethminer: provide a CUDA-free version
CUDA is only needed for Nvidia GPUs; AMD has a fully open stack
2021-04-27 23:38:10 +02:00
Kira Bruneau 9cbe07c1b2 yabridge, yabridgectl: hard code wine path 2021-04-27 15:27:47 -04:00
José Romildo Malaquias 854822d2a3
Merge pull request #120660 from figsoda/tela-icon-theme
tela-icon-theme: init at 2021-01-21
2021-04-27 15:35:29 -03:00
github-actions[bot] 97889a52e1
Merge staging-next into staging 2021-04-27 18:14:28 +00:00
erikbackman 95b40e4143 (numworks-epsilon): init at 15.3.2 2021-04-27 19:07:25 +02:00
Matthias Beyer 0db1ac4ec2 plasma-pass: init at 1.2.0
Reviewed-by: William Casarin <jb55@jb55.com>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Link: https://lists.sr.ht/~andir/nixpkgs-dev/%3C20210427123311.517-1-mail@beyermatthias.de%3E
2021-04-27 08:56:04 -07:00
ajs124 39a51c9923
Merge pull request #118338 from Izorkin/update-nginx-zlib-ng
nginx: update to 1.20.0, replace zlib to zlib-ng
2021-04-27 16:36:25 +02:00
figsoda 1975e5a326 tela-icon-theme: init at 2021-01-21 2021-04-27 09:29:58 -04:00
Sandro 3be2b56742
Merge pull request #120659 from IvarWithoutBones/init/imagelol
imagelol: init at 0.2
2021-04-27 15:16:20 +02:00
Sandro 374a3b16c7
Merge pull request #120621 from fortuneteller2k/add-kile
kile-wl: init at unstable-2021-04-22
2021-04-27 15:12:57 +02:00
Sandro ecff9e8dc7
Merge pull request #120618 from OPNA2608/init/punes/21.05
punes: init at unstable-2021-04-25
2021-04-27 14:57:07 +02:00
Sandro e280d68c34
Merge pull request #120703 from fabaff/kubei
kubei: init at 1.0.11
2021-04-27 14:42:54 +02:00
Sandro 22bb091546
Merge pull request #120717 from fabaff/kubesec
kubesec: init at 2.11.0
2021-04-27 14:40:05 +02:00
Vincent Haupert 58c1794062
ghp-import: 0.5.5 -> 1.1.0 (#120794) 2021-04-27 14:11:41 +02:00
github-actions[bot] c01456266d
Merge staging-next into staging 2021-04-27 12:07:01 +00:00
Sandro 7c137b57be
Merge pull request #120792 from fabaff/nbtscanner
nbtscanner: init at 0.0.1
2021-04-27 13:09:53 +02:00
Sandro a9118b8592
Merge pull request #119261 from tfmoraes/ignite-0.9.0
Ignite: init at 0.9.0
2021-04-27 11:12:54 +02:00
Vincent Laporte 1a7f327cb6 google-drive-ocamlfuse: build with OCaml 4.10 2021-04-27 08:42:50 +02:00
Vincent Laporte 8d4b6207e9 dune_1: build with OCaml 4.10 2021-04-27 08:42:50 +02:00
github-actions[bot] 92003c2ff7
Merge staging-next into staging 2021-04-27 06:05:54 +00:00
Fabian Affolter 322ed1b535 nbtscanner: init at 0.0.1 2021-04-26 23:53:39 +02:00
brano543 dc9694c78e openssl: correct cross compile for mingw 2021-04-26 18:51:10 +00:00
github-actions[bot] f0290a5d27
Merge staging-next into staging 2021-04-26 18:14:28 +00:00
Robert Schütz 53d547ce19
Merge pull request #120619 from amanjeev/semiphemeral-python-package
semiphemeral: init at 0.6
2021-04-26 17:29:47 +02:00
Robert Schütz e22d76fe34
Merge pull request #120520 from minijackson/jellyfin-remove-10.5
jellyfin_10_5: remove unmaintained version
2021-04-26 17:16:43 +02:00
OPNA2608 1fd6bf6a01 punes: init at unstable-2021-04-25 2021-04-26 17:14:57 +02:00
Amanjeev Sethi 281efa2651
semiphemeral: init at 0.6
semiphemeral: init at 0.6

semiphemeral: init at 0.6

semiphemeral: init at 0.6

semiphemeral: fix formatting

semiphemeral: refactor for flexibility

semiphemeral: remove extraneous inherit

semiphemeral: no check since upstream has no tests

semiphemeral: refactor move to misc instead of social/twitter

semiphemeral: fix formatting
2021-04-26 11:10:45 -04:00
midchildan 22ee2c6ea2
trafficserver: init at 9.0.1 2021-04-27 00:02:14 +09:00
midchildan cfcda0dc34
cjose: init at 0.6.1 2021-04-27 00:02:02 +09:00
Minijackson 2ad8aa72ae
jellyfin_10_5: remove unmaintained version
This version contains a vulnerability[1], and isn't maintained. The
original reason to have two jellyfin versions was to allow end-users to
backup the database before the layout was upgraded, but these backups
should be done periodically.

[1]: <https://nvd.nist.gov/vuln/detail/CVE-2021-21402>
2021-04-26 14:11:29 +02:00
github-actions[bot] e30742adc3
Merge staging-next into staging 2021-04-26 12:06:35 +00:00
davidak e190acea28
Merge pull request #120701 from fufexan/openboard
openboard: init at 1.6.1
2021-04-26 12:58:39 +02:00
SCOTT-HAMILTON 0cf4190344 googleearth-pro: don't use bundled libs 2021-04-26 12:55:28 +02:00
davidak 45e57e917d
Merge pull request #120587 from Mephistophiles/new_packages/simple-http-server
simple-http-server: init at 0.6.1
2021-04-26 12:26:44 +02:00
Fabian Affolter 38568801d3 kubesec: init at 2.11.0 2021-04-26 12:20:51 +02:00
davidak 43d751a574
Merge pull request #120601 from dotlambda/streamlink-2.1.1
streamlink: 2.0.0 -> 2.1.1
2021-04-26 12:15:20 +02:00
Ingo Blechschmidt 1586cbd915
castty: init at 2020-11-10 (#120478)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-26 11:43:42 +02:00
Arnout Engelen 48c952c039
Merge pull request #112928 from baloo/baloo/gcc/reproducible
stdenv: provide a deterministically built gcc
2021-04-26 11:07:34 +02:00
Fabian Affolter 47e5dcf33e kubei: init at 1.0.11 2021-04-26 10:56:22 +02:00
Mihai Fufezan cde5ca089a
openboard: init at 1.6.1 2021-04-26 11:21:17 +03:00
Robert Schütz 0e391039ed
mousai: init at 0.3.1 (#120552) 2021-04-26 10:04:34 +02:00
Joe Hermaszewski 580e83525b inav-blackbox-tools: init at 2021-04-22 2021-04-26 12:26:51 +08:00
Mario Rodas b8b1081666
Merge pull request #120020 from marsam/update-icu
icu: 68.2 -> 69.1
2021-04-25 20:59:20 -05:00
github-actions[bot] 8634c6f7d1
Merge staging-next into staging 2021-04-26 00:17:03 +00:00
therealansh f1df273a67 zellij: init at 0.5.1 2021-04-26 09:01:17 +09:00
Mario Rodas ddea0864b6
Merge pull request #120553 from raboof/grpc-go-init-at-1.37.0
protoc-gen-go-grpc: init at 1.1.0
2021-04-25 18:15:14 -05:00
Ivar Scholten 249d9041be imagelol: init at 0.2 2021-04-26 00:32:06 +02:00
Anderson Torres b1c9917f71
Merge pull request #120625 from AndersonTorres/quick-modifications
Updates

ftgl: 2.1.3-rc5 -> 2.4.0; 
cimg: 2.9.6 -> 2.9.7; 
dialog: 1.3-2210306 -> 1.3-2210324; 
docutils: 0.16 -> 0.17.1; 
fme: refactor
2021-04-25 18:43:59 -03:00
fortuneteller2k 43b9727a55 kile-wl: init at unstable-2021-04-22 2021-04-26 03:44:01 +08:00
github-actions[bot] 9a945aac72
Merge staging-next into staging 2021-04-25 18:14:18 +00:00
Arnout Engelen 8a4abd956f
protoc-gen-go-grpc: init at 1.1.0
Using buildGoModule did not work for this package, and produced the
error "main module (google.golang.org/grpc) does not contain package
google.golang.org/grpc/cmd/protoc-gen-go-grpc". Since buildGoModule and
buildGoPackage both seem in common use and both have their advantages
(https://github.com/NixOS/nixpkgs/issues/84826) just using
buildGoPackage seems like a neat solution here.
2021-04-25 19:51:31 +02:00
AndersonTorres 3a7af6de81 dialog: 1.3-2210306 -> 1.3-2210324 2021-04-25 14:38:31 -03:00
AndersonTorres 2756b33d07 ftgl: 2.1.3-rc5 -> 2.4.0 2021-04-25 14:09:41 -03:00
Luke Granger-Brown 4ac8826b4f
Merge pull request #120128 from sophrosyne97/master
termsyn: init at 1.8.7
2021-04-25 15:06:33 +01:00
Robert Schütz 42cca18c8c streamlink: 2.0.0 -> 2.1.1 2021-04-25 16:02:58 +02:00
Maxim Zhukov 303e476a6e simple-http-server: init at 0.6.1
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2021-04-25 16:58:29 +03:00
sophrosyne97 093b2f8b26 termsyn: init at 1.8.7 2021-04-25 09:40:26 -04:00
Luke Granger-Brown ed83f6455c
Merge pull request #119443 from ambroisie/add-podgrab
Add podgrab package and module
2021-04-25 14:12:40 +01:00
Luke Granger-Brown ce4f3d7213
Merge pull request #114316 from jpas/wdomirror
wdomirror: init at unstable-2021-01-08
2021-04-25 13:44:41 +01:00
Luke Granger-Brown c14b9e5f86
Merge pull request #120127 from schnusch/remote-touchpad
remote-touchpad: init at 1.0.1
2021-04-25 13:13:45 +01:00
github-actions[bot] 1626c4772a
Merge staging-next into staging 2021-04-25 12:06:12 +00:00
Frederik Rietdijk c648f7ee2a Merge master into staging-next 2021-04-25 13:54:29 +02:00
Charles Strahan e17b57ad75 rset: init at 2.1 2021-04-25 06:13:43 -05:00
Jonas Chevalier b8ef16dc1e
treefmt: init at 0.1.1 (#120521)
* treefmt: init at 0.1.1

* Update pkgs/top-level/all-packages.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* Update pkgs/development/tools/treefmt/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-25 10:11:42 +00:00
Luke Granger-Brown 364a4ae062
Merge pull request #120575 from akshgpt7/add-gptman
gptman: init at 0.8.0
2021-04-25 10:29:38 +01:00
Taeer Bar-Yam ab6943a745
macdylibbundler: delete duplicate dylibbundler (#119486) 2021-04-25 08:43:09 +02:00
Jan Tojnar c1f851b2ee
Merge branch 'staging-next' into staging 2021-04-25 08:22:13 +02:00
github-actions[bot] a956f62ea4
Merge master into staging-next 2021-04-25 06:05:34 +00:00
Aksh Gupta 5b6e08ba57 gptman: init at 0.8.0 2021-04-25 08:15:50 +05:30
Mario Rodas 8e7de907c7
Merge pull request #119884 from LibreCybernetics/add-ruby-pgsync
pgsync: init at 0.6.6
2021-04-24 21:20:06 -05:00
Jan Tojnar 0f1c4558d3
Merge branch 'master' into staging-next
Choose binwalk 2.3.1, 27 is legacy version for Python 2.
2021-04-25 02:50:48 +02:00
ZerataX 5debc57760
mangohud: init at 0.4.1 2021-04-24 22:45:45 +02:00
Lassulus 118485230c
Merge pull request #119725 from helsinki-systems/feat/flexoptix-app
flexoptix-app: Init at 5.9.0
2021-04-24 19:34:18 +02:00
schnusch f96a6606d6 remote-touchpad: init at 1.0.1 2021-04-24 18:18:10 +02:00
Thiago Franco de Moraes 387665f616
Ignite: init at 0.9.0 2021-04-24 12:33:54 -03:00
Dmitry Kalinkin 91cee86221
fastnlo: rename to fastnlo_toolkit 2021-04-24 08:31:59 -04:00
Michael Raskin d04f1c4314
Merge pull request #101071 from ju1m/apparmor
apparmor: try again to fix and improve
2021-04-24 11:24:26 +00:00
Sandro 9c2920e56e
Merge pull request #108721 from lsix/readline-8.1 2021-04-24 11:46:56 +02:00
Sandro 29c3779473
Merge pull request #120247 from FlorianFranzen/workstyle
workstyle: 0.2.1
2021-04-24 09:42:50 +02:00
Sandro Jäckel e7947f3efb
prometheus-unbound-exporter: init at unstable-2021-03-17 2021-04-24 08:59:15 +02:00
Ingolf Wagner 6d495d51e1
pixelnuke: init 2019-05-19 (#119709)
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-24 08:53:06 +02:00
github-actions[bot] f9e9e425fc
Merge staging-next into staging 2021-04-24 06:05:32 +00:00
github-actions[bot] d8d6ba0d2e
Merge master into staging-next 2021-04-24 06:05:30 +00:00
Sandro de959006f5
Merge pull request #119081 from Stekke/infnoise 2021-04-24 07:42:06 +02:00
Sandro 496d33dc17
Merge pull request #116747 from jakubgs/gomobile-20200622 2021-04-24 07:14:28 +02:00
Fabián Heredia Montiel 4e96143fe5 pgsync: init at 0.6.6 2021-04-23 22:36:41 -05:00
Sandro bbffc43d56
Merge pull request #120450 from fortuneteller2k/add-zls 2021-04-24 03:59:57 +02:00
Norbert Melzer 65499c8a82
lefthook: 0.7.2 -> 0.7.3 (#120346)
Co-authored-by: Louis Bettens <lourkeur@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-24 03:57:36 +02:00
Aiken Cairncross 0098f76b1a
or-tools: fix build (#120441) 2021-04-24 03:15:14 +02:00
Sandro 4213f6d839
Merge pull request #120045 from FlorianFranzen/sphinx-serve 2021-04-24 02:57:39 +02:00
John Ericson 96b2cb441c
Merge pull request #120283 from Ericson2314/netbsd-fewer-vars
netbsd: Remove some env vars that are probably not needed.
2021-04-23 20:57:18 -04:00
github-actions[bot] 944e32775d
Merge staging-next into staging 2021-04-24 00:16:20 +00:00
github-actions[bot] 6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
Sandro fe265ec497
Merge pull request #119285 from expipiplus1/joe-mautrix-signal 2021-04-24 01:22:02 +02:00
John Ericson f684c917a6 stdenvNoCC: Fix hasCC attr during cross, remove noCC
`hasCC` was getting overridden in the cross bootstrapping (for GHCJS),
which preventing the default logic from re-triggering for `stdenvNoCC`.

Also remove `stdenv.noCC` which is obseleted by `stdenv.hasCC`.
2021-04-23 21:54:42 +00:00
fortuneteller2k c0cca46ef0 zls: init at 0.1.0 2021-04-24 03:42:41 +08:00
Aaron Lindsay 9aae499e79 mspds-bin: init at 3.15.1.1 2021-04-23 09:47:52 -07:00
Aaron Lindsay da7c1383f4 mspds: init at 3.15.1.1 2021-04-23 09:47:52 -07:00
Peter Simons a8ade4385f Merge origin/master into haskell-updates. 2021-04-23 17:15:13 +02:00
davidak fabdd46503 kbdKeymaps: remove
dvp and neo are now included in kbd

includes documentation in release notes and alias
2021-04-23 16:41:06 +02:00
Alyssa Ross 4f4d95bbc2
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pyvex/default.nix
	pkgs/top-level/python-packages.nix
2021-04-23 13:49:12 +00:00
Alyssa Ross bb8d9a49ff
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
This will bring in the fix for the yarGen eval failure.
2021-04-23 13:35:52 +00:00
Valentin Lorentz 92c77733ac mrustc: init at 0.9
mrustc is mostly patched to use shared LLVM sources but still uses
in-tree source for compiler-rt from LLVM 7. This needs to be patched to
compile under glibc 2.31 or later. It's easy enough to reapply all our
compiler-rt patches here.
2021-04-23 10:19:37 +00:00
Florian Franzen f192430e47 sphinx: init from python3Packages.sphinx 2021-04-23 11:59:26 +02:00
Florian Franzen 063e5abdd2 sphinx-serve: init from python3Packages.sphinx-serve 2021-04-23 11:58:54 +02:00
Jakub Sokołowski dd2a8245a1
gomobile: init at 2020-06-22
The Android SDK is provided by `nixpkgs`, and in case of the Status Project
we build our app using that SDK in combination with gomobile since our
protocol library is written in Go:
https://github.com/golang/mobile

This tool is quite powerful and allows you even to build entire applications in Go:
https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile#hdr-Compile_android_APK_and_iOS_app

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-04-23 11:17:17 +02:00
Vladimír Čunát ca65d6f7d2
Merge branch 'master' into staging-next 2021-04-23 09:10:50 +02:00
Cole Helbling e18a2ee062 dcs: init at unstable-2021-04-07 2021-04-22 23:07:38 -07:00
Julien Moutinho 05d334cfe2 Revert "Revert "apparmor: fix and improve the service""
This reverts commit 420f89ceb2.
2021-04-23 07:17:55 +02:00
Sandro 2ce1d7a408
Merge pull request #119997 from DeterminateSystems/lief
lief: build from source and enable python bindings
2021-04-23 06:36:09 +02:00
Sandro 1b1cd0098c
Merge pull request #120253 from vbgl/beluga-default-ocaml
beluga: build with default version of OCaml
2021-04-23 06:21:49 +02:00
Sandro 1307cbca11
Merge pull request #120057 from FlorianFranzen/sphinx-material 2021-04-23 05:23:20 +02:00
Sandro 974b5f18fd
Merge pull request #120001 from DeterminateSystems/flare-floss 2021-04-23 05:21:59 +02:00
github-actions[bot] 0d97d9f23b
Merge staging-next into staging 2021-04-23 00:15:42 +00:00
github-actions[bot] 481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
John Ericson e4b05fbf47 netbsd: Make boostrapping more orthodox and don't rely on splicing
- No splicing makes everything less finnicky.

- Normal bootstrapping matches e.g. linux where kernel headers are also
`stdenvNoCC` but part of this stage.
2021-04-22 23:24:24 +00:00
Sandro 603620a630
Merge pull request #120214 from dotlambda/sc-im-xlsx 2021-04-23 01:01:52 +02:00
Henri Menke ff856b1342 wstunnel: deduplicate by using haskellPackages
wstunnel is packaged twice in nixpkgs, once standalone and once in
haskellPackages. The standalone version is outdated while the version in
haskellPackages is updated automatically from Hackage, so we are
removing the standalone Nix expression but still keep the static
executable.
2021-04-22 23:57:02 +02:00
Sandro 8b4f14d3ae
Merge pull request #114436 from gvolpe/icon-theme/beauty-line 2021-04-22 23:44:19 +02:00
Cole Helbling 722ecd9e93 cyclonedx-python: init at 0.4.3 2021-04-22 14:32:16 -07:00
Cole Helbling fd21963e8b
lief: build from source and enable python bindings 2021-04-22 14:02:13 -07:00
Sandro 68aecedb41
Merge pull request #120221 from fabaff/ntlmrecon
ntlmrecon: init at 0.4
2021-04-22 23:00:54 +02:00
Cole Helbling c253419a55 xorex: init at 0.3.0 2021-04-22 13:53:19 -07:00
Cole Helbling dbfbfa380e yarGen: init at 0.23.4 2021-04-22 13:52:42 -07:00
Florian Franzen d6eefb728e workstyle: 0.2.1 2021-04-22 21:41:52 +02:00
Florian Franzen a598006fd1 css-html-js-minify: init from python3Packages.css-html-js-minify 2021-04-22 21:25:00 +02:00
Vincent Laporte 1ae99e891e
beluga: build with default version of OCaml 2021-04-22 21:07:45 +02:00
Cole Helbling f8e3ad15af earlybird: init at 1.25.0 2021-04-22 11:34:03 -07:00
github-actions[bot] cdece2032d
Merge staging-next into staging 2021-04-22 18:14:30 +00:00
github-actions[bot] b95da5efb6
Merge master into staging-next 2021-04-22 18:14:27 +00:00
John Ericson 82c231d17e netbsd: Generalize builder to any-bsd setup hook
Do this to get ready for other BSDs.
2021-04-22 15:54:32 +00:00
Fabian Affolter 279b943182 ntlmrecon: init at 0.4 2021-04-22 17:14:46 +02:00
Robert Schütz c2bd8ce862 libxlsxwriter: init at 1.0.3 2021-04-22 15:51:46 +02:00
github-actions[bot] 1eabfe5413
Merge staging-next into staging 2021-04-22 12:06:27 +00:00
github-actions[bot] 120744d620
Merge master into staging-next 2021-04-22 12:06:24 +00:00
Johan Thomsen c3bd75c752 ceph: 15.2.10 -> 16.2.1 2021-04-22 13:17:57 +02:00
Joe Hermaszewski 78bdfddde1 signald: init at 0.13.1 2021-04-22 19:07:19 +08:00
Jörg Thalheim 40945d399d
quagga: remove
Upstream repositories do no longer exists. There has been no release in
a while. - Not a good combination for a network daemon running as root
in C that parses network packets...
2021-04-22 12:48:48 +02:00
Lancelot SIX 34a136c710 readline80: delete
readline-8.0 is not used anywhere in the tree (since introduction of
readline-8.1); drop it.
2021-04-22 11:25:42 +01:00
Sandro d4828dbb4c
Merge pull request #120005 from DeterminateSystems/zoekt
zoekt: init at unstable-2021-03-17
2021-04-22 12:03:13 +02:00
github-actions[bot] dde5369c50
Merge staging-next into staging 2021-04-22 06:05:54 +00:00
github-actions[bot] 8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
Doron Behar 5bad49242c
Merge pull request #99063 from jbedo/genomicsqlite 2021-04-22 05:45:15 +00:00
Fabian Affolter 391c5fcb5a
anevicon: init at 0.1.0 (#120043)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-22 05:39:12 +02:00
Lars Jellema 54d8941a0d
esbuild: init at 0.11.12 (#120089)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-22 05:38:16 +02:00
Sandro d235056d6d
Merge pull request #119976 from sayanarijit/add/xplr 2021-04-22 04:08:21 +02:00
Sandro a738f23b20
Merge pull request #120037 from fabaff/dnstwist 2021-04-22 03:55:14 +02:00
Sandro 7f9965695f
Merge pull request #119247 from jonringer/bump-buck
buck: 2019.10.17.01 -> 2021.01.12.01
2021-04-22 03:36:17 +02:00
Sandro 2df2e5f330
Merge pull request #118269 from midchildan/feat/fuse/add-darwin 2021-04-22 03:27:36 +02:00
Sandro bee68940e8
Merge pull request #120090 from fabaff/wprecon
wprecon: init at 1.6.3a
2021-04-22 02:34:26 +02:00
Sandro f2dac5593b
Merge pull request #120081 from fabaff/badtouch
badtouch: init at 0.7.3
2021-04-22 02:28:54 +02:00
github-actions[bot] b28a233fef
Merge staging-next into staging 2021-04-22 00:16:19 +00:00
github-actions[bot] 77694c34c6
Merge master into staging-next 2021-04-22 00:16:15 +00:00
Graham Christensen a59644aeb6
Merge pull request #119999 from DeterminateSystems/honeytrap
honeytrap: init at unstable-2020-12-10
2021-04-22 00:15:07 +00:00
Martin Weinelt 6292be499b
Merge branch 'master' into staging-next 2021-04-22 00:54:14 +02:00
Fabian Affolter f37c7c7ba8
Merge pull request #120098 from FlorianFranzen/binwalk
binwalk: init from python3Packages.binwalk
2021-04-21 22:59:38 +02:00
Cole Helbling 5f45085a3f
flare-floss: init at 1.7.0 2021-04-21 11:21:10 -07:00
Florian Franzen 36b6a70302 unify: init from python3Packages.unify 2021-04-21 20:14:11 +02:00
Florian Franzen a24fb17c96 binwalk: init from python3Packages.binwalk 2021-04-21 20:12:38 +02:00
Fabian Affolter 045febc92d wprecon: init at 1.6.3a 2021-04-21 18:46:40 +02:00
Fabian Affolter de048123a1 badtouch: init at 0.7.3 2021-04-21 18:04:01 +02:00
github-actions[bot] a260b67879
Merge staging-next into staging 2021-04-21 12:06:26 +00:00
github-actions[bot] 9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Fabian Affolter 3121998f6b dnstwist: init at 20201228 2021-04-21 10:44:06 +02:00
Sandro f7e9cfcc06
Merge pull request #120033 from fabaff/hachoir
python3Packages.hachoir: init at 3.1.2
2021-04-21 10:39:09 +02:00
Fabian Affolter 04991f2ec8 python3Packages.hachoir: init at 3.1.2 2021-04-21 10:04:27 +02:00
Sandro 494b319e21
Merge pull request #120008 from marsam/init-nodejs-16_x
nodejs-16_x: init at 16.0.0
2021-04-21 06:08:15 +02:00
Sandro 05d326b9eb
Merge pull request #119852 from yanganto/himalaya-0.2.6
himalaya: init at 0.2.6
2021-04-21 06:06:24 +02:00
Sandro 6a2783899a
Merge pull request #120012 from vs49688/orcli 2021-04-21 06:04:33 +02:00
Arijit Basu 314da8ce3d
xplr: init at 0.5.4 2021-04-21 09:20:04 +05:30
Sandro b88948d879
Merge pull request #118364 from jappeace/upgrade-ydotools-2 2021-04-21 05:13:47 +02:00
Sandro 06600d0a7a
Merge pull request #119928 from LeSuisse/cosign-0.3.0
cosign: 0.2.0 -> 0.3.0
2021-04-21 05:13:13 +02:00
Zane van Iperen 21ab9be498
openrussian-cli: init at 1.0.0 2021-04-21 12:46:44 +10:00
Sandro 8cb93e8921
Merge pull request #119970 from akshgpt7/add-jql 2021-04-21 03:17:05 +02:00
mlvzk 3f2b84a754
manix: 0.6.2 -> 0.6.3 (#119912)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-21 03:08:54 +02:00
Sandro 3cf87928e6
Merge pull request #119988 from fabaff/sish
sish: init at 1.1.5
2021-04-21 03:04:23 +02:00
Justin Bedo c1290daeaa
sqlitecpp: init 3.1.1 2021-04-21 10:19:24 +10:00
github-actions[bot] 6faea022df
Merge staging-next into staging 2021-04-21 00:15:23 +00:00
github-actions[bot] 99c7bab106
Merge master into staging-next 2021-04-21 00:15:20 +00:00
Cole Helbling 72efc3be00
zoekt: init at unstable-2021-03-17 2021-04-20 16:17:13 -07:00
Cole Helbling 444ea090da
honeytrap: init at unstable-2020-12-10 2021-04-20 16:03:02 -07:00
Fabian Affolter da711cec88 sish: init at 1.1.5 2021-04-21 00:06:27 +02:00
OPNA2608 14b5ddf085 haxe_4_1,haxe_4_2: fix build on Darwin 2021-04-20 23:22:20 +02:00
Sandro 41ecbc0132
Merge pull request #119919 from lunik1/libretro-powdertoy
libretro: add thepowdertoy core
2021-04-20 23:20:51 +02:00
Sandro 8c4eadf7b5
Merge pull request #119018 from dasisdormax/add-astc-encoder 2021-04-20 23:18:02 +02:00
Sandro e03850eef2
Merge pull request #119898 from lunik1/mpv-playlistmanager 2021-04-20 23:10:47 +02:00
Izorkin ce8eb071d1
nginx: replace zlib to zlib-ng 2021-04-21 00:10:21 +03:00
Aksh Gupta 2512e59bef jql: init at 2.9.4 2021-04-21 02:04:58 +05:30