Commit Graph

8 Commits

Author SHA1 Message Date
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
R. Ryantm
fe9c98bd60 cozy-drive: 3.38.0 -> 3.39.0 2024-04-25 00:58:06 +00:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
kashw2
04696a92a8 cozydrive: 3.32.0 -> 3.38.0 2023-08-10 13:22:26 +10:00
Simarra
6e73c0de7d
cozy-drive: 3.30.1 -> 3.32.0
https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.31.0
https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.32.0

#162870
2022-03-06 22:13:45 +08:00
Naïm Favier
463c567bec
cozydrive: fix maintainers
Having a string instead of a maintainer entry is causing the nixos-search import to [fail](https://github.com/NixOS/nixos-search/runs/3846627702?check_suite_focus=true#step:8:13)
2021-10-09 15:50:27 +02:00
Simarra
9b60125d5d
cozy-drive: Add Cozy Drive package. (#138730)
* pkg(cozy-drive): Add Cozy Drive package.

* fix(cozy-drive): Remove unwanted file.

* fix(cozy-drive): Fix unwanted deletion on clipcat rl

* pkg(cozy-drive): Add rl-2111 section ran with script

* cozy-drive: init - release-note

Delete useless release note entry.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* cozy-drive: init fix syntax

Fix syntax on with meta lib

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* maintainers: add Simarra

* cozy-drive: init. Fix maintenair name

* cozy-drive: init. remove unwanted rl section

* cozy-drive: init. set 3.30.0 version

* cozy-drive: v3.30.0>v3.30.1

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-05 22:08:02 +02:00