Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Mario Rodas
e44d7c14f5
treewide: remove empty let
blocks
2019-12-04 06:00:00 -05:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
...
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.
2019-09-26 17:42:49 +02: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
R. RyanTM
390ff8fc5d
workrave: 1.10.23 -> 1.10.31
...
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
2019-04-05 15:45:57 +00:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
R. RyanTM
2bd753b98c
workrave: 1.10.21 -> 1.10.23
...
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
2018-10-14 09:03:47 +02:00
R. RyanTM
1ff5b1342b
workrave: 1.10.20 -> 1.10.21 ( #46930 )
...
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
2018-09-28 20:55:57 +02:00
Echo Nolan
5b0985d055
workrave: fix alert sounds by including the right GST plugins
2018-03-17 13:31:45 -07:00
Echo Nolan
250c19c746
workrave: 1.10.7 -> 1.10.20
...
Also: switch to GTK-3, fix GSettings by using wrapGAppsHook.
2018-03-16 19:56:51 -07:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01: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
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Tobias Geerinckx-Rice
5fcf22f57c
workrave: 1.10.6 -> 1.10.7; fetchFromGitHub; maintain
2016-05-01 01:58:28 +02:00
Tobias Geerinckx-Rice
2b48d3dae6
workrave: minor edits for consistency
...
Mainly dropping the partial use of xorg.<lib> and separating
nativeBuildInputs.
2016-05-01 01:58:28 +02:00
Tobias Geerinckx-Rice
ba71263545
workrave: fix version format and tarball name
2016-04-25 00:55:21 +02:00
Damien Cassou
022b4a8dd1
workrave: add missing dependencies
2016-04-24 12:28:56 +02:00
Pavan Rikhi
323829af0a
workrave: add expression
2015-01-07 02:15:26 -05:00