Commit Graph

98523 Commits

Author SHA1 Message Date
rewine
ae2e299fab
Merge pull request #305222 from shivaraj-bh/update-nixci
nixci: 0.2.0 -> 0.4.0
2024-04-20 21:58:54 +08:00
seth
66cd4111d1
prismlauncher-qt5: drop 2024-04-20 09:31:02 -04:00
shivaraj-bh
5efa13b4a4 nixci: 0.2.0 -> 0.4.0; fix Darwin build
https://github.com/srid/nixci/releases/tag/0.4.0

Add SystemConfiguration and IOKit from apple_sdk to fix the darwin build failure
2024-04-20 17:59:37 +05:30
Nick Cao
9f51303e07
Merge pull request #305372 from Stunkymonkey/python-aspy-yaml-normalize
python311Packages.aspy-yaml: normalize folder & pname
2024-04-20 07:25:15 -04:00
Nick Cao
496d82c137
Merge pull request #305377 from Stunkymonkey/python-smpp-pdu-normalize
python311Packages.smpp-pdu: normalize folder & pname
2024-04-20 07:23:54 -04:00
K900
8f9e7071ff
Merge pull request #304730 from K900/bigger-paralleler
pkgs/top-level: split release-checks into a separate job
2024-04-20 12:47:13 +03:00
Weijia Wang
2af28fdb92
Merge pull request #305395 from ExpidusOS/feat/update-zig-0.12
zig_0_12: init
2024-04-20 09:54:41 +02:00
Yarny0
87eabf9c4d Revert "libtiff: introduce libtiff_4_5"
This reverts commit f57a4b0ac1.

The old version libtiff_4_5 is no longer needed.
Both dependents (gscan2pdf and hylafaxplus)
have switched to the forked libtiff version 4.6.0t
which is based on the current libtiff version 4.6.0
but also contains required command line tools
missing in the original libtiff library.
2024-04-20 09:23:29 +02:00
Yarny0
ec1a3695b4 gscan2pdf: switch to current libtiff 4.6.0t
gscan2pdf is not compatible with libtiff 4.6.0
as published on https://libtiff.gitlab.io/libtiff/
and http://www.simplesystems.org/libtiff/ .
To fix the build, we used an older libtiff version
(see 9a579e14dd).

In the meantime, hylafaxplus developer Lee Howard
published a forked version "4.6.0t" of libtiff,
providing the missing tools, see
https://sourceforge.net/p/hylafax/mailman/message/58751879/ .
That fork is also suitable for gscan2pdf,
so the commit at hand changes the libtiff
version for gscan2pdf to use that fork.
2024-04-20 09:23:28 +02:00
Yarny0
cff182e219 hylafaxplus: switch to current libtiff 4.6.0t
hylafaxplus is not compatible with libtiff 4.6.0
as published on https://libtiff.gitlab.io/libtiff/
and http://www.simplesystems.org/libtiff/ .
To fix the build, we used an older libtiff version
(see cd3771c709).

In the meantime, hylafaxplus developer Lee Howard
published a forked version "4.6.0t" of libtiff,
providing the missing tools for hylafaxplus, see
https://sourceforge.net/p/hylafax/mailman/message/58751879/ .
The commit at hand changes the libtiff
version for hylafaxplus to use that fork.
2024-04-20 09:23:28 +02:00
Yarny0
6ce2532285 libtiff_t: init at 4.6.0t (fork of libtiff)
libtiff 4.6.0 dropped a bunch of helper tools,
thereby breaking packages that depend on these tools.
To fix those packages, nixpkgs started packaging libtiff_4_5
separately, see commit f57a4b0ac1.

Currently, two packages use libtiff_4_5:

* hylafaplus (cd3771c709)
* gscan2pdf (9a579e14dd)

Lee Howard (core developer of hylafaxplus)
forked libtiff 4.6.0 to provide a current version
that restores those dropped helper tools.
The library is also called "libtiff",
with current version "4.6.0t".
It is based on libtiff 4.6.0 and incorporates several fixes,
particularly for the dropped helper tools,
see https://sourceforge.net/p/hylafax/mailman/message/58751878/
and http://www.libtiff.org/releases/v4.6.0t.html .

The commit at hand packages that fork for nixpkgs.
Follow-up commits will replace libtiff_4_5 with
libtiff_t, so affected packages can
again use a current libtiff library.

The build recipe of libtiff_t is based on the libtiff recipe.
Besides adapted URLs, the only change is dropping `passthru`, as
it referred to many packages depending on the original libtiff.
The unorthodox code introduced in all-packages.nix
is needed to satisfy the automated "by-name" check;
see "Recommendation for new packages with multiple versions"
in the file `pkgs/by-name/README.md`.

Depending on how things develop in the future,
we might want to switch completely
to the forked libtiff library one day.
Or the original libtiff restores the missing tools,
making libtiff_t superfluous.
2024-04-20 09:23:21 +02:00
seth
d9f0c79476
vkdt-wayland: drop
this follows `glfw-wayland` also being dropped
2024-04-19 21:31:17 -04:00
seth
c857877a3a
glfw-wayland: drop
as of 3.4, upstream now builds with Wayland by default
2024-04-19 21:31:14 -04:00
github-actions[bot]
c2accdbb66
Merge master into haskell-updates 2024-04-20 00:12:41 +00:00
Tristan Ross
3b5257d01b
zig_0_12: init 2024-04-19 14:24:09 -07:00
Yt
6b2b7cdf62
Merge pull request #304663 from wegank/bindgen-1
nushellPlugins: use rustPlatform.bindgenHook
2024-04-19 21:18:44 +00:00
Felix Buehler
d6503419df python311Packages.smpp-pdu: normalize folder & pname 2024-04-19 21:32:17 +02:00
Felix Buehler
08e76d601b python311Packages.aspy-yaml: normalize folder & pname 2024-04-19 21:19:23 +02:00
José Romildo
36cc31f89b lxqt: port to qt6 and add some compatibility packages 2024-04-19 14:39:01 -03:00
Troels Henriksen
9070ffe650 mkjson: init at 0.4.0 2024-04-19 17:30:52 +02:00
Atemu
fa2007fea6
Merge pull request #288841 from TomaSajt/inochi-session
inochi-creator: init at 0.8.4, inochi-session: init at 0.8.3
2024-04-19 17:24:11 +02:00
3JlOy_PYCCKUI
653bc008b3 wireproxy: 1.0.8 -> 1.0.9 2024-04-19 18:05:12 +03:00
Anderson Torres
0bd067ca39 earlyoom: migrate to by-name 2024-04-19 09:50:56 -03:00
github-actions[bot]
11b87cbe59
Merge master into staging-next 2024-04-19 12:01:13 +00:00
sternenseemann
40bc356bc6 release-haskell.nix/mergeable: include shellcheck
pkgs.shellcheck is (indirectly via nix-info-tested) a channel blocker.
2024-04-19 13:17:35 +02:00
sternenseemann
ad321e0602 release-haskell.nix/mergeable: include darwin again
Unfortunately, some of these packages block the NixOS/nixpkgs channels
so they also need to work on darwin. I'd say for the future we can be
liberal in moving packages (that don't block the channel) out of
mergeable, but stuff like cachix needs to work everywhere.
2024-04-19 13:17:35 +02:00
Pascal Wittmann
65cd13090f
Merge pull request #279441 from wegank/fira-refactor
fira: refactor
2024-04-19 11:15:46 +02:00
Ulrik Strid
ab6fc50025
Merge pull request #304720 from vbgl/ligo-1.6.0
ligo: 1.4.0 → 1.6.0
2024-04-19 11:08:35 +02:00
Fabian Affolter
40d15ed86d
Merge pull request #305084 from fabaff/uuid-remove
python311Packages.uuid: remove
2024-04-19 08:52:55 +02:00
Vladimír Čunát
8c0c955a09
Merge branch 'master' into staging-next 2024-04-19 07:52:28 +02:00
github-actions[bot]
97dd14c56c
Merge master into haskell-updates 2024-04-19 00:12:59 +00:00
Connor Baker
c66994ce1c
Merge pull request #301416 from ConnorBaker/feat/cudaPackages-lessons-learned-from-cross-compilation-attempt
cuda-modules: apply lessons learned from cross-compilation attempts
2024-04-18 20:10:59 -04:00
superherointj
f2b40d13cc
Merge pull request #302680 from kalekseev/pyright
pyright: repackage using buildNpmPackage
2024-04-18 19:04:22 -03:00
nat
2df126c3dd
graphene-hardened-malloc: migrate to by-name, build light variant 2024-04-18 23:05:24 +02:00
Konstantin Alekseev
3d95a24d44 pyright: repackage using buildNpmPackage 2024-04-18 23:11:39 +03:00
Jon Seager
30d8af5d6c
Merge pull request #305035 from jnsgruk/snapcraft 2024-04-18 19:53:22 +01:00
sternenseemann
7be562d046 wrapCC, wrapBintools: move expand-response-params bootstrapping out
The cc and bintools wrapper contained ad hoc bootstrapping logic for
expand-response-params (which was callPackage-ed in a let binding). This
lead to the strange situation that the bootstrapping logic related to
expand-response-params is split between the wrapper derivations (where
it is duplicated) and the actual stdenv bootstrapping.

To clean this up, the wrappers simply should take expand-response-params
as an ordinary input: They need an adjacent expand-response-params (i.e.
one that runs on their host platform), but don't care about the how.
Providing this is only problematic during stdenv bootstrapping where we
have to pull it from the previous stage at times.
2024-04-18 20:49:13 +02:00
github-actions[bot]
ae22f8403a
Merge master into staging-next 2024-04-18 18:00:58 +00:00
chiroptical
6e6181d1d8 erlang_27: rc2 -> rc3 2024-04-18 13:06:29 -04:00
Weijia Wang
6125011689 nushellPlugins.gstat: downgrade to apple_sdk on x86_64-darwin 2024-04-18 18:48:51 +02:00
Jon Seager
bc91f07f9b
python3Packages.craft-application: init at 2.5.0 2024-04-18 17:31:31 +01:00
Connor Baker
843b91a0ee cuda-modules/cuda/overrides: refactor 2024-04-18 16:31:18 +00:00
Aaron Andersen
b9f2ef100e
Merge pull request #304097 from nvmd/master+kodi-composable
kodi: make overrideAttrs and withPackages composable
2024-04-18 16:23:23 +00:00
Fabian Affolter
e3de724ae8 python311Packages.uuid: remove
uuid is a Python standard module
2024-04-18 17:43:41 +02:00
Jon Seager
3589873e86
python3Packages.catkin-pkg: init at 0.5.2 2024-04-18 14:04:15 +01:00
Jon Seager
ac694ae628
python3Packages.python-apt: init at 2.7.6 2024-04-18 14:04:14 +01:00
github-actions[bot]
d01ca839af
Merge master into staging-next 2024-04-18 12:01:04 +00:00
Stig
ae3c6a2eb9
Merge pull request #304987 from jmbaur/perl-netdns
perlPackages.NetDNS: 1.40 -> 1.44
2024-04-18 13:56:06 +02:00
Sandro
f186215f8e
Merge pull request #304502 from afh/init-boost185
boost185: init at 1.85.0
2024-04-18 13:05:45 +02:00
Jared Baur
973184bd1c
perlPackages.NetDNS: 1.40 -> 1.44
Upstream release notes: https://metacpan.org/dist/Net-DNS/changes#L4
2024-04-18 02:46:19 -07:00
Stig
03418a0e74
Merge pull request #304408 from nevivurn/feat/fq-160
perlPackages.FinanceQuote: 1.59 -> 1.60
2024-04-18 11:25:41 +02:00
Yt
e68d6d8f91
Merge pull request #304747 from soywod/himalaya-v1.0.0-beta.4
himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4
2024-04-18 08:21:43 +00:00
Clément DOUIN
36fbcec3e0
himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4 2024-04-18 08:41:06 +02:00
Vincent Laporte
4922992a04
ligo: 1.4.0 → 1.6.0
ocamlPackages.data-encoding: 0.7.1 → 1.0.1
ocamlPackages.index: 1.6.1 → 1.6.2
ocamlPackages.irmin: 3.7.2 → 3.9.0
ocamlPackages.irmin-http: remove at 3.7.2
ocamlPackages.mirage-kv: 4.0.1 → 6.1.1
ocamlPackages.terminal: 0.2.1 → 0.2.2
2024-04-18 05:49:15 +02:00
github-actions[bot]
686828e7d4
Merge master into haskell-updates 2024-04-18 00:13:06 +00:00
github-actions[bot]
e2bf665bb2
Merge master into staging-next 2024-04-18 00:02:13 +00:00
Anderson Torres
0376b74f0d mednaffe: migrate to by-name 2024-04-17 20:41:45 -03:00
Anderson Torres
f5d6dcb4b9 mednafen: migrate to by-name 2024-04-17 20:41:32 -03:00
Anderson Torres
8340a977c7 mednafen-server: migrate to by-name 2024-04-17 20:40:04 -03:00
lassulus
c2c5cd0a4b
Merge pull request #298189 from jopejoe1/jsonslicer
python311Packages.jsonslicer: init at 0.1.7
2024-04-17 22:15:32 +02:00
Lily Foster
822af99370
Merge pull request #281902 from SuperSandro2000/fixup-yarn-lock
fixup-yarn-lock: split out from prefetch-yarn-deps
2024-04-17 14:52:12 -04:00
github-actions[bot]
5c2b2d5b74
Merge master into staging-next 2024-04-17 18:01:04 +00:00
Aleksana
d3bf7abb55
Merge pull request #303694 from panicgh/storcli
storcli: 7.2309.00 -> 7.2904.00, move to by-name
2024-04-18 01:48:26 +08:00
Daniel Wagenknecht
6343120f04 kodi-packages: use kodi release name from kodi package 2024-04-17 19:04:46 +03:00
Sandro Jäckel
6181939cdf
fixup-yarn-lock: split out from prefetch-yarn-deps, cleanup installing
To reduce dependencies (mainly nix-prefetch-git and through that git,
git-lfs) when we just need to fixup a lock file, eg when building electron.
This also tries to avoid needless rebuilds when eg. golang is updated.

Also this cleans up and combined the build/installPhase of both tools to
be a lot simpler.
2024-04-17 11:35:22 -04:00
Peder Bergebakken Sundt
e29cb575fc
Merge pull request #294407 from zendo/upd/wike
wike: 2.1.0 -> 3.0.0
2024-04-17 17:25:36 +02:00
Pol Dellaiera
6b6c0dff89
Merge pull request #303369 from jnsgruk/charmcraft
charmcraft: init at 2.6.0
2024-04-17 17:22:10 +02:00
Aaron Andersen
423e304a7a
Merge pull request #303497 from aanderse/kodi
kodi: 20.5 -> 21.0
2024-04-17 13:36:25 +00:00
github-actions[bot]
bd26da84da
Merge master into staging-next 2024-04-17 12:01:02 +00:00
kirillrdy
a9cbf5c38a
Merge pull request #304225 from sikmir/gitui
gitui: 0.25.2 → 0.26.1
2024-04-17 18:36:43 +10:00
K900
9cdada6d5c pkgs/top-level: split release-checks into a separate job
This should improve latency on channel updates.
2024-04-17 09:53:10 +03:00
tomberek
2c88a89c8e
Merge pull request #285922 from justinas/teleport-15
teleport_15: init at 15.2.2, teleport_12: remove
2024-04-17 02:05:41 -04:00
Vladimír Čunát
73f2b40dfc
Merge branch 'master' into staging-next 2024-04-17 08:03:50 +02:00
Vincent Laporte
ecb5ef436b
ocamlPackages.tezt: init at 4.0.0 2024-04-17 05:57:34 +02:00
Vincent Laporte
de1dec5002
ocamlPackages.clap: init at 0.3.0 2024-04-17 05:57:33 +02:00
github-actions[bot]
bd5c09c003
Merge master into haskell-updates 2024-04-17 00:13:20 +00:00
Weijia Wang
8ab305986d
Merge pull request #304579 from wegank/boolector-stdenv
boolector: unpin stdenv on darwin
2024-04-17 01:46:15 +02:00
Ryan Lahfa
3dfe42d78e
Merge pull request #266258 from hexchen/bundlewrap-foo
bundlewrap-{keepass,pass,teamvault}: init at latest releases
2024-04-17 00:37:58 +02:00
Weijia Wang
d48c3e9410
Merge pull request #302837 from wegank/wasmedge-llvm
wasmedge: unpin llvmPackages_12
2024-04-17 00:17:54 +02:00
sternenseemann
490114a2e1 haskellPackages.ghc: 9.6.4 -> 9.6.5 2024-04-16 23:43:19 +02:00
hexchen
159fb64474 python311Packages.bundlewrap-pass: init at 1.0.2 2024-04-16 21:30:07 +00:00
hexchen
9137a06f94 python311Packages.bundlewrap-keepass: init at 0.1.0 2024-04-16 21:30:06 +00:00
hexchen
4175642bd1 python311Packages.bundlewrap-teamvault: init at 3.1.5 2024-04-16 21:30:06 +00:00
Tungsten842
a1080ded57 rtl-sdr: refactor, add rtl-sdr-blog and set it as default 2024-04-16 20:55:35 +02:00
sternenseemann
179f8e0aa4 haskell.compiler.ghc965: init at 9.6.5
https://www.haskell.org/ghc/blog/20240416-ghc-9.6.5-released.html
2024-04-16 20:07:28 +02:00
github-actions[bot]
feedc73bee
Merge master into staging-next 2024-04-16 18:00:57 +00:00
Justinas Stankevicius
b944bd2c7f teleport_12: remove
EOL as v15 has been released.
2024-04-16 20:52:42 +03:00
Justinas Stankevicius
3b16464200 teleport_15: init at 15.2.2 2024-04-16 20:50:10 +03:00
name_snrl
aa3476462a wl-clip-persist: 0.3.1 -> 0.4.0 2024-04-16 21:31:44 +05:00
Weijia Wang
435f9ed5c7
Merge pull request #295595 from SFrijters/espflash-3.0.0
espflash: 2.1.0 -> 3.0.0
2024-04-16 18:16:35 +02:00
Weijia Wang
bd9e20aedf boolector: unpin stdenv on darwin 2024-04-16 18:12:47 +02:00
Aaron Andersen
f54620d089 kodi: 20.5 -> 21.0 2024-04-16 09:52:09 -04:00
Nick Cao
21787bebb5
Merge pull request #304344 from wegank/osl-darwin-2
osl: remove overrideLibcxx
2024-04-16 09:34:44 -04:00
Nick Cao
77af60277e
Merge pull request #304356 from wegank/prusa-slicer-libcxx
prusa-slicer: remove overrideLibcxx
2024-04-16 09:34:24 -04:00
github-actions[bot]
a459b363de
Merge master into staging-next 2024-04-16 12:01:11 +00:00
Fabian Affolter
5956ef0f39
Merge pull request #304443 from r-ryantm/auto-update/python312Packages.mkdocs-material
python312Packages.mkdocs-material: 9.5.17 -> 9.5.18
2024-04-16 13:43:12 +02:00
Fabian Affolter
25b033908b
Merge pull request #304233 from fabaff/lxml-html-clean
python312Packages.lxml-html-clean: init at 0.1.1
2024-04-16 12:32:25 +02:00
Jon Seager
1877c3c0aa
python3Packages.craft-store: init at 2.6.0 2024-04-16 10:54:46 +01:00
Jon Seager
cb4d1f7403
python3Packages.macaroonbakery: init at 1.3.4 2024-04-16 10:54:44 +01:00
Alexis Hildebrandt
1c3fc9cb29 boost185: init at 1.85.0
Release notes: https://www.boost.org/users/history/version_1_85_0.html
2024-04-16 11:28:50 +02:00
Fabian Affolter
6f364afdb2 pythonPackages: update ordering of mkdocs modules 2024-04-16 10:07:36 +02:00
Fabian Affolter
c24a03c95c python312Packages.mkdocs-rss-plugin: init at 1.12.1
MkDocs plugin to generate a RSS feeds for created and updated pages

https://github.com/Guts/mkdocs-rss-plugin
2024-04-16 10:06:23 +02:00
Fabian Affolter
b46e2fb0fb python312Packages.jsonfeed: init at 0.0.1
https://github.com/jibaku/jsonfeed
2024-04-16 09:44:35 +02:00
Guilhem Saurel
7246b5035c python-qt: switch to libsForQt5.callPackage 2024-04-16 09:35:52 +02:00
Fabian Affolter
4ad3bba1b6 python312Packages.validator-collection: init at 1.5.0
Python library of 60+ commonly-used validator functions

https://github.com/insightindustry/validator-collection/
2024-04-16 09:29:52 +02:00
Guilhem Saurel
c01125ff83 csound: clean after python-qt update 2024-04-16 08:25:53 +02:00
Guilhem Saurel
04a1d9b204 python-qt: update to v3.5.0 2024-04-16 08:25:52 +02:00
Guilhem Saurel
4f7cb34d63 Revert "python-qt: hit it in the head with a hammer"
This reverts commit 5c96428728.
2024-04-16 08:25:52 +02:00
github-actions[bot]
a34a6c51cd
Merge master into staging-next 2024-04-16 06:01:08 +00:00
Ulrik Strid
1e4080d9be
Merge pull request #304419 from marsam/add-ocaml-miou
ocamlPackages.miou: init at 0.1.0
2024-04-16 07:54:27 +02:00
Mario Rodas
7f1c8f1b90
Merge pull request #304279 from marsam/update-iredis
iredis: 1.14.1 -> 1.15.0
2024-04-15 22:47:07 -05:00
Yongun Seong
930252ec0d
perlPackages.FinanceQuote: 1.59 -> 1.60 2024-04-16 11:24:12 +09:00
Mario Rodas
c58b325d0d
Merge pull request #303333 from kashw2/d2
d2: 0.6.3 -> 0.6.4
2024-04-15 19:04:33 -05:00
github-actions[bot]
097ced11fa
Merge master into staging-next 2024-04-16 00:02:03 +00:00
Mario Rodas
1df062db9e
Merge pull request #304263 from marsam/update-twitch-dl
twitch-dl: 2.1.4 -> 2.2.0
2024-04-15 19:01:01 -05:00
Anderson Torres
e691d542b5 aegisub: refactor
- finalAttrs design pattern
- reorder input set
- remove `null`-ities
- strictDeps
- set openalSupport as true by default
- remove `enableParallelBuilding = true` (since it is true by default in
  cmake+ninja)
- use ninja instead of relying on default make
- move luajit and boost pins to top-level
- use lib.get* functions
- use `cmakeBuildDir`
- get rid of nested with in meta
2024-04-15 19:23:22 -03:00
Anderson Torres
f2d00fba3a aegisub: migrate to by-name 2024-04-15 19:16:41 -03:00
Weijia Wang
3423487f54 prusa-slicer: remove overrideLibcxx 2024-04-15 22:14:05 +02:00
Weijia Wang
14384e1462 osl: remove overrideLibcxx 2024-04-15 20:58:27 +02:00
Artturi
c17c770c7a
Merge pull request #304082 from Artturin/qtwarningsthrow
qt: convert warnings to throw
2024-04-15 21:35:23 +03:00
github-actions[bot]
4d2386d2dd
Merge master into staging-next 2024-04-15 18:00:56 +00:00
Mario Rodas
c46f5539f3
Merge pull request #298650 from anthonyroussel/update/puppet-lint
Update Puppet packages (puppet-lint, puppet-bolt, r10k)
2024-04-15 08:12:49 -05:00
Mario Rodas
48e4597e52
Merge pull request #298667 from anthonyroussel/upgrade/facter
facter: 3.14.17 -> 4.6.1
2024-04-15 07:57:08 -05:00
Nikolay Korotkiy
bd66293010
gitui: migrate to by-name 2024-04-15 16:10:48 +04:00
github-actions[bot]
4908c48bf5
Merge master into staging-next 2024-04-15 12:01:00 +00:00
Fabian Affolter
0696b0637a python312Packages.lxml-html-clean: init at 0.1.1
Separate project for HTML cleaning functionalities copied from lxml.html.clean

https://github.com/fedora-python/lxml_html_clean/
2024-04-15 12:24:54 +02:00
Fabian Affolter
46f06ef1a7
Merge pull request #291431 from fabaff/influxdb3-python
python311Packages.influxdb3-python: init at 0.3.6
2024-04-15 11:49:36 +02:00
github-actions[bot]
e69e1e588b
Merge master into staging-next 2024-04-15 06:01:02 +00:00
Franz Pletz
447fe49981
Merge pull request #303995 from fabaff/cloud-custodian-refactor
cloud-custodian: 0.8.45.1 -> 0.9.35.0
2024-04-15 07:49:06 +02:00
Franz Pletz
3af419b62c
Merge pull request #304056 from yu-re-ka/garage-1-0-toplevel
garage_1_x: expose at top-level
2024-04-15 07:47:29 +02:00
Nikolay Korotkiy
f7f2acd9c2
Merge pull request #302260 from dylan-gonzalez/package/pynmeagps
pynmeagps: init at 1.0.35
2024-04-15 09:11:01 +04:00
Mario Rodas
eb6aac6a73 ocamlPackages.miou: init at 0.1.0 2024-04-15 04:20:00 +00:00
Mario Rodas
86be7391aa twitch-dl: migrate to pkgs/by-name 2024-04-15 04:20:00 +00:00
Mario Rodas
5b07b1005b iredis: migrate to by-name 2024-04-15 04:20:00 +00:00
Vincent Laporte
5e384f2b24 ocamlPackages.spacetime_lib: remove at 0.3.0 (broken) 2024-04-15 05:51:22 +02:00
Weijia Wang
c5b6949790
Merge pull request #303941 from wegank/proj-clang-16
geos, proj: unpin stdenv on darwin
2024-04-15 03:09:17 +02:00
Weijia Wang
c86b91cbf8
Merge pull request #304083 from wegank/mold-clang-16-3
mold: unpin stdenv on darwin
2024-04-15 02:44:49 +02:00
github-actions[bot]
b7dcef0598
Merge master into staging-next 2024-04-14 20:49:29 +00:00
Robert Scott
ad27491b76 ngtcp2: fix build on darwin by providing CoreServices 2024-04-14 21:13:36 +02:00
Robert Scott
e6cae7e4f7 nghttp3: fix build on darwin by providing CoreServices 2024-04-14 21:13:36 +02:00
Someone
446fee38c1
Merge pull request #301188 from SomeoneSerge/cudaPackages/rename-cudatoolkit
cudaPackages.cudatoolkit: replace with symlinkJoin
2024-04-14 18:15:20 +00:00
Weijia Wang
24de5c7b08 mold: unpin stdenv on darwin 2024-04-14 19:49:02 +02:00
Artturin
5783482834 qt: convert warnings to throw 2024-04-14 20:48:40 +03:00
Weijia Wang
eccb909f96
Merge pull request #303933 from wegank/kotatogram-llvm
kotatogram-desktop: use llvmPackages_14 on darwin
2024-04-14 18:58:13 +02:00
Weijia Wang
3e53974862
Merge pull request #303942 from wegank/dolphin-emu-clang-16
dolphin-emu: unpin stdenv on darwin
2024-04-14 18:57:46 +02:00
Yureka
3426194874 garage_1_x: expose at top-level 2024-04-14 17:31:39 +02:00
Nick Cao
96a1bdbceb
Merge pull request #303936 from wegank/ladybird-darwin
ladybird: restore x86_64-darwin support
2024-04-14 10:45:54 -04:00
Dylan Gonzalez
c8eabd7a15 pynmeagps: init at 1.0.35 2024-04-15 00:10:54 +10:00
github-actions[bot]
257e7bee59
Merge master into staging-next 2024-04-14 14:04:38 +00:00
Yt
038cdc993a
Merge pull request #303750 from chiroptical/add-erlang_27-rc2
erlang_27: init at 27-rc2
2024-04-14 12:01:36 +00:00
Fabian Affolter
ff33aae7db cloud-custodian: 0.8.45.1 -> 0.9.35.0
Diff: https://github.com/cloud-custodian/cloud-custodian/compare/refs/tags/0.8.45.1...0.9.35.0

Changelog: https://github.com/cloud-custodian/cloud-custodian/releases/tag/0.9.35.0
2024-04-14 11:48:08 +02:00
Pol Dellaiera
bc408469e9
Merge pull request #303866 from drupol/templ/init/0-2-663
templ: move to `pkgs/by-name`
2024-04-14 11:22:02 +02:00
Weijia Wang
5c4218b36c dolphin-emu: unpin stdenv on darwin 2024-04-14 03:41:19 +02:00
Weijia Wang
d511684071 geos, proj: unpin stdenv on darwin 2024-04-14 03:39:33 +02:00
Barry Moore
92b656e044 erlang_27: init at 27-rc2 2024-04-13 21:27:59 -04:00
Weijia Wang
e2442cd3c7 ladybird: restore x86_64-darwin support 2024-04-14 03:02:47 +02:00
Weijia Wang
b3079c52c0 kotatogram-desktop: use llvmPackages_14 on darwin 2024-04-14 02:59:43 +02:00
github-actions[bot]
598389768a
Merge master into staging-next 2024-04-14 00:05:19 +00:00
Weijia Wang
b432281d97
Merge pull request #303805 from panicgh/libmicrohttpd-cleanup
libmicrohttpd: remove unused old versions
2024-04-14 00:10:23 +02:00
Pol Dellaiera
2e1cafdad3
templ: move to pkgs/by-name 2024-04-13 23:59:07 +02:00
Weijia Wang
42cd414c7f
Merge pull request #301211 from wegank/fuse2-init
fuse2: add to top-level
2024-04-13 23:20:13 +02:00
Moritz Sanft
d5793186e8
python3Packages.sev-snp-measure: init at 0.0.9 (#303158)
* python3Packages.sev-snp-measure: init at 0.0.9

* Update pkgs/development/python-modules/sev-snp-measure/default.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-04-13 23:11:12 +02:00
Martin Weinelt
34b99d8171
Merge pull request #303861 from mweinelt/indego
home-assistant-custom-components.indego: init at 5.5.0
2024-04-13 20:55:53 +02:00
Weijia Wang
f3a1652b09 Merge branch 'master' into staging-next 2024-04-13 19:10:53 +02:00
Martin Weinelt
41df6e2e2b
python312Packages.pyindego: init at 3.1.1 2024-04-13 19:08:17 +02:00
stuebinm
170e005a92 pkgs/config: remove uses of lib.mdDoc
this commit is a no-op, as lib.mdDoc was already defined as id.
2024-04-13 10:07:35 -07:00
Nikolay Korotkiy
bc4f8004d0
Merge pull request #302483 from r-ryantm/auto-update/tegola
tegola: 0.19.0 -> 0.20.0
2024-04-13 20:57:51 +04:00
Naïm Favier
4f158a4666
Merge pull request #301328 from ncfavier/search-agda-packages
packages-config.nix: add `agdaPackages`
2024-04-13 17:17:15 +02:00
Nick Cao
32ddcd8064
Merge pull request #299239 from anthonyroussel/update/apvlv
apvlv: 0.1.5 -> 0.5.0
2024-04-13 11:13:13 -04:00
lassulus
ee1c8e6794
Merge pull request #271501 from souxd/init-zandronum-alpha
zandronum-alpha: init at 3.2-230709-1914
2024-04-13 15:45:21 +02:00
Nicolas Benes
a0d914263c storcli: 7.2309.00 -> 7.2904.00
https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p30/README_STORCLI_SAS3.5_P30.txt
2024-04-13 14:17:10 +02:00
github-actions[bot]
561b7b74f8
Merge master into staging-next 2024-04-13 12:01:23 +00:00
Markus Kowalewski
c62e6165da
Merge pull request #303692 from Tungsten842/limesuite
limesuite: disable gui by default and add limesuiteWithGui
2024-04-13 10:41:46 +00:00
Someone Serge
8262bdf738 cudaPackages.cudatoolkit: replace with symlinkJoin 2024-04-13 10:28:07 +00:00
Nicolas Benes
640586d9d8 libmicrohttpd: remove unused old versions 2024-04-13 11:40:34 +02:00
Domen Kožar
ab6229306a
Merge pull request #301728 from domenkozar/make-devenv-release-blocker
make devenv release blocker
2024-04-13 15:27:03 +07:00
Fabian Affolter
25cac3d982
Merge pull request #303686 from fabaff/digitalocean-refactor
python312Packages.python-digitalocean: rename from digital-ocean
2024-04-13 10:13:16 +02:00
Aleksana
a8b040a743
Merge pull request #301301 from 0Supa/master
chatterino2: build with Qt6
2024-04-13 15:19:52 +08:00
github-actions[bot]
5a301eda67
Merge master into staging-next 2024-04-13 00:02:05 +00:00
Fabian Affolter
4de92eb583
Merge pull request #303126 from r-ryantm/auto-update/python312Packages.schema-salad
python312Packages.schema-salad: 8.5.20240311110950 -> 8.5.20240410123758
2024-04-13 00:37:01 +02:00
Tungsten842
5ae151de0e limesuite: disable gui by default and add limesuiteWithGui 2024-04-13 00:16:35 +02:00
Dmitry Kalinkin
17bd78bfb1
Merge pull request #299256 from NixOS/pr/snakemake-storage-plugin-s3_init
python311Packages.snakemake-storage-plugin-{s3,xrootd}: init
2024-04-12 18:10:46 -04:00
Weijia Wang
e3b3b675fe
Merge pull request #287854 from jtbx/dlang-2.107.0
dmd, dtools: 2.106.1 -> 2.108.0, refactor
2024-04-12 23:27:12 +02:00
Lily Foster
34e6e8a7e5
Merge pull request #303580 from chvp/upd/teams-for-linux
teams-for-linux: 1.4.17 -> 1.4.22
2024-04-12 17:24:58 -04:00
Weijia Wang
d984f3a321
Merge pull request #302945 from tiredofit/docker_26
docker_26: init at 26.0.0
2024-04-12 23:22:38 +02:00
Fabian Affolter
5f09b60800 python312Packages.types-dataclasses: init at 0.6.6
Typing stubs for dataclasses

https://github.com/python/typeshed
2024-04-12 23:04:10 +02:00
lassulus
ad4c8244f1
Merge pull request #278984 from birkb/drbd-kernel-module
drbd: 9.19.1 -> 9.27.0 (utils), 9.2.7 kernel driver added
2024-04-12 21:53:55 +02:00
Peder Bergebakken Sundt
65e11451a8
Merge pull request #301688 from r-ryantm/auto-update/apkeep
apkeep: 0.15.0 -> 0.16.0
2024-04-12 21:50:23 +02:00
Fabian Affolter
82dfc5fa5f python312Packages.python-digitalocean: rename from digital-ocean 2024-04-12 21:34:01 +02:00
Thiago Kenji Okada
faa239f8fc
Merge pull request #302060 from hellwolf/lshw-gui
lshw-gui: init at 02.20
2024-04-12 20:32:58 +01:00
github-actions[bot]
d6a31576e1
Merge master into staging-next 2024-04-12 18:01:09 +00:00
hellwolf
6c11b11517
lshw-gui: init
- binary available at bin/gtk-lshw
2024-04-12 19:53:18 +03:00
Leona Maroni
0921e05d53
Merge pull request #303596 from NobbZ/cope-break
cope: remove
2024-04-12 18:31:50 +02:00
Franz Pletz
97390e1d60
Merge pull request #303368 from jrick/libressl_3_9
libressl: 3.8.4 -> 3.9.1
2024-04-12 17:37:42 +02:00
Johannes Maier
c069b1b7bd ocamlPackages.landmarks{,-ppx}: init at 1.4 2024-04-12 17:16:02 +02:00
Nikolay Korotkiy
64483813c2
tegola: migrate to by-name 2024-04-12 19:06:09 +04:00
github-actions[bot]
35713de428
Merge master into staging-next 2024-04-12 12:01:18 +00:00
Norbert Melzer
afc09f49b8 cope: remove 2024-04-12 13:25:12 +02:00
Charlotte Van Petegem
f452a7030b
teams-for-linux: 1.4.17 -> 1.4.22
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.22
2024-04-12 12:41:37 +02:00
Weijia Wang
11f3e0c15d mongodb-4_4: drop 2024-04-12 12:30:40 +02:00