Commit graph

18 commits

Author SHA1 Message Date
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
Edmund Wu e892cde4c7
wakatime: 13.0.4 -> 13.0.7 2020-02-29 11:53:42 -05:00
R. RyanTM d1dde0a145 wakatime: 13.0.3 -> 13.0.4 2020-02-06 23:28:59 +00:00
R. RyanTM 9584607d52 wakatime: 13.0.2 -> 13.0.3 2020-01-17 12:23:54 +00:00
R. RyanTM 6b500eb65b wakatime: 13.0.1 -> 13.0.2 2019-11-29 15:28:22 -08:00
R. RyanTM df6bf7f5b7 wakatime: 10.8.0 -> 13.0.1 2019-11-17 23:55:39 +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
Edmund Wu eb95a19877
wakatime: 10.6.0 -> 10.8.0 2019-02-24 20:45:58 -05:00
Edmund Wu 96203f5fc3 wakatime: 10.2.1 -> 10.6.0 2018-12-18 14:02:42 -05:00
Edmund Wu f077cde5a2
wakatime: 10.1.0 -> 10.2.1 2018-06-19 09:57:39 -04:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Jörg Thalheim 03b43c0325 wakatime: 10.0.1 -> 10.1.0 2018-01-16 08:10:22 +00:00
Ashley Gillman b6a90700b8 wakatime: don't run check phase 2018-01-16 13:35:49 +10:00
Eric Bailey 1acb901a8f wakatime: 7.0.4 -> 10.0.1
Fixes #26133
2017-11-11 04:51:30 +00:00
Jörg Thalheim 9b20ce2a8c
wakatime: fix checksum 2017-03-06 15:10:22 +01:00
Eric Bailey f2961da3f7
wakatime: 6.0.1 -> 7.0.4 2017-03-05 19:34:09 -06:00
Tobias Geerinckx-Rice ea9f28a46e
wakatime: init at 6.0.1
To hack together a working WakaTime under emacs on NixOS:

* Install both `wakatime` and `(emacsWithPackages [ wakatime-mode ])`
* Add the following to your initialisation file (default: ~/.emacs):
  (custom-set-variables
   ;; ...
   '(wakatime-api-key "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX")
   '(wakatime-cli-path "")					; sic
   '(wakatime-python-bin "/path/to/profile/bin/wakatime"))	; sic
* `M-x global-wakatime-mode` to test your settings.
2016-05-08 04:52:57 +02:00