1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00
Commit graph

285615 commits

Author SHA1 Message Date
Luke Granger-Brown 6e9671b6cb
Merge pull request #119960 from teto/openshift
python3Packages.openshift: init at 0.12.0
2021-04-25 14:13:17 +01: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
Matthieu Coudron b02d4a38d9 python3Packages.openshift: init at 0.12.0
it is used in the kubernetes ansible module

Apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-25 14:36:45 +02:00
Matthieu Coudron b929d94a75 python3Packages.python-string-utils: init at 1.0.0 2021-04-25 14:35:51 +02: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
sternenseemann 5f783493a9 soldat-unstable: run hooks for build and install phase 2021-04-25 14:11:16 +02:00
sternenseemann c41d97c324 soldat-unstable: move unstable into version
pname is still soldat, regardless of whether it is stable or unstable,
attribute name should keep the suffix for clarity (soldat stable is
unfree (?) and not packaged by us atm).
2021-04-25 14:11:16 +02:00
sternenseemann f24b888dc2 soldat-unstable: 2020-11-26 -> 2021-02-09 2021-04-25 14:11:16 +02:00
TredwellGit 83452cfd71 wireshark: 3.4.4 -> 3.4.5
https://www.wireshark.org/docs/relnotes/wireshark-3.4.5.html
2021-04-25 12:00:45 +00:00
Frederik Rietdijk 78af98a068
Merge pull request #119398 from NixOS/staging-next
Staging next
2021-04-25 13:56:55 +02:00
Frederik Rietdijk c648f7ee2a Merge master into staging-next 2021-04-25 13:54:29 +02:00
Luke Granger-Brown 7217b9e3c4
Merge pull request #120503 from LeSuisse/exif-0.6.22
exif: 0.6.21 -> 0.6.22
2021-04-25 12:53:25 +01:00
Luke Granger-Brown 6eb1fc6f10
Merge pull request #120511 from LeSuisse/zookeeper-3.7.0
zookeeper: 3.6.2 -> 3.6.3
2021-04-25 12:50:14 +01:00
sternenseemann 4f7a6610f7 ocamlPackages.mirage-bootvar-xen: init at 0.8.0 2021-04-25 13:15:10 +02:00
sternenseemann 2fe8239172 ocamlPackages.{mirage-net-xen,netchannel}: init at 2.0.0 2021-04-25 13:15:10 +02:00
sternenseemann 980a2bed3b ocamlPackages.mirage-xen: init at 6.0.0
Unfortunately this requires a bit of trickery with pkg-config to get to
work. The root issue is that the mirage-xen assumes that we use the
default libdir of dune ($out/lib) whereas we install to an OCaml
version-specific site-lib directory. Thus the manually created
pkg-config file makes wrong assumptions (which warrants a patch) and the
.pc file is installed to the wrong location (which is fixed with a mv
invocation).
2021-04-25 13:13:23 +02:00
sternenseemann b5f7ed7cc8 ocamlPackages.shared-memory-ring(-lwt): init at 3.1.0 2021-04-25 13:08:25 +02:00
Luke Granger-Brown 0cc25061b0
Merge pull request #114240 from sorki/containers/nested
nixos/nixos-containers: default boot.enableContainers to true
2021-04-25 11:37:01 +01:00
sternenseemann 4a67076273 koka: make sure runtime dependencies are host -> target
buildPackages.stdenv.cc.cc is a C compiler that runs on the build
platform and produces binaries for the host platform. This is not
what we want. Also pkgsHostTarget.stdenv.cc is not the compiler we
want as stdenv always runs on the previous stage so to say (the stdenv
is used to build the package set, in the case of cross compiling
this is not done natively). Thus pkgsHostTarget.targetPackages.stdenv.cc
is what we want.
2021-04-25 12:36:06 +02:00
Luke Granger-Brown 2136e90fa3
Merge pull request #114637 from KaiHa/pr/fix-systemd-boot-builder
systemd-boot-builder.py: ignore profile names with invalid chars
2021-04-25 11:35:00 +01:00
Atemu 6c04559dae zen-kernels: 5.11.15 -> 5.11.16 2021-04-25 12:20:17 +02:00
R. RyanTM c94c1874da
influxdb: 1.8.4 -> 1.8.5 (#120207) 2021-04-25 10:18:32 +00:00
Luke Granger-Brown 30ab5fb006
Merge pull request #107604 from pkern/exim
nixos/exim: Make queue runner interval configurable and reduce it to 5m by default
2021-04-25 11:15:17 +01:00
Luke Granger-Brown 2fa2e63932
Merge pull request #103902 from pkern/spamassassin
nixos/spamassassin: Avoid network dependency on boot
2021-04-25 11:14:57 +01: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
Vincent Laporte d4f48c8547 coqPackages.tlc: 20200328 → 20210316 2021-04-25 11:51:38 +02:00
Matthieu Coudron 29eb80c386
Merge pull request #120274 from fabaff/bump-stevedore
python3Packages.stevedore: 3.2.2 -> 3.3.0
2021-04-25 11:45:22 +02: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
Michael Raskin a111579688
Merge pull request #120558 from xworld21/pdftk-unmark-broken
pdftk: mark unbroken on darwin
2021-04-25 09:28:19 +00:00
Sandro 6174e5447d
Merge pull request #120538 from j4m3s-s/update-kubeconform
kubeconform: 0.4.6 -> 0.4.7
2021-04-25 11:24:52 +02:00
Sandro 73d9e091d0
Merge pull request #120542 from symphorien/updatexapian
dovecot_fts_xapian: 1.4.7 -> 1.4.9
2021-04-25 11:22:53 +02:00
Gabriel Ebner 53657d7d25 curaPlugins.rawmouse: 1.0.13 -> 1.1.0 2021-04-25 11:22:27 +02:00
Gabriel Ebner 8563f899cb cura: 4.8.0 -> 4.9.0 2021-04-25 11:22:26 +02:00
Gabriel Ebner 342d9fd84f curaengine: 4.8.0 -> 4.9.0 2021-04-25 11:22:26 +02:00
Gabriel Ebner 8f5cb6ca60 python3Packages.uranium: 4.7.1 -> 4.9.0 2021-04-25 11:22:26 +02:00
Gabriel Ebner 2f7c14899e python3Packages.libsavitar: 4.8.0 -> 4.9.0 2021-04-25 11:22:26 +02:00
Gabriel Ebner 4b3592df70 python3Packages.libarcus: 4.8.0 -> 4.9.0 2021-04-25 11:22:26 +02:00
Jörg Thalheim 441f8ef8e4
Merge pull request #120483 from lukegb/tensorflow-big-parallel
python3Packages.tensorflow: mark as requiring big-parallel
2021-04-25 08:50:26 +01:00
Sandro 1e7b8e28f1
Merge pull request #120540 from schnusch/esbuild
esbuild: 0.11.13 -> 0.11.14
2021-04-25 09:39:45 +02:00
Sandro 36ef250562
Merge pull request #120451 from yusdacra/update-hydrus
pythonPackages.hydrus: 434 -> 436
2021-04-25 09:27:26 +02:00
Shamrock Lee 688990ec89 libchewing: 0.5.1 -> unstable-2020-06-27
If applied, users will be able to benefit from several bug fixes that stops the
program from polluting their vocabulary database.

There have been almost 5 years since v0.5.1 was released.
Many important bugfix such as
https://github.com/chewing/libchewing/pull/277
the fix for
https://github.com/chewing/libchewing/issues/232
the error of incorrect phrases being stored
into the user vocabulary database.

There has almost been a year since the last commit on master,
and it is quite stable on my laptop.
2021-04-25 15:17:19 +08:00
Johannes Schleifenbaum e58f896fff
jellyfin-media-player: 1.4.1 -> 1.5.0 2021-04-25 09:00:21 +02:00
Sandro cf628a338d
Merge pull request #120092 from ericdallo/bump-clojure-lsp
clojure-lsp: 2021.02.14-19.46.47 -> 2021.04.13-12.47.33
2021-04-25 08:55:36 +02:00
Sandro 2cb1dc3e5b
Merge pull request #120516 from bb2020/gimx
gimx: cleanup
2021-04-25 08:54:54 +02:00
Taeer Bar-Yam ab6943a745
macdylibbundler: delete duplicate dylibbundler (#119486) 2021-04-25 08:43:09 +02:00
Jörg Thalheim 6e90599166
Merge pull request #120508 from Mic92/nixos-install
nixos-install: fix flake command
2021-04-25 07:17:06 +01:00
github-actions[bot] a956f62ea4
Merge master into staging-next 2021-04-25 06:05:34 +00:00
Evils 4b7ccb3418 stlink: 1.6.0 -> 1.7.0 2021-04-25 07:30:01 +02:00
Jörg Thalheim 1272986439
Merge pull request #120502 from Mic92/telegraf
telegraf: 1.18.0 -> 1.18.1
2021-04-25 06:12:41 +01:00