Commit Graph

17 Commits

Author SHA1 Message Date
Guanran Wang
ed27463277
localsend: darwin: link binary to $out/bin 2024-03-22 14:00:46 +08: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
linsui
aa5480bc2c localsend: 1.13.1 -> 1.14.0 2024-02-28 14:33:00 +08:00
linsui
299c0185d6 localsend: add linsui as maintainer 2024-01-20 23:41:53 +08:00
linsui
2e5ae73bb6 localsend: 1.12.0 -> 1.13.1 2024-01-20 23:41:31 +08:00
FlafyDev
f68d55bc95 localsend: Lock to flutter 3.13 2024-01-15 16:26:36 +02:00
hacker1024
23952fb641 buildDartApplication: Remove depsListFile
We get a dependency list with pub2nix now. We can no longer easily distinguish between development dependency dependencies and regular dependency dependencies, but we weren't doing this anyway.
2023-12-26 18:48:12 +02:00
linsui
11eec02a71 localsend: don't move binary to bin/localsend
Use localsend_app for gui and keep localsend for cli
2023-11-23 02:16:11 +08:00
Adam C. Stephens
3106b264ac
Merge pull request #259901 from linsui/localsend
localsend: 1.11.1 -> 1.12.0, build from source
2023-11-22 10:18:23 -05:00
pinkcreeper100
761fb4f173 localsend: add meta.mainProgram 2023-11-20 17:18:20 +00:00
linsui
e29677c518 localsend: 1.11.1 -> 1.12.0, build from source 2023-11-18 15:17:50 +08:00
Adam Stephens
91ebe5ff73
localsend: 1.11.0 -> 1.11.1 2023-09-05 23:16:33 -04:00
Adam Stephens
cc95d10b19
localsend: 1.10.0 -> 1.11.0 2023-08-29 22:06:04 -04:00
Adam Stephens
c501fa4a45
localsend: 1.9.1 -> 1.10.0 2023-06-09 22:36:20 -04:00
Nikolay Korotkiy
b66a445a9e
localsend: 1.9.0 → 1.9.1 2023-05-07 03:50:20 +04:00
Adam Stephens
775e5cf5f4
localsend: 1.8.0 -> 1.9.0 2023-04-24 11:14:58 -04:00
Nikolay Korotkiy
9e3db1731f
localsend: init at 1.8.0 2023-03-05 16:59:58 +04:00