Commit graph

27 commits

Author SHA1 Message Date
Logan Glasson a0e35869a2 aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut 2021-03-14 00:34:30 +13:00
Sandro Jäckel c8dfbb6e75
aerc: remove unused inputs 2021-02-18 22:24:57 +01:00
Jörg Thalheim b8edf8f7d3
Merge pull request #110181 from charvp/pr/aerc-extra-path-replace
aerc: replace an extra use of SHAREDIR
2021-02-04 21:33:46 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Charlotte Van Petegem d76bdf6489
aerc: replace an extra use of SHAREDIR 2021-01-21 10:42:49 +01: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
freezeboy a0f4326687 aerc: 0.4.0 -> 0.5.2 2020-12-29 15:03:52 +01:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
zowoq 7dec299b89 buildGoModule/vend: use upstream instead of fork 2020-08-20 08:01:43 +10:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Colin L Rice 3e92195923 aerc: update to use runvend 2020-07-29 19:07:59 -04:00
zowoq 902987d23d
aerc: fix GOFLAGS (#93455) 2020-07-19 21:50:54 -07:00
Nikolay Korotkiy 36d52ba566
aerc: unstable-2020-02-01 -> 0.4.0 2020-06-07 14:06:05 +03:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas 7449323baf aerc: fix build on darwin 2020-03-21 04:21:00 -05:00
Jörg Thalheim b5144456cc
aerc: fix strict deps build 2020-03-18 11:29:35 +00:00
Florian Klink fe08bffe4c aerc: 0.3.0 -> unstable-2020-02-01
The current version seems to go panic on some mail boxes.

It's already fixed in master, but there hasn't been a release yet.
2020-02-01 23:38:36 +01:00
David Terry cb8aa201e2 aerc: 0.2.1 -> 0.3.0
- bump version
- build with notmuch support
- substitute @SHAREDIR@ in aerc.conf for the `template-dirs` key
- place ncurses instead of ncurses.dev in PATH (cannot find infocmp otherwise)
2019-11-25 08:47:28 -08:00
Tadeo Kondrak 44efab627f aerc: Fix store references in default config 2019-11-05 13:45:33 +02:00
Aluísio Augusto Silva Gonçalves 14ce9b2fbd
aerc: 0.1.4 -> 0.2.1 2019-07-29 18:03:54 -03:00
Aluísio Augusto Silva Gonçalves 67912138ea
aerc: add dependency on ncurses for unknown terminals
The TUI library aerc uses, tcell, comes with a built-in database of
terminal definitions.  For terminals not in this database (e.g.
Alacritty), an entry is generated dynamically using infocmp, part of
ncurses' dev output.
2019-07-29 18:00:37 -03:00
Matthias Beyer 7b02dd82f8 aerc: 0.1.1 -> 0.1.4 2019-07-17 20:10:16 +02:00
Matthias Beyer 0bf6e25a6b aerc: 0.1.0 -> 0.1.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-10 16:25:08 +02:00
Jörg Thalheim 6abbf8e15f
aerc: init at 0.1.0
Co-authored-by: Tadeo Kondrak <me@tadeo.ca>
2019-06-07 09:11:32 -06:00