Sandro Jäckel
|
98b0480784
|
gnome3.taskwhisperer: remove unused input
|
2021-03-05 16:22:54 +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 |
|
Jon Banafato
|
1314788522
|
gnomeExtensions.taskwhisperer: 12 -> 16, unbreak
taskwhisperer has a new release that supports GNOME 3.36 and 3.38. Full
changelog available at
https://github.com/cinatic/taskwhisperer/compare/v12...v16.
|
2020-10-11 11:07:37 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
worldofpeace
|
3e0539af09
|
gnomeExtension.taskwhisperer: mark as broken
|
2019-10-03 00:09:16 +02:00 |
|
volth
|
7b8fb5c06c
|
treewide: remove redundant quotes
|
2019-09-08 23:38:31 +00:00 |
|
worldofpeace
|
59e68d3b74
|
treewide: don't use single quotes with placeholder
|
2019-09-03 13:01:42 -04: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 |
|
worldofpeace
|
87d1ff41fd
|
gnomeExtensions.taskwhisperer: 11 -> 12
* has a proper Makefile
* resync patch
Changes: https://github.com/cinatic/taskwhisperer/compare/v11...v12
|
2019-04-05 12:14:14 +02:00 |
|
Jon Banafato
|
05d9196f7b
|
gnomeExtensions.taskwhisperer: init at v11
Add the TaskWhisperer GNOME Shell extension.
|
2018-02-19 10:55:36 -05:00 |
|