Commit Graph

7 Commits

Author SHA1 Message Date
Motiejus Jakštys
1bd350449a gitea: fix passthru.data-compressed
Fixes two bugs:
- pass a forgotten `{}` to `compressDrv`.
- remove incorrect usage of `lndir` in `compressDrv`. I added a brief
  comment on why, see [this comment][1] for more details.

Tested with:

```
$ nix build .#legacyPackages.x86_64-linux.gitea.passthru.data-compressed
$ ls -lh result/public/assets/licenses.txt*
lrwxrwxrwx 1 root root  90 Jan  1  1970 result/public/assets/licenses.txt -> /nix/store/p21irsr57hckd3x3ym18aa0cr9zmm3an-gitea-1.22.1-data/./public/assets/licenses.txt
-r--r--r-- 1 root root 30K Jan  1  1970 result/public/assets/licenses.txt.br
-r--r--r-- 1 root root 82K Jan  1  1970 result/public/assets/licenses.txt.gz
```

[1]: https://github.com/NixOS/nixpkgs/pull/332752#discussion_r1721043286
2024-08-18 22:47:03 +03:00
Motiejus Jakštys
d97365e05e gitea.passthru.data-compressed: switch to compressDrvWeb 2024-08-04 10:10:16 +03:00
techknowlogick
2802d73bee gitea: disable pamSupport on darwin 2024-07-17 15:04:22 -04:00
Sandro
e10593c057
Merge pull request #324589 from Izorkin/fix-gitea-static
gitea: fix create static compressed files
2024-07-08 00:08:48 +02:00
Izorkin
f5df37e8bb
gitea: fix create static compressed files 2024-07-05 01:46:22 +03:00
Sandro Jäckel
b42d46629b
gitea: 1.22.0 -> 1.22.1
Diff: https://github.com/go-gitea/gitea/compare/v1.22.0...v1.22.1
2024-07-04 15:40:11 +02:00
techknowlogick
fbe20f603b gitea: move to by-name 2024-06-03 11:12:02 -04:00