Commit Graph

26 Commits

Author SHA1 Message Date
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
R. Ryantm
3b4a163816 todoman: 4.0.1 -> 4.1.0 2021-12-14 10:35:42 +00:00
Mario Rodas
e5139adbdf todoman: enable on darwin 2021-11-15 14:45:00 +00:00
R. Ryantm
4bb0051fea todoman: 4.0.0 -> 4.0.1 2021-11-15 14:44:47 +00:00
Fabian Affolter
12e3937ec9 todoman: disable failing tests 2021-11-10 01:01:04 +01:00
Anubhav Kini
ebe32d542f todoman: 3.9.0 -> 4.0.0 2021-08-26 12:32:50 +05:30
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
D Anzorge
57d549edde todoman: add setuptools-scm dependency 2021-04-20 00:17:29 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
R. RyanTM
faeec86f1c todoman: 3.8.0 -> 3.9.0 2020-12-05 04:02:59 +00:00
Doron Behar
acd45657f2
Merge pull request #87864 from doronbehar/fix-todoman 2020-11-05 13:15:31 +02:00
R. RyanTM
13dbc08770 todoman: 3.7.0 -> 3.8.0 2020-06-30 17:33:15 +00:00
Doron Behar
c011a6b321 todoman: remove glibLocale when it's not needed
Don't know why they were there in the first place :/.
2020-05-15 08:20:02 +03:00
Doron Behar
181dfe306f todoman: format inputs and arguments 2020-05-15 08:12:56 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Symphorien Gibol
fb90fea6e8 todoman: install shell completions 2020-02-24 12:00:00 +00:00
R. RyanTM
4e8c77b9bf todoman: 3.6.0 -> 3.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/todoman/versions
2019-10-23 14:38:56 -07:00
Will Dietz
15cafa9e10
todoman: 3.5.0 -> 3.6.0
https://github.com/pimutils/todoman/releases/tag/v3.6.0
2019-09-13 22:29:12 -05: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
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Notkea
8273e650fa
todoman: 3.4.1 -> 3.5.0
updating to latest version and remove already included patch
2018-12-07 16:05:58 +01:00
Michiel Leenaars
49ca9324af todoman: 3.4.0 -> 3.4.1 2018-10-27 21:37:57 +02:00
Uli Baum
2abe3956e4 todoman: limit to linux
glibcLocales doesn't exist on Darwin
2018-08-25 00:13:47 +02:00
Michiel Leenaars
4768d2e13a todoman: init at 3.4.0 2018-08-24 23:01:15 +02:00