Commit Graph

57743 Commits

Author SHA1 Message Date
figsoda
d6286a6684 risor: init at 0.10.0
https://github.com/risor-io/risor
2023-08-06 16:57:26 -04: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
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
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
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
davidak
1b29ae4656
Merge pull request #246208 from XYenon/master
globalping-cli: init at 1.1.0
2023-08-06 04:48:18 +02: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
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
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
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
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
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
Weijia Wang
ae74282918 slibGuile: 3b5 -> 3b7 2023-08-05 16:30:01 +02: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
Mostly Void
8fcf05bc95
prqlc: init at 0.9.3 2023-08-05 11:25:11 +03: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
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