R. RyanTM
ae5219a941
radiotray-ng: 0.2.7 -> 0.2.8
2021-08-23 02:06:14 +00:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +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
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Will Dietz
86eedaf1ca
radiotray-ng: python3
2019-10-28 01:49:08 -05:00
Will Dietz
0be3118f7e
radiotray-ng: 0.2.6 -> 0.2.7
...
https://github.com/ebruck/radiotray-ng/releases/tag/v0.2.7
2019-10-28 01:45:01 -05:00
Will Dietz
c763b8db06
radiotray-ng: 0.2.5 -> 0.2.6
2019-07-11 10:11:43 +02:00
worldofpeace
7abeda982a
gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemas
...
gnome3.pomodoro is left out because I don't want to create a conflict.
2019-04-17 13:39:23 -04:00
Will Dietz
8fcb8b5e3a
radiotray-ng: disable tests on aarch64, not sure why but failure
2019-03-17 01:03:32 -05:00
Will Dietz
c397b016f5
radiotray-ng: 0.2.4 -> 0.2.5
...
patch to use provided gtest/gmock, fix+enable tests
2019-03-16 12:40:50 -05:00
Matthew Bauer
2c47a4229f
treewide: remove ctest usages
...
These are already in the generated makefiles!
2018-11-18 19:31:02 -06:00
Will Dietz
f3de52d25c
radiotray-ng: 0.2.3 -> 0.2.4 ( #48670 )
2018-10-18 23:11:58 +02:00
Jan Malakhovski
1cb596748f
radiotray-ng: use checkInputs, but disable tests, also cleanup
2018-08-11 09:35:17 +00:00
Will Dietz
1cb41052af
radiotray-ng: 0.2.2 -> 0.2.3
2018-07-14 22:53:38 -05:00
Will Dietz
2236f418f5
radiotray-ng: disable tests, they now want to download unconditionally
2018-04-25 08:38:36 -05:00
Will Dietz
4f16b36fed
radiotray-ng: 0.2.1 -> 0.2.2
...
https://github.com/ebruck/radiotray-ng/releases/tag/v0.2.2
2018-04-25 08:32:49 -05:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Will Dietz
af2fc069ed
radiotray-ng: 0.2.0 -> 0.2.1
2018-02-20 07:52:07 -06:00
Will Dietz
09fbc87cde
radiotray-ng: 0.1.7 -> 0.2.0
...
Now with bookmark editor.
2018-01-06 18:19:16 -06:00
Will Dietz
b82fbeef68
radiotray-ng: init at 0.1.7
...
Use patch from upstream to fix menu separators.
Tested execution using
'nix-shell --pure -p radiotray-ng'
and added dependencies until that didn't crash.
Seems to work outside as well,
but hopefully fixes problems for others.
2017-10-06 15:07:11 -05:00