Commit graph

14 commits

Author SHA1 Message Date
Artturin 5ff54697d0 termius: switch to a snap source 2021-08-04 17:58:26 +03:00
Artturin decadbb63a termius: switch to a official source 2021-07-13 23:31:54 +03:00
Artturin 63b62fbf25 termius: unbreak 2021-07-11 02:49:51 +03:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sandro ec421ca248
Merge pull request #100532 from piegamesde/fix-desktopitems
treewide: Fix broken desktop files and mark packages as broken
2020-11-27 22:27:59 +01:00
Thomas Marchand 4f85c0a764 termius: 6.4.1 -> 7.1.0 2020-11-21 09:32:55 +01:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
piegames e14a359896 treewide: Fix broken desktop files and mark packages as broken
This fixes all packages that are failed `nixpkgs-review` in #91790.
Packages that were broken prior to that PR were marked as broken.
Packages that failed because of #75729 were fixed.
2020-10-15 15:14:51 +02:00
R. RyanTM 94515eb3cd termius: 6.1.1 -> 6.4.1 2020-08-31 02:08:41 +00:00
Florian Klink 05a5afc979 termius: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
R. RyanTM 0c07d01379 termius: 5.10.1 -> 6.1.1 2020-07-07 13:46:06 +00:00
Oleksii Filonenko 93330aa8fe termius: 5.6.2 -> 5.10.1 2020-05-01 08:22:37 +00:00
Oleksii Filonenko 736bf3ed84 termius: init at 5.6.2
Co-authored-by: misuzu <bakalolka@gmail.com>
Co-authored-by: Thomas Marhchand <thomas.marchand@tuta.io>
2020-03-27 15:43:30 +02:00