Commit Graph

12 Commits

Author SHA1 Message Date
lordkekz
32a4de4339
zenmonitor: inherit meta.homepage from new src 2024-10-12 00:29:50 +02:00
Artturin
717f391705 zenmonitor: 2.0.0 -> unstable-2024-05-21 and new src
Old src disappeared, diffed old src and new src and it's okay
2024-09-01 20:06:04 +03:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
32958dd6c8 zenmonitor: 1.5.0 -> 2.0.0 2022-02-13 13:33:35 +00:00
Artturin
ffc1e42523 zenmonitor,zenpower: switch to maintained forks
add myself to maintainers
2021-08-21 19:07:54 +03: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
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
R. RyanTM
c2d50fbe22 zenmonitor: 1.4.1 -> 1.4.2 2020-09-04 08:54:55 -07:00
R. RyanTM
c70fd760c1 zenmonitor: 1.4.0 -> 1.4.1 2020-07-08 00:06:05 +00:00
R. RyanTM
8f98a2c38f zenmonitor: 1.3 -> 1.4.0 2020-02-27 19:04:24 +00:00
Alexander Bakker
fb775ae472 zenmonitor: init at 1.3 2020-01-29 10:47:04 +01:00