Commit Graph

20 Commits

Author SHA1 Message Date
Sandro
83d2194d0e
Merge pull request #305391 from LeSuisse/rustls-ffi-0.13.0
rustls-ffi: 0.10.0 -> 0.13.0
2024-08-01 22:08:38 +02:00
Austin Horstman
8bed04d93f
rustdesk: move to by-name 2024-07-21 00:12:13 -05:00
Nick Cao
b90a0b82f6
Merge pull request #325721 from r-ryantm/auto-update/rustmission
rustmission: 0.3.3 -> 0.4.3
2024-07-10 18:43:57 -04:00
R. Ryantm
8366f761ca rustmission: 0.3.3 -> 0.4.3 2024-07-09 03:40:00 +00:00
Thomas Gerbet
248ffcefe6 rustls-ffi: 0.10.0 -> 0.13.0
Switched to the recently introduced cargo-c build in order
to get pkg-config/.so config.

Changelog:
https://github.com/rustls/rustls-ffi/blob/v0.13.0/CHANGELOG.md
2024-07-08 18:56:24 +02:00
S. Nordin Abouzahra
b56eed9fc4 rustdesk-flutter: explicitly use fuse3
`rustdesk-flutter` supports `fuse3` so there is no reason to rely on the older
`fuse2`. This allows the package to be used on systems which have a filesystem
that is not supported by the older `fuse2`.

Note, `fuse` currently defaults to `fuse2`.
2024-07-08 04:04:28 -04:00
éclairevoyant
41eba2dd4f
Merge pull request #322474 from anas-contribs/rustmission
rustmission: init at 0.3.3
2024-06-26 12:02:31 +00:00
0x61nas
d9cea410c2
rustmission: init at 0.3.3 2024-06-25 23:50:24 +03:00
Janne Heß
daa7361491
rustdesk-flutter: 1.2.3-2 -> 1.2.6 2024-06-24 16:04:15 +02:00
Aleksana
485ada007f
Merge pull request #320726 from CherryKitten/init-rusty-diceware
rusty-diceware: init at 0.5.8
2024-06-19 17:54:33 +08:00
CherryKitten
c640bed02e
rusty-diceware: init at 0.5.8 2024-06-18 11:00:29 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
aleksana
af2004e1d4 ruapu: init at 0.1.0 2024-04-14 23:32:41 +08:00
Janne Heß
2b54eba0f4
rustdesk-flutter: 1.2.3-unstable-2024-02-11 -> 1.2.3-2 2024-04-08 10:34:50 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Janne Heß
1d5f9ae486
rustdesk-flutter: unstable-2024-02-03 -> 1.2.3-unstable-2024-02-11
Also multiple fixups:
- Fix structured attrs by removing it
- Switch to Flutter 3.16
- Add some comments on how to generate files
- Make patches apply more neatly
- Use proper cc
- Make output hash independant of metadata
- Softcode .so file ending
2024-02-12 17:00:40 +01:00
Janne Heß
f86ac9b06a
rustdesk-flutter: init at unstable-2024-02-03
This is a second package to ensure people can still use the old one
which is built from a stable tag. The old 1.2.3 version uses a flutter
that is too old which is why it was dropped from nixpkgs.
2024-02-05 12:23:22 +01:00
oluceps
b331e388aa
rustplayer: init at unstable-2022-12-29
Co-authored-by: Zaechus <zaechus@pm.me>
Co-authored-by: ocfox <i@ocfox.me>
2023-10-17 10:24:30 +08:00
Antti Keränen
fc4d0f6158 rusti-cal: init at 1.1.0 2023-09-08 16:27:47 +02:00