Commit Graph

14 Commits

Author SHA1 Message Date
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
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
a-kenji
52c2c0fb3d vial: correct meta.mainProgram 2024-03-29 12:42:12 +01:00
R. Ryantm
408edc6bd8 vial: 0.7 -> 0.7.1 2023-09-13 07:29:45 +00:00
Anderson Torres
5a43ed114f vial: cosmetic modifications
- use hash instead of sha256
- set meta.mainProgram and meta.sourceProvenance
2023-08-25 00:03:32 -03:00
R. Ryantm
c18a848adb vial: 0.6 -> 0.7 2023-08-24 23:57:33 -03:00
Felix Buehler
265f39214f vial: 0.5.2 -> 0.6 2022-05-28 10:14:16 +02:00
Ilan Joselevich
0f822a767f vial: 0.5 -> 0.5.2 2022-05-09 16:09:27 +03:00
Ilan Joselevich
3531ed7e06 vial: 0.4.2 -> 0.5 2022-04-10 15:10:16 +03:00
Ilan Joselevich
1495b13283 vial: 0.4.1 -> 0.4.2 2021-12-30 13:52:39 +02:00
Ilan Joselevich
092851ddeb vial: gpl2Only -> gpl2Plus 2021-07-31 22:09:56 -04:00
Ilan Joselevich
4f0545c3d4 vial: 0.4 -> 0.4.1 2021-07-31 22:09:56 -04:00
Ilan Joselevich
deb9d47034 vial: 0.3 -> 0.4 2021-07-18 15:28:37 +03:00
Ilan Joselevich
a75a34cb12 vial: init at 0.3 2021-07-08 15:52:33 +03:00