ajs124
533540bb99
vacuum: 1.3.0.20160104 -> unstable-2021-12-09
...
qt4 -> qt5
(cherry picked from commit 2c2ebf360333dedcdc1400c5f024425cf7fc5947)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-08-08 21:25:39 +02:00
ajs124
cdb4ece558
grantlee: 0.5.1 -> 5.2.0
...
qt4 -> qt5
(cherry picked from commit 93894a8ec961d6ee31c6d7b5cac24541341e16b2)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-08-08 21:25:21 +02:00
Pol Dellaiera
f40843af5c
Merge pull request #247736 from dit7ya/ego
...
ego: init at 1.1.7
2023-08-08 21:25:04 +02:00
Pol Dellaiera
152480b36f
Merge pull request #247739 from dit7ya/bws
...
bws: init at 0.3.0
2023-08-08 21:24:42 +02:00
Janik
96c68c58da
Merge pull request #246320 from matthiasbeyer/remove-speedtest-exporter
2023-08-08 20:50:57 +02:00
Ryan Lahfa
c9a4aa0cd9
Merge pull request #243921 from baloo/baloo/certdump/init-2023-07-12
2023-08-08 20:14:54 +02:00
Ben Darwin
38d6a159d1
python310Packages.ipycanvas: init at 0.13.1
2023-08-08 14:14:32 -04:00
Colin
ac03e8d8b7
mepo: 1.1 -> 1.1.2
2023-08-08 18:05:50 +00:00
github-actions[bot]
792f4d7934
Merge staging-next into staging
2023-08-08 18:01:27 +00:00
sternenseemann
af60e68744
testers.hasPkgConfigModules: allow checking multiple pkg-config mods
...
This is very useful in conjunction with meta.pkgConfigModules, as the
new tester can use the list provided by this meta attribute as a default
value for moduleNames, making its usage in passthru.tests very
convenient.
For backwards compatibility, a shim under the old name is maintained
with a warning.
2023-08-08 19:16:48 +02:00
Bruno Bigras
1b264042f1
webmesh: init at 0.1.2
...
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-08-08 11:02:33 -04:00
figsoda
fba2eab4c0
reason-shell: init at 0.3.10
...
https://github.com/jaywonchung/reason
2023-08-08 14:51:53 +00:00
sternenseemann
9d6cac3e53
mesonEmulatorHook: fix canExecute safety assertion
...
Currently the throw codepath will never be hit. Specifically it doesn't
guard against a misuse of the hook:
pkgsCross.aarch64-multiplatform.mesonEmulatorHook # this should fail
pkgsCross.aarch64-multiplatform.buildPackages.mesonEmulatorHook # this should (and does) succeed
The check sort of worked to guard against use in situations where the
hook wasn't misplaced between nativeBuildInputs and buildInputs, but
the build platform was actually able to execute binaries built for the
host platform.
This worked because nativeBuildInputs would first of all need to
evaluate pkgsHostTarget.mesonEmulatorHook in order to access the spliced
derivation it wants, pkgsBuildHost.mesonEmulatorHook. For this, you'd
need to pass the if expression, at which point buildPlatform and
targetPlatform would match the build and target platform of the
derivation that uses the hook. Consequently the check is “correct”,
since it is its build platform that needs not to be able execute stuff
built for its host platform.
The target platform is technically wrong here, but it works out
since (at least currently) in nixpkgs either build and host or host and
target platform are equal. When doing the check in pkgsHostTarget,
target and host platform are equal.
However, this is a kind of incomprehensible rube goldberg machine, let's
some mistakes slip through the cracks and relies on implementation
details of splicing.
To alleviate this, we do the following:
- We move the check _into_ the derivation. By doing the check when
obtaining the file for the setup hook and not before calling
`makeSetupHook`. This means that we can force `mesonEmulatorHook`
even if forcing `mesonEmulatorHook.outPath` would throw. This ensures
that splicing can work even if the some of the derivation variants
would fail to evaluate.
- Since splicing works now, we can no longer have to do the check
“globally” before splicing happens. This means we can use the setup
hook derivation's own platforms. buildPlatform is irrelevant here,
since this is only the platform on which the shell script is put
together. hostPlatform matters, since it is were the setup hook is
executed later (i.e. the using derivation's build platform). target
platform is the platform the adjacent meson builds executables for,
i.e. the platform we may need to emulate for.
To verify this change, I have evaluated all derivations using
mesonEmulatorHook in `pkgsCross.aarch64-multiplatform` before and after
this change. The hashes don't change.
2023-08-08 16:49:20 +02:00
Janik
31ad272060
Merge pull request #247896 from NetaliDev/python-django-bootstrap5
2023-08-08 16:20:57 +02:00
Mario Rodas
7f60434172
Merge pull request #209548 from felipeqq2/init/storj-uplink
...
storj-uplink: init at 1.68.2
2023-08-08 08:29:16 -05:00
Jennifer Graul
c58635a1fa
python3Packages.django-bootstrap5: init at 23.3
2023-08-08 15:25:52 +02:00
Gaetan Lepage
644078614c
python3Packages.equinox: init at 0.10.11
2023-08-08 15:25:34 +02:00
Gaetan Lepage
df9a844ef7
python3Packages.jaxtyping: init at 0.2.20
2023-08-08 15:25:34 +02:00
Janik
777fcd15e2
Merge pull request #245677 from fsagbuya/linux-gpib
2023-08-08 14:52:14 +02:00
github-actions[bot]
f19f490d4e
Merge staging-next into staging
2023-08-08 12:01:54 +00:00
Enno Richter
173988fa9a
python3Packages.celery-types: init at 0.19.0
2023-08-08 12:45:06 +02:00
Peder Bergebakken Sundt
94ea536fc7
python3Packages.gradio: init at 3.20.1
...
Co-authored-by: Yt <happysalada@tuta.io>
2023-08-08 18:42:20 +08:00
Peder Bergebakken Sundt
e6990d6cc4
python3Packages.ffmpy: init at 0.3.1
...
Co-authored-by: Yt <happysalada@tuta.io>
2023-08-08 18:42:20 +08:00
Pol Dellaiera
f971f35f7d
Merge pull request #246426 from dit7ya/sqld
...
sqld: init at 0.17.2
2023-08-08 10:57:36 +02:00
Pol Dellaiera
cb3da14d11
Merge pull request #247731 from dit7ya/mw
...
mw: init at unstable-2023-08-04
2023-08-08 10:57:15 +02:00
Pol Dellaiera
d90ede3a27
Merge pull request #247733 from dit7ya/keymapper
...
keymapper: init at 2.6.2
2023-08-08 10:57:02 +02:00
OTABI Tomoya
4411bd4ee5
Merge pull request #242851 from totoroot/init/pythonPackages.mkdocs-git-revision-date-localized
...
python3Packages.mkdocs-git-revision-date-localized-plugin: init at 1.2.0
2023-08-08 17:52:29 +09:00
OTABI Tomoya
8f1e7a5db5
Merge pull request #247019 from tjni/dvc-app-and-library
...
python3.pkgs.dvc, dvc, dvc-with-remotes: move to python-modules since dvclive depends on it
2023-08-08 17:29:15 +09:00
OTABI Tomoya
44b6fb57ff
Merge pull request #242122 from Janik-Haag/zsh-fzf-history-search
...
zsh-fzf-history-search: init at unstable-23-03-08
2023-08-08 17:20:59 +09:00
Nick Cao
b98f6d9072
Merge pull request #246712 from NickCao/jax-rework
...
python3Packages.{jax,jaxlib}: update to 0.4.14
2023-08-08 01:58:03 -06:00
happysalada
0ece6cc4c4
op-geth: init 1.101106.0
2023-08-08 15:46:32 +08:00
happysalada
41cfe07375
optimism: init at 1.1.1
2023-08-08 15:46:32 +08:00
Doron Behar
5fa3ab255c
Merge pull request #224850 from orthros/upspin
...
upspin: init at unstable-2023-02-05
2023-08-08 06:31:22 +00:00
github-actions[bot]
66d14ccd84
Merge staging-next into staging
2023-08-08 06:01:31 +00:00
Vladimír Čunát
41c7605718
Merge #245935 : staging-next 2023-07-28
2023-08-08 07:33:42 +02:00
Vladimír Čunát
3280523398
Merge #247843 : perlPackages.locallib: 2.000024 -> 2.000029
...
...into staging-next
2023-08-08 07:15:36 +02:00
Vladimír Čunát
3858a9b87a
Merge #247379 : dt-schema: handle jsonschema incompatibility
...
...into staging-next
2023-08-08 07:12:21 +02:00
Franz Pletz
96920fb7b2
Merge pull request #247794 from dotlambda/diebahn-init
2023-08-08 05:57:19 +02:00
Franz Pletz
844ffa82bb
Merge pull request #239293 from Misaka13514/init-johnny
2023-08-08 05:07:33 +02:00
Stig Palmquist
82d528c168
perlPackages.locallib: 2.000024 -> 2.000029
2023-08-08 03:45:42 +02:00
Pol Dellaiera
e943801b93
Merge pull request #226625 from mxkrsv/chayang
...
chayang: init at 0.1.0
2023-08-08 03:36:31 +02:00
Andrew Miloradovsky
ea34c2d977
planner: init at 0.14.91
...
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-08-08 01:22:19 +00:00
github-actions[bot]
2e9323c2d4
Merge staging-next into staging
2023-08-08 00:02:19 +00:00
github-actions[bot]
4507a6bd1f
Merge master into staging-next
2023-08-08 00:01:49 +00:00
Yuriy Taraday
c97c45612c
dark-mode-notify: init at 2022-07-18
...
`dark-mode-notify` is a small too that calls a binary whenever dark
mode status changes in macOS.
2023-08-08 00:34:38 +02:00
Mostly Void
92f9132366
bws: init at 0.3.0
2023-08-08 01:15:32 +03:00
Mostly Void
06f8ee14c5
ego: init at 1.1.7
2023-08-08 01:05:40 +03:00
Mostly Void
4650390d63
sqld: init at 0.17.2
2023-08-08 01:03:17 +03:00
Pol Dellaiera
ef21087c24
Merge pull request #246439 from dit7ya/kraftkit
...
kraft: init at 0.6.4
2023-08-08 00:02:52 +02:00
Pol Dellaiera
dbfab5b1dd
Merge pull request #194560 from dit7ya/bonk
...
bonk: init at 0.3.2
2023-08-08 00:02:38 +02:00
Mostly Void
c91052f6ea
mw: init at unstable-2023-08-04
2023-08-08 01:01:31 +03:00
Mostly Void
9d5724088a
keymapper: init at 2.6.2
2023-08-08 00:53:18 +03:00
Robert Schütz
242d458f25
Merge branch 'master' into staging-next
2023-08-07 12:40:10 -07:00
Robert Schütz
596edc6d3c
Merge pull request #244209 from dotlambda/jupyterlab-4.0.3
...
python310Packages.jupyterlab: 3.6.3 -> 4.0.3
2023-08-07 19:07:59 +00:00
Robert Schütz
3784f9b15e
diebahn: init at 1.5.0
2023-08-07 11:35:43 -07:00
github-actions[bot]
597f030762
Merge staging-next into staging
2023-08-07 18:01:43 +00:00
github-actions[bot]
462b4c7567
Merge master into staging-next
2023-08-07 18:01:16 +00:00
Stig
f7985a0c98
Merge pull request #247624 from dotlambda/tirex-fix
...
perlPackages.Tirex: fix build
2023-08-07 18:54:54 +02:00
Maxim Karasev
47851fa30f
chayang: init at 0.1.0
2023-08-07 19:49:26 +03:00
Janik
7a1ae91492
Merge pull request #236515 from donovanglover/hyprland-autoname-workspaces
2023-08-07 17:51:02 +02:00
Colin Nelson
819cbe1699
upspin: init at unstable-2023-02-05
2023-08-07 08:29:23 -07:00
Vladimír Čunát
2d99077c50
Merge #247408 : libgit2_1_6: init at 1.6.4
...
...into staging-next
2023-08-07 16:35:13 +02:00
figsoda
3013bd06cb
Merge pull request #247577 from figsoda/risor
2023-08-07 10:21:47 -04:00
Mario Rodas
117f8ff0c5
Merge pull request #247570 from fabaff/sure-fix
...
python311Packages.sure: 2.0.0 -> 2.0.1, python310Packages.rednose: remove
2023-08-07 09:10:39 -05:00
Mostly Void
d8bd15f428
kraft: init at 0.6.4
2023-08-07 15:52:34 +03:00
Mostly Void
75c8b4cf28
bonk: init at 0.3.2
2023-08-07 15:42:38 +03:00
Pierre Bourdon
fba6ccf2e8
Merge pull request #244680 from emilytrau/avalonia-ilspy-source
...
avalonia-ilspy: build from source
2023-08-07 14:02:20 +02:00
github-actions[bot]
9d7b03ec57
Merge staging-next into staging
2023-08-07 12:01:16 +00:00
github-actions[bot]
dd48ee46cf
Merge master into staging-next
2023-08-07 12:00:52 +00:00
Donovan Glover
172e757451
hyprland-autoname-workspaces: init at 1.1.7
2023-08-07 07:21:12 -04:00
sunder
e099e0185b
conjure: init at 0.1.2
2023-08-07 14:04:37 +03:00
figsoda
c91024273f
poop: init at 0.4.0
2023-08-07 10:25:02 +00:00
Naïm Favier
c2596b396c
Merge pull request #247499 from ncfavier/1lab
...
agdaPackages._1lab: init at unstable-2023-03-07
2023-08-07 11:13:23 +02:00
Frederik Rietdijk
65a8bb46e3
Merge pull request #246900 from tjni/cx-freeze
...
python3.pkgs.cx-freeze: switch to pyproject and rename
2023-08-07 09:22:25 +02:00
Theodore Ni
3dfe8ff2b9
python3.pkgs.oldest-supported-numpy: init at 2023.8.3 ( #247073 )
...
The main purpose of this package is to be used as a dependency in
projects that depend upon it without having to patch their build
dependency requirements.
2023-08-07 09:19:06 +02:00
Frederik Rietdijk
92e83bfab5
Merge pull request #246963 from tjni/python-ninja
...
python3.pkgs.ninja-python: replace with a stub implementation
2023-08-07 09:16:02 +02:00
github-actions[bot]
3e483a0e1f
Merge staging-next into staging
2023-08-07 06:01:33 +00:00
github-actions[bot]
529e3475fc
Merge master into staging-next
2023-08-07 06:01:04 +00:00
Pol Dellaiera
c2e2ed2008
Merge pull request #242276 from dit7ya/requestly
...
requestly: init at 1.5.6
2023-08-07 07:27:45 +02:00
Pol Dellaiera
b4fdafca14
Merge pull request #247244 from zestsystem/master
...
turso-cli: init at 0.79.0
2023-08-07 07:23:58 +02:00
Mostly Void
35fc25f05e
requestly: init at 1.5.6
2023-08-07 07:06:41 +03:00
zestsystem
308ee3ada5
turso-cli: init at 0.79.0
...
Update pkgs/development/tools/turso-cli/default.nix
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-08-06 19:34:10 -07:00
Robert Schütz
45bff49beb
perlPackages.Tirex: fix build
2023-08-06 18:38:57 -07:00
github-actions[bot]
6311c0f6ef
Merge staging-next into staging
2023-08-07 00:02:29 +00:00
github-actions[bot]
bb21178e5c
Merge master into staging-next
2023-08-07 00:01:58 +00:00
Jörg Thalheim
efe95a157a
harmonia: 0.6.7 -> 0.7.0
2023-08-07 09:22:10 +10:00
Jörg Thalheim
4620966adb
nix-eval-jobs: 2.16.0 -> 2.17.0
...
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.16.0...v2.17.0
2023-08-07 09:21:58 +10:00
Pierre Bourdon
7dcc39fdc2
Merge pull request #246309 from sifmelcara/libraqm
...
libraqm: init at 0.10.1
2023-08-07 01:12:12 +02:00
zowoq
d40a76e3cc
nixos-option: pin to nix_2_15
2023-08-07 09:05:48 +10:00
Anton Mosich
ad02936be1
qcal: init at 0.9.1
2023-08-07 00:07:07 +02:00
Robert Scott
0865f1f4d7
Merge pull request #219421 from risicle/ris-fortify-headers-auto
...
cc-wrapper: include fortify-headers before libc includes for musl
2023-08-06 22:50:48 +01:00
Artturi
5c5bdd7b93
Merge pull request #240000 from aidalgol/jekyll-fixes
2023-08-07 00:50:37 +03:00
Fabian Affolter
0862abe3ea
python310Packages.rednose: remove
...
rednose is no longer maintained and fails to build
2023-08-06 23:16:35 +02:00
figsoda
d6286a6684
risor: init at 0.10.0
...
https://github.com/risor-io/risor
2023-08-06 16:57:26 -04:00
Janik H
7a49ac2684
timelens: init at 0.1.1
2023-08-06 20:44:59 +00:00
Declan Rixon
f55cee06f2
gllsls: init at 0.4.1
2023-08-06 20:37:50 +00:00
Jeremy
179f481687
waybar: add hyprlandSupport feature flag
2023-08-06 20:33:15 +00:00
Lorenz Brun
c317e99ee7
dsview: 1.2.2 -> 1.3.0
...
The new version is also Qt 6 compatible, so use this opportunity to
switch to Qt 6.
2023-08-06 22:29:50 +02:00
Robert Scott
684f53f7c0
Merge pull request #247435 from lopsided98/libgpiod-python
...
libgpiod: fix Python bindings
2023-08-06 21:23:33 +01:00
Weijia Wang
50071c6186
Merge pull request #247503 from wegank/libfive-bump
...
libfive: unstable-2022-05-19 -> unstable-2023-06-07
2023-08-06 21:17:41 +02:00
github-actions[bot]
bbf876fefa
Merge staging-next into staging
2023-08-06 18:01:26 +00:00
github-actions[bot]
191e60634e
Merge master into staging-next
2023-08-06 18:01:04 +00:00
Mario Rodas
33f94e6032
Merge pull request #244537 from bcdarwin/pyradiomics
...
python310Packages.pyradiomics: init at 3.1.0
2023-08-06 12:48:44 -05:00
Pol Dellaiera
0145d8112d
Merge pull request #245847 from NixOS/github-desktop/finalAttrs-pattern-and-bump-to-3.2.5
...
github-desktop: Use `finalAttrs` pattern, remove old openssl and bump to 3.2.5
2023-08-06 19:21:24 +02:00
Pol Dellaiera
188599e0c8
Merge pull request #188208 from dit7ya/prql
...
prqlc: init at 0.9.3
2023-08-06 19:16:22 +02:00
Weijia Wang
5925e79d83
libfive: unstable-2022-05-19 -> unstable-2023-06-07
2023-08-06 18:55:12 +02:00
Mario Rodas
3cda14a683
Merge pull request #247291 from marsam/add-getjump
...
python310Packages.getjump: init at 2.4.0
2023-08-06 10:59:22 -05:00
Mario Rodas
fc48d4b6e8
Merge pull request #242594 from natsukium/streamlit/update
...
streamlit: 1.24.0 -> 1.24.1; move to python-modules
2023-08-06 09:57:12 -05:00
natsukium
edc5d13ef3
streamlit: manage as python-modules
2023-08-06 22:55:01 +09:00
Weijia Wang
edaaba46c8
Merge pull request #244155 from SuperSandro2000/crystal-apple-sdk
...
crystal: correct usage of darwin.apple_sdk_11_0
2023-08-06 14:58:35 +02:00
davidak
8f5f44b905
Merge pull request #246402 from Piturnah/heh
...
heh: init at 0.4.1
2023-08-06 14:49:16 +02:00
Peter Hebden
231f561d78
heh: init at 0.4.1
2023-08-06 13:10:55 +01:00
github-actions[bot]
b536c72108
Merge staging-next into staging
2023-08-06 12:02:05 +00:00
github-actions[bot]
57c45024b3
Merge master into staging-next
2023-08-06 12:01:39 +00:00
Naïm Favier
8c9c19b5a9
agdaPackages._1lab: init at unstable-2023-03-07
...
https://github.com/plt-amy/1lab
2023-08-06 12:49:13 +02:00
Nick Cao
7cc4180f87
Merge pull request #241099 from SharzyL/jextract-init
...
jextract: init at unstable-2023-04-14
2023-08-06 03:18:02 -06:00
github-actions[bot]
2ca7eb5d4e
Merge staging-next into staging
2023-08-06 06:01:22 +00:00
github-actions[bot]
b63c63c62c
Merge master into staging-next
2023-08-06 06:00:55 +00:00
happysalada
541c5d8de0
python310Packages.txtai: init at 5.5.1
2023-08-06 12:27:07 +08:00
davidak
1b29ae4656
Merge pull request #246208 from XYenon/master
...
globalping-cli: init at 1.1.0
2023-08-06 04:48:18 +02:00
Ben Wolsieffer
6421f070e3
libgpiod: fix Python bindings
...
libgpiod's Python bindings no longer worked after the upgrade to 2.0.1. The
build system installs an egg, which doesn't work in nixpkgs. To fix this, I
adopted the same approach I took in #204884 . This patch builds the Python
bindings as a separate package, using the normal nixpkgs Python infrastructure.
Besides fixing the bindings, this has the added benefit of avoiding the need to
build a redundant copy of libgpiod as part of the Python bindings package.
Lastly, I cleaned up the libgpiod package a bit, removing an unused dependency
on kmod and an unnecessary configure flag. I also added the full list of
licenses that apply to the package.
2023-08-05 22:37:54 -04:00
figsoda
3b74f1205c
zig_0_11: init
...
https://ziglang.org/download/0.11.0/release-notes.html
2023-08-06 02:14:04 +00:00
davidak
62f11e9e1d
Merge pull request #246187 from SuperSamus/hid-nintendo-remove
...
hid-nintendo: remove
2023-08-06 04:07:11 +02:00
github-actions[bot]
0031ae7742
Merge staging-next into staging
2023-08-06 00:03:36 +00:00
github-actions[bot]
c90f3611dc
Merge master into staging-next
2023-08-06 00:02:21 +00:00
Weijia Wang
a899d35823
Merge pull request #242570 from fortuneteller2k/elf2uf2-darwin
...
elf2uf2-rs: support darwin
2023-08-06 00:58:15 +02:00
Sandro Jäckel
d47082aa9a
crystal: correct usage of darwin.apple_sdk_11_0
2023-08-06 00:55:37 +02:00
Weijia Wang
c447ba5801
Merge pull request #244180 from nrhtr/fix-supertuxkart-darwin
...
superTuxKart: fix missing dependency on darwin
2023-08-06 00:50:30 +02:00
Weijia Wang
a62f04fdd9
Merge pull request #244258 from Enzime/remmina-macos
...
remmina: support building on macOS
2023-08-06 00:48:18 +02:00
figsoda
f5768b2b76
gex: use libgit2_1_6
2023-08-05 18:25:59 -04:00
figsoda
765ccf25a9
libgit2_1_6: init at 1.6.4
...
Some packages still depend on libgit2 1.6
2023-08-05 18:08:33 -04:00
Weijia Wang
ad32de4e6b
Merge pull request #247229 from amarshall/altserver
...
altserver-linux: cleanup and rename from alt-server / AltServer-Linux
2023-08-05 23:45:02 +02:00
Weijia Wang
e3d4db7a19
Merge pull request #246976 from tjni/python2-backport
...
python2.pkgs.backports-functools-lru-cache: init at 1.6.6
2023-08-05 23:08:31 +02:00
Jan Malakhovski
85d4248a4f
treewide: fix some comments ( #247365 )
...
* pkgs/top-level/splice.nix: fix broken comment
* stdenv: use a value that actually works in the comment there
2023-08-05 23:01:26 +02:00
Theodore Ni
98aa7e8973
dt-schema, python3.pkgs.dtschema: handle jsonschema incompatibility
...
1. dt-schema is an application, so it can pin jsonschema to 4.17
2. mark python3.pkgs.dtschema broken with jsonschema > 4.17
3. mark python3.pkgs.dtschema broken on darwin
2023-08-05 13:16:43 -07:00
Theodore Ni
76aa255c3a
gex: add Security framework dependency on darwin
2023-08-05 12:53:59 -07:00
Robert Scott
dcead249cc
Merge pull request #246209 from 70m6/feature/numcpp
...
numcpp: init at 2.11.0
2023-08-05 20:18:03 +01:00
Weijia Wang
abb697a0cd
Merge pull request #239254 from wirew0rm/pkgs/scenebuilder
...
scenebuilder: 15.0.1 -> 20.0.0, enable javaFX and webkit
2023-08-05 20:26:48 +02:00
github-actions[bot]
687b501234
Merge staging-next into staging
2023-08-05 18:01:37 +00:00
github-actions[bot]
e329dc70ee
Merge master into staging-next
2023-08-05 18:01:09 +00:00
Weijia Wang
672efa6939
Merge pull request #247338 from wegank/slib-bump
...
slibGuile: 3b5 -> 3b7
2023-08-05 19:50:28 +02:00
Nikolay Korotkiy
8fcd44ee4f
Merge pull request #244390 from sikmir/dq
...
dq: init at 20230101
2023-08-05 21:50:10 +04:00
Robert Scott
842726c6dc
fortify-headers: init at 1.1alpine1
2023-08-05 18:48:07 +01:00
Weijia Wang
b881156cec
scenebuilder: 19.0.0 -> 20.0.0
2023-08-05 19:12:48 +02:00
Artturi
49ee0ac5b0
Merge pull request #233597 from viraptor/filezilla-darwin
...
libfilezilla: fix darwin intel build
2023-08-05 17:56:50 +03:00
Mario Rodas
c0f799f9b1
Merge pull request #244539 from tobim/pkgs/protobuf3_23
...
protobuf3: 21.12 -> 23.4
2023-08-05 09:48:15 -05:00
Anderson Torres
06a4aa3cdf
edUnstable: init at 1.20-pre2
2023-08-05 14:36:24 +00:00
Anderson Torres
9d5713843f
ed: refactor
...
A crazy refactor that factors the sources to a separate file, in order to
accomodate extra sources in parallel to the stable one.
2023-08-05 14:36:24 +00:00
Weijia Wang
ae74282918
slibGuile: 3b5 -> 3b7
2023-08-05 16:30:01 +02:00
github-actions[bot]
f8579c6c72
Merge staging-next into staging
2023-08-05 12:02:05 +00:00
github-actions[bot]
6458cb74a2
Merge master into staging-next
2023-08-05 12:01:30 +00:00
IogaMaster
631b5b9cc6
colorstorm: init at 2.0.0
...
It's a color theme generator for editors and terminal emulators, rewritten in
Zig.
Co-authored-by: IogaMaster <iogamastercode@gmail.com>
Co-authored-by: figsoda <figsoda@pm.me>
2023-08-05 11:10:50 +00:00
Anderson Torres
29b89132fb
ncdu: use zigHook
...
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes )
- Add `meta.changelog`
2023-08-05 11:10:50 +00:00
Anderson Torres
a3ccdee063
zls: use zigHook
...
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes )
2023-08-05 11:10:50 +00:00
Anderson Torres
5c68e0e7e1
waylock: use zigHook
...
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes )
2023-08-05 11:10:50 +00:00
Anderson Torres
6d87dc7136
rivercarro: use zigHook
...
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes )
2023-08-05 11:10:50 +00:00
Anderson Torres
ba1c193d28
mepo: use zigHook
...
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes )
2023-08-05 11:10:50 +00:00
Anderson Torres
dd8d813a73
blackshades: use zigHook
...
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes )
2023-08-05 11:10:50 +00:00
tom barrett
83f9448e64
numcpp: init at 2.11.0
2023-08-05 12:08:28 +02:00
Alexander Krimm
d02a90fd17
scenic-view: use a jdk with bundled openjfx
...
This used to be the default but got changed in #206643 / ce6bc62
to reduce the closure of non javafx java apps. Additionally 1caf19b
removed webkit support which is also required for scenic-view and
therefore explicitly enabled.
2023-08-05 11:53:43 +02:00
Alexander Krimm
f2bdee4337
scenebuilder: 15.0.1 -> 19.0.0
...
Bump scenebuilder to 19.0.0 as the latest release 20.0.0 depends on
jdk20, which is not packaged in nixpkgs yet.
Since version 15 the build system for scenebuilder was switched from
gradle to maven.
Additionally this commit switches to using a jre which bundles
openjfx. This used to be the default but was changed in ce6bc62
,
which prevented scenebuilder from starting.
2023-08-05 11:53:43 +02:00
Tobias Mayer
9e397b9d00
protobuf3: 21.12 -> 24.4
2023-08-05 11:26:17 +02:00
Mostly Void
8fcf05bc95
prqlc: init at 0.9.3
2023-08-05 11:25:11 +03:00
Vladimír Čunát
d5732d9669
Merge branch 'staging-next' into staging
2023-08-05 07:45:29 +02:00
Vladimír Čunát
3a5c176f95
Merge branch 'master' into staging-next
2023-08-05 07:40:22 +02:00
Mario Rodas
4d47a405c4
python310Packages.getjump: init at 2.4.0
2023-08-05 04:20:00 +00:00
Robert Schütz
ebba86f23b
Merge pull request #246404 from dotlambda/hueadm-buildNpmPackage
...
hueadm: use buildNpmPackage
2023-08-05 02:45:33 +00:00
Robert Schütz
dfe78d6e03
Merge pull request #246303 from dotlambda/castnow-buildNpmPackage
...
castnow: use buildNpmPackage
2023-08-05 02:45:12 +00:00
Robert Schütz
8e49af0f3e
hueadm: use buildNpmPackage
2023-08-04 18:24:33 -07:00
Robert Schütz
8b75ef3a68
castnow: use buildNpmPackage
2023-08-04 18:18:07 -07:00
Robert Schütz
e0245ba6bb
antennas: use buildNpmPackage
2023-08-04 18:17:08 -07:00
Robert Schütz
2b0e577105
Merge pull request #246664 from dotlambda/lektor-top-level
...
lektor: remove from python3Packages
2023-08-05 01:03:19 +00:00
Robert Schütz
c12de5e433
Merge pull request #246720 from dotlambda/mrkd-top-level
...
mrkd: remove from python3Packages
2023-08-05 01:02:55 +00:00
Robert Schütz
4f0f72ef26
Merge pull request #246434 from dotlambda/balanceofsatoshis-buildNpmPackage
...
balanceofsatoshis: use buildNpmPackage
2023-08-05 01:02:33 +00:00
Robert Schütz
c990b0f084
Merge pull request #246145 from dotlambda/karma-runner-init
...
nodePackages.karma: use buildNpmPackage
2023-08-05 01:01:13 +00:00
github-actions[bot]
16547be5c0
Merge master into staging-next
2023-08-05 00:02:07 +00:00
Andrew Marshall
3f8cf9b158
altserver-linux: rename from alt-server / AltServer-Linux
...
- Make pname all lowercase—do not transform AltServer -> alt-server, but
to altserver as the name already has hyphens elsewhere, and many other
packages (including the example in nixpkgs manual) do this
- Change variable and dir names to match pname as deviation seems
unnecessary here and only leads to confusion; this project is also a
variation on AltServer-Windows, so keeping the “-linux” seems
warranted
From https://nixos.org/manual/nixpkgs/unstable/#sec-package-naming :
> The pname and the version attribute must not contain uppercase letters
> e.g., "mplayer" instead of “MPlayer”`.
2023-08-04 17:29:18 -04:00
Robert Schütz
dabc050090
karma-runner: init at 6.4.2
2023-08-04 13:55:43 -07:00
Robert Schütz
b26ab04e7f
markdownlint-cli: use buildNpmPackage
2023-08-04 13:51:15 -07:00
Robert Schütz
ccfe674e5f
balanceofsatoshis: use buildNpmPackage
2023-08-04 13:47:01 -07:00
Pol Dellaiera
904ac6b6c2
Merge pull request #240405 from pbsds/mya-init
...
mya: init at 1.0.0
2023-08-04 22:37:10 +02:00
Weijia Wang
ac82995363
Merge pull request #247137 from wegank/guile-platforms-3
...
treewide: reduce guile_2_0 usage
2023-08-04 20:36:06 +02:00
github-actions[bot]
3af9469ebd
Merge master into staging-next
2023-08-04 18:01:05 +00:00
Weijia Wang
c39c0479dd
geda: 1.8.2-20130925 -> 1.10.2
2023-08-04 19:10:54 +02:00
Weijia Wang
f991c6ec4a
libmatheval: unpin guile_2_0
2023-08-04 18:15:59 +02:00
Vincent Laporte
491a3d732f
ocamlPackages.{trace,trace-tef}: init at 0.2
2023-08-04 18:15:58 +02:00
Pol Dellaiera
a3f9ce2a8e
Merge pull request #246906 from khaneliman/sketchybar-app-font
...
sketchybar-app-font: init at 1.0.13
2023-08-04 18:04:08 +02:00
Weijia Wang
8419104ce9
gwrap: pin guile_2_2 instead
2023-08-04 17:47:42 +02:00
Weijia Wang
37c34fa0ba
guile-xcb: 1.3 -> unstable-2017-05-29
2023-08-04 17:44:22 +02:00
Weijia Wang
37f3ebe498
freetalk: 4.1 -> 4.2
2023-08-04 17:30:09 +02:00
Weijia Wang
d00dec7dd1
Merge pull request #247013 from wegank/guile-default-bump
...
guile: default to guile_3_0
2023-08-04 17:18:37 +02:00
Thiago Kenji Okada
a6b0b744ad
Merge pull request #246377 from dotlambda/reveal-md-buildNpmPackage
...
reveal-md: use buildNpmPackage
2023-08-04 13:07:58 +00:00
Thiago Kenji Okada
3d3162f0e2
Merge pull request #245435 from thiagokokada/flood-buildNpmPackage
...
flood: repackage using buildNpmPackage; flood: 4.7.0 -> unstable-2023-06-03
2023-08-04 13:06:30 +00:00
github-actions[bot]
534a2a75fb
Merge master into staging-next
2023-08-04 12:01:11 +00:00
Peder Bergebakken Sundt
9672b13a43
mya: init at 1.0.0
...
Co-authored-by: Emily <vcs@emily.moe>
2023-08-04 12:28:32 +02:00
Weijia Wang
7774391040
Merge pull request #247063 from emilazy/cdrdao-fixes
...
{cdrdao,whipper}: support Darwin and add patch
2023-08-04 12:12:59 +02:00
Weijia Wang
baa886b5f9
guile-sdl: pin guile_2_2
2023-08-04 12:11:11 +02:00
Thiago Kenji Okada
2385e73cca
flood: repackage using buildNpmPackage
...
Related issue: #229475
Co-authored-by: Winter <winter@winter.cafe>
2023-08-04 11:03:31 +01:00
Weijia Wang
1a25a20103
guile: default to guile_3_0
2023-08-04 11:55:25 +02:00
Lassulus
d6f28f609e
Merge pull request #246050 from cafkafk/cafkdev-eza
...
eza: init at 0.10.4
2023-08-04 08:47:05 +02:00
Vladimír Čunát
cc1f8310b4
Merge #246981 : Fix perlPackages breakage (2)
...
...into staging-next
2023-08-04 08:03:14 +02:00
github-actions[bot]
83383ab4a5
Merge master into staging-next
2023-08-04 06:01:21 +00:00
Theodore Ni
39dd3d18bc
python3.pkgs.meson-python: depend on top-level ninja
...
This is a build tool that depends on a ninja binary directly, not
through the ninja PyPI package.
2023-08-03 22:12:05 -07:00
Theodore Ni
a586a9e55f
python3.pkgs.ninja: rename from ninja-python
...
I am hoping this can be a transparent shim for most if not all Python
packages that acts as a proxy to the actual ninja package in nixpkgs.
If this works, doing it this way simplifies rolling out the new Python
build hooks that do stricter build dependency validation.
2023-08-03 21:38:47 -07:00
Pierre Bourdon
1217b7fdb7
Merge pull request #246562 from gp2112/pkgs/zettlr
...
zettlr-beta: init at 3.0.0-beta.7
2023-08-04 05:33:05 +02:00
Pierre Bourdon
0805d2fc36
Merge pull request #246898 from getchoo/prism-darwin
...
prismlauncher: add support for darwin
2023-08-04 05:30:06 +02:00
Theodore Ni
a230b18ebe
dvc: move to python-modules since dvclive depends on it
...
This follows the best practices in the documentation.
2023-08-03 18:37:57 -07:00
github-actions[bot]
0542af4e29
Merge master into staging-next
2023-08-04 00:02:04 +00:00
Martin Weinelt
09f5e7d840
Merge pull request #245436 from mweinelt/django-default
...
python310Packages.django: migrate to django_4
2023-08-04 01:55:19 +02:00
codec
47db2bfffb
prometheus-idrac-exporter: init at unstable-2023-06-29
2023-08-04 00:57:19 +02:00
Janik
91314f5d20
Merge pull request #228659 from kirillrdy/wasmserve
2023-08-04 00:26:12 +02:00
Kirill Radzikhovskyy
7079aa8566
wasmserve: init at 1.0.0
2023-08-04 07:45:07 +10:00
github-actions[bot]
e13e3f4c54
Merge master into staging-next
2023-08-03 18:01:14 +00:00
seth
7ed803a136
prismlauncher: add support for darwin
2023-08-03 12:56:06 -04:00
Janik
7e28249263
Merge pull request #245578 from donovanglover/hyprdim
2023-08-03 18:44:30 +02:00
Pol Dellaiera
9aabdcf43f
Merge pull request #237892 from jthulhu/update-pharo
...
pharo: old -> 10.0.5
2023-08-03 18:20:01 +02:00
Weijia Wang
029622d055
Merge pull request #246876 from wegank/jogl-platforms
...
gephi, processing: support more platforms
2023-08-03 17:47:40 +02:00
Stig Palmquist
aeac1644cb
perlPackages.VariableMagic: 0.62 -> 0.63
2023-08-03 17:37:25 +02:00
Stig Palmquist
f681b9c363
perlPackages.ScopeUpper: 0.33 -> 0.34
2023-08-03 17:31:04 +02:00
Stig Palmquist
58ee752423
perlPackages.Parent: 0.238 -> 0.241
2023-08-03 17:25:59 +02:00
Stig Palmquist
cefd230d96
perlPackages.PPR: 0.000028 -> 0.001008
2023-08-03 17:24:27 +02:00
Stig Palmquist
08b4e2813c
perlPackages.ObjectPad: 0.68 -> 0.79
2023-08-03 17:22:33 +02:00
Stig Palmquist
9cd33f2cb7
perlPackages.Test2Suite: 0.000138 -> 0.000155
2023-08-03 17:22:12 +02:00
Stig Palmquist
d2be1aa738
perlPackages.NumberFormat: 1.75 -> 1.76
2023-08-03 17:16:24 +02:00
jthulhu
e85228766c
pharo: old -> 10.0.5
2023-08-03 16:57:58 +02:00
Theodore Ni
809de4d210
python2.pkgs.wcwidth: add missing python2 dependency
2023-08-03 07:49:32 -07:00
Theodore Ni
9058cdef7d
python2.pkgs.backports-functools-lru-cache: init at 1.6.6
2023-08-03 07:49:18 -07:00
Weijia Wang
1667a74168
javaPackages.jogl_2_4_0: add darwin support
2023-08-03 15:33:11 +02:00
Weijia Wang
3b438ab99e
javaPackages.jogl_2_3_2: drop
2023-08-03 15:33:11 +02:00
Florian Agbuya
1d41078177
linux-gpib: init at 4.3.6
2023-08-03 21:19:45 +08:00
Mario Rodas
b2bd56520f
Merge pull request #244337 from 06kellyjac/doc2go
...
doc2go: init at 0.4.1
2023-08-03 08:15:43 -05:00
Mario Rodas
7c3cd3a963
Merge pull request #246791 from 06kellyjac/goimports-reviser
...
goimports-reviser: init at 3.3.1
2023-08-03 08:14:15 -05:00
Martin Weinelt
667c4f2dc6
Merge pull request #224635 from helsinki-systems/drop/dhcpd
...
dhcpd: remove
2023-08-03 15:12:06 +02:00
Austin Horstman
16d9768613
sketchybar-app-font: init at 1.0.13
2023-08-03 07:57:50 -05:00
Martin Weinelt
b528b27757
python310Packages.django-compat: drop
...
Not useful any longer and started failing to build with django 4.
2023-08-03 14:35:35 +02:00
Martin Weinelt
f699824f6e
python310Packages.django: migrate to django_4
...
3.2 LTS ran out of mainstream support in 2021/12 and we should probably
stay on the latest LTS release, that receives mainstream support.
2023-08-03 14:35:34 +02:00
github-actions[bot]
dc63372d70
Merge master into staging-next
2023-08-03 12:01:13 +00:00
Martin Weinelt
9eaec2881f
Merge pull request #246836 from NixOS/home-assistant
...
home-assistant: 2023.7.3 -> 2023.8.0
2023-08-03 13:54:00 +02:00
Martin Weinelt
fcf476cb78
Merge pull request #246856 from mweinelt/piper-tts-1.2.0
...
piper-tts: 0.0.2 -> 1.2.0
2023-08-03 13:10:32 +02:00
Pol Dellaiera
db4eaf5df5
Merge pull request #241997 from Gerg-L/fastfetch
...
fastfetch: init at 1.12.2
2023-08-03 12:29:07 +02:00
Gerg-L
59e85cb8ab
fastfetch: init at 1.12.2
...
Co-authored-by: khaneliman <khaneliman12@gmail.com>
2023-08-03 05:47:58 -04:00
Robert Schütz
2cfcf60156
python310Packages.ipynbname: init at 2023.2.0.0
2023-08-03 00:34:45 -07:00
Pol Dellaiera
2fca7d4750
Merge pull request #244752 from shenlebantongying/master
...
goldendict-ng: init at 23.07.23
2023-08-03 08:47:30 +02:00
Pol Dellaiera
754d28198c
Merge pull request #246788 from khaneliman/nwg-displays
...
nwg-displays: init at 0.3.7
2023-08-03 08:44:50 +02:00
Vladimír Čunát
c5d3708f89
Merge #246727 : numba: Fix build with numpy 1.25
...
...into staging-next
2023-08-03 08:41:32 +02:00
github-actions[bot]
e8caa03cd0
Merge master into staging-next
2023-08-03 06:01:20 +00:00
Pol Dellaiera
a6565aafe5
Merge pull request #246425 from adriandole/master
...
mongocxx: init at 3.8.0
2023-08-03 06:23:36 +02:00
Theodore Ni
043c1325f6
python310Packages.cx-freeze: rename from cx_Freeze
2023-08-02 20:50:12 -07:00
Vincent Laporte
84821b9769
coqPackages.paco: 4.1.2 → 4.2.0
2023-08-03 04:30:34 +02:00
happysalada
8fe010b2d9
fira-code-nerdfont: init
2023-08-03 10:03:35 +08:00