Weijia Wang
4b116b8ff3
ockam: fix hash, cleanup
2024-04-20 17:33:24 +02:00
Guilhem Saurel
e71d969ca7
structuresynth: init at 1.5.1
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-04-20 17:15:27 +02:00
Aleksana
80746a5828
Merge pull request #305327 from 3JlOy-PYCCKUi/wireproxy
...
wireproxy: 1.0.8 -> 1.0.9
2024-04-20 22:52:46 +08:00
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
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
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
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
José Romildo
36cc31f89b
lxqt: port to qt6 and add some compatibility packages
2024-04-19 14:39:01 -03: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
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
Vladimír Čunát
8c0c955a09
Merge branch 'master' into staging-next
2024-04-19 07:52:28 +02:00
superherointj
f2b40d13cc
Merge pull request #302680 from kalekseev/pyright
...
pyright: repackage using buildNpmPackage
2024-04-18 19:04:22 -03:00
Konstantin Alekseev
3d95a24d44
pyright: repackage using buildNpmPackage
2024-04-18 23:11:39 +03: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
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
github-actions[bot]
d01ca839af
Merge master into staging-next
2024-04-18 12:01:04 +00: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
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]
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
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
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
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
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
Weijia Wang
8ab305986d
Merge pull request #304579 from wegank/boolector-stdenv
...
boolector: unpin stdenv on darwin
2024-04-17 01:46:15 +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
Tungsten842
a1080ded57
rtl-sdr: refactor, add rtl-sdr-blog and set it as default
2024-04-16 20:55:35 +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
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
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
Guilhem Saurel
7246b5035c
python-qt: switch to libsForQt5.callPackage
2024-04-16 09:35: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
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
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
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]
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
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
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
Weijia Wang
24de5c7b08
mold: unpin stdenv on darwin
2024-04-14 19:49:02 +02: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
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