Commit graph

20 commits

Author SHA1 Message Date
Eduardo Sánchez Muñoz 3e42a66e5a gnomeExtensions.system-monitor: 2020-04-27-unstable -> unstable-2021-04-08 2021-04-13 17:09:38 +02: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
zowoq 8f2d4f9956 gnomeExtensions: add runHook to {build,install}Phase 2020-07-18 21:06:33 +10:00
Jan Tojnar e96bf89d1e
gnomeExtensions.system-monitor: unbreak with newer GNOME Shell
Had to switch to master and include Clutter typelib to path since recent versions of GNOME Shell open preferences out of Shell context.
2020-07-10 20:12:34 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Jan Tojnar d7b5e4e264
gnomeExtensions.system-monitor: mark as broken 2020-03-24 07:11:26 +01:00
Aneesh Agrawal 56e5bbf07d system-monitor: remove aneeshusa as maintainer 2020-03-24 01:21:10 -04:00
Bjørn Forsman 0fd63b40b0 Revert "gnomeExtension.system-monitor-applet: mark as broken"
This reverts commit b9f3160c2a.

It builds and runs fine. I'm not sure why it was marked broken in the
first place, I successfully built it on commit b9f3160. A runtime issue
that was later fixed?
2019-11-18 20:57:55 +01:00
worldofpeace b9f3160c2a
gnomeExtension.system-monitor-applet: mark as broken 2019-10-03 00:09:16 +02:00
Bjørn Forsman 1a1a7ed266 gnomeExtensions.system-monitor: 36 -> 38
Remove "broken = true" since this version supports GNOME 3.32.
2019-09-08 19:51:57 +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
worldofpeace 46874a7c45
gnomeExtensions.system-monitor: mark as broken
* Not yet compatable with GNOME 3.32 [0] [1]

[0]: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/510
[1]: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/511
2019-04-05 12:14:13 +02:00
Tor Hedin Brønner e7bd4f87e4
gnomeExtensions.system-monitor: 33 -> 36 2018-11-30 21:35:13 +01:00
Vladimír Čunát 80b25db15c
treewide: use glib tools from build-time $PATH
Using explicit output feels more flaky in case we e.g. move the binary.
(No strong opinion on my side, feel free to revert if you think so.)
2018-08-30 19:47:41 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Sébastien Maccagnoni a180a52dd3 gnomeExtensions.system-monitor: do not need global sessionPath modification 2018-03-11 21:55:21 +01:00
Sébastien Maccagnoni 058be360d3 gnomeExtensions.system-monitor: Fix the version number 2018-03-07 19:59:00 +01:00
Sébastien Maccagnoni 0935cbf287 gnomeExtensions.system-monitor: fix this package and upgrade to v33 2018-03-07 09:24:31 +01:00