Commit Graph

8 Commits

Author SHA1 Message Date
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