summary refs log tree commit diff
path: root/pkgs/applications/misc/workrave
Commit message (Collapse)AuthorAge
* pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* pkgs/applications: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove empty `let` blocksMario Rodas2019-12-04
|
* tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting2019-09-26
| | | | | | | | | Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* workrave: 1.10.23 -> 1.10.31R. RyanTM2019-04-05
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/workrave/versions
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* workrave: 1.10.21 -> 1.10.23R. RyanTM2018-10-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/workrave/versions
* workrave: 1.10.20 -> 1.10.21 (#46930)R. RyanTM2018-09-28
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/workrave/versions
* workrave: fix alert sounds by including the right GST pluginsEcho Nolan2018-03-17
|
* workrave: 1.10.7 -> 1.10.20Echo Nolan2018-03-16
| | | | Also: switch to GTK-3, fix GSettings by using wrapGAppsHook.
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* workrave: 1.10.6 -> 1.10.7; fetchFromGitHub; maintainTobias Geerinckx-Rice2016-05-01
|
* workrave: minor edits for consistencyTobias Geerinckx-Rice2016-05-01
| | | | | Mainly dropping the partial use of xorg.<lib> and separating nativeBuildInputs.
* workrave: fix version format and tarball nameTobias Geerinckx-Rice2016-04-25
|
* workrave: add missing dependenciesDamien Cassou2016-04-24
|
* workrave: add expressionPavan Rikhi2015-01-07