Commit graph

11 commits

Author SHA1 Message Date
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