aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
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
R. Ryantm
e37ac865fe
timewarrior: 1.7.0 -> 1.7.1
2024-01-21 21:34:52 +00:00
R. Ryantm
d82be4f92f
timewarrior: 1.6.0 -> 1.7.0
2023-12-25 00:01:57 +00:00
R. Ryantm
e3af9ac720
timewarrior: 1.5.0 -> 1.6.0
2023-09-26 06:06:57 +00:00
Joshua Chapman
025cb1e9b0
timewarrior: install bash completion
...
The completions files are not installed by default, so we need to
install them manually. This is done by adding the installShellFiles
build input and calling installShellCompletion in postInstall.
2023-06-12 16:32:29 +02:00
R. Ryantm
3c1b2cf961
timewarrior: 1.4.3 -> 1.5.0
2023-04-11 10:31:20 +00:00
Malo Bourgon
0e802eafad
treewide: add meta.mainProgram to many packages
2022-04-14 10:24:01 -07:00
joachimschmidt557
6850357e88
timewarrior: 1.4.2 -> 1.4.3
2021-06-09 21:08:52 +08: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
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Heikki Hokkanen
48ade7c0af
timewarrior: 1.3.0 -> 1.4.2
2020-09-02 18:52:48 +03:00
Matthias Beyer
bc14a2213c
timewarrior: 1.2.0 -> 1.3.0
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-05-20 10:23:18 +02:00
Matthias Beyer
1b5ae92f0f
timewarrior: Fix homepage
...
Thanks to repology.org
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-03 09:50:56 +01:00
Matthias Beyer
cf38a146fd
timewarrior: 1.1.1 -> 1.2.0
...
Switch to fetch sources from github.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
CC: Sampo Sorsa <sorsasampo@protonmail.com>
CC: Ingolf Wanger <contact@ingolf-wagner.de>
2019-11-24 14:43:49 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Matthias Beyer
f1f4f38909
Revert "Remove maintainership"
...
I'm baaaaack!
This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.
This reverts commit ce1c1e3093
.
2019-02-20 19:57:34 +01:00
Markus Kowalewski
e9d904af55
timewarrior: update homepage
2018-09-02 00:23:23 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthias Beyer
ce1c1e3093
Remove maintainership
...
With this patch I remove myself as a maintainer for all packages I
currently maintain.
This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.
I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Eli Flanagan
e0bf8113bf
timewarrior: enable for darwin
2018-03-13 12:30:51 -04:00
Ingolf Wagner
8c15bdd009
timewarrior: 1.1.0 -> 1.1.1
2018-02-21 09:26:38 +08:00
Matthias Beyer
82ef7ce3d2
timewarrior: 1.0.0 -> 1.1.0
2018-01-13 17:35:48 +01:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Will Dietz
dc32b87082
timewarrior: patch to install all themes; use default install target.
2017-03-14 07:54:32 -05:00
Matthias Beyer
87cecbeba6
timewarrior: 1.0.0.beta1 -> 1.0.0 ( #18120 )
2016-08-30 14:19:19 +02:00
Théophane Hufschmitt
dcdcea9938
timewarrior : fix manpages installation ( #17667 )
2016-08-11 17:54:49 +02:00
Matthias Beyer
af5e45cf2e
timewarrior: 0.9.5.alpha -> 1.0.0.beta1
2016-07-28 10:57:19 +02:00
Matthias Beyer
a1d42293ec
timewarrior: 2016-03-29 -> 0.9.5.alpha
...
Also: Switch to use `fetchurl` instead of `fetchgit`
2016-06-21 21:06:13 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Matthias Beyer
54eed78450
timewarrior: init at 2016-03-29
2016-04-01 16:53:44 +02:00