Commit graph

26 commits

Author SHA1 Message Date
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
Elis Hirwing 37e47b7f7c
waybar: Enable pulseaudio by default
The default configuration use the pulseaudio module, but it fails to
load with errors since we've built the package without pulseaudio
support. Most systems already have pulseaudio in the system closure
anyways so the closure size change won't be noticable on end user systems.
2020-10-03 08:15:02 +02:00
Jake Gillberg 6535c9f1da waybar: 0.9.3 -> 0.9.4
Was frustrated with https://github.com/Alexays/Waybar/issues/739
2020-10-01 19:49:56 -07:00
Evils 3012ed98c2 waybar: 0.9.2 -> 0.9.3
and remove libinput as their readme says it was never used
74db69dcb7
2020-08-07 12:49:22 +02:00
Bruno Bigras 271b78451f waybar: optionally wrap mediaplayer.py 2020-05-18 13:10:43 -04:00
R. RyanTM f1d646b36f waybar: 0.9.1 -> 0.9.2 2020-04-12 04:00:43 +00:00
Maximilian Bosch 89e2a43300
waybar: 0.9.0 -> 0.9.1, fix build
ZHF: #80379
https://hydra.nixos.org/build/113067187
2020-02-18 13:40:17 +01:00
Flakebi cb895499a7
waybar: Use system style 2020-01-13 22:44:00 +01:00
Jean-Philippe Braun a84185860c waybar: 0.8.0 -> 0.9.0 2019-12-28 16:09:15 +01:00
Valerio Besozzi 7dfe735465
waybar: 0.7.2 -> 0.8.0 2019-08-29 12:13:36 +02:00
R. RyanTM a7812d5b20 waybar: 0.7.1 -> 0.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/waybar/versions
2019-08-20 22:06:28 -07:00
Patrick Hilhorst cc7213d7f5 waybar: 0.7.0 -> 0.7.1 2019-07-13 09:49:21 +02:00
Patrick Hilhorst 0e8b303b81
waybar: 0.6.9 -> 0.7.0 2019-06-23 12:38:35 +02:00
Patrick Hilhorst 973db4aabf
waybar: 0.6.8 -> 0.6.9 2019-06-16 17:44:09 +02:00
Patrick Hilhorst 637cdbb80b
waybar: add Synthetica as maintainer 2019-06-10 14:36:22 +02:00
Patrick Hilhorst f350ad8231
waybar: 0.6.7 -> 0.6.8 2019-06-10 14:35:06 +02:00
Patrick Hilhorst 9d127b78f6
waybar: DRY refactor 2019-06-04 21:15:29 +02:00
Patrick Hilhorst 8cc768b64d
waybar: 0.6.6 -> 0.6.7 2019-06-04 21:15:12 +02:00
Minijackson 370a81d88f
waybar: 0.6.5 -> 0.6.6 2019-05-25 16:44:23 +02:00
Minijackson 53947f19c2
waybar: 0.6.1 -> 0.6.5 2019-05-18 19:48:35 +02:00
Minijackson 70098c2037
waybar: 0.5.1 -> 0.6.1 2019-05-04 09:57:34 +02:00
Minijackson 571d7ad303 waybar: 0.5.0 -> 0.5.1 2019-04-09 10:26:09 +02:00
Minijackson e3dadb1231 waybar: 0.4.0 -> 0.5.0 2019-03-26 20:45:42 +01:00
Florian Franzen b76e608ecc waybar: init at 0.4.0 2019-03-18 09:56:26 +01:00