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
Martino Fontana
6e465f4550 treewide: fix use of extraPkgs in AppImages
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.

Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +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
Mikael Fangel
6fa94e6a50
lbry: 0.53.8 -> 0.53.9 2024-01-08 21:41:23 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
nicoo
fab52fca51 treewide: sha512 → hash 2023-09-22 18:37:42 +02:00
Daniel Șerbănescu
3c17d9f8cf lbry: 0.52.5 -> 0.53.8 2022-11-19 15:47:23 +01:00
Marek Paśnikowski
e8c323aa39
lbry: 0.52.4 -> 0.52.5 2022-02-26 13:42:38 +01:00
Marek Paśnikowski
7e79b91afd
lbry: 0.52.3 -> 0.52.4 2022-02-16 10:25:57 +01:00
Marek Paśnikowski
2b21cf5406
lbry: 0.52.2 -> 0.52.3 2022-02-16 10:04:20 +01:00
Marek Paśnikowski
e99a955d2d
lbry: 0.52.0 -> 0.52.2 2022-02-13 12:43:46 +01:00
Marek Paśnikowski
2b6305f97a
lbry: 0.50.2 -> 0.52.0
### Motivation for this change
Long time waiting for the update. Took the matter into own hands.

### Things done
Incremented the version number to the latest stable release.
Changed the sha512 value.

Opened the application and used it for a while.

PS: This is my very first contribution ever. I hope this fullfills the requirements.
2022-01-25 09:31:45 +01:00
Pavol Rusnak
28de4ac62a
treewide: make AppRun substitutions constistent 2021-04-17 12:48:13 +02:00
Hutzdog
6a6d2df62a lbry: init at 0.50.2 2021-04-13 12:49:40 -07:00