summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/paprefs/default.nix
AgeCommit message (Collapse)Author
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar
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-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm
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.
2022-01-04paprefs: 1.1 -> 1.2 (#153162)R. RyanTM
2021-11-07pkgs/applications: rename name to pname&version part 1 (#144949)Felix Bühler
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-20paprefs: clean up dependenciesJan Tojnar
Since 1.1, paprefs no longer depends on dbus-glib but the dependencies were not refreshed during an automated update. While at it, also format inputs for diff-friendliness.
2019-04-02paprefs: 1.0 -> 1.1 (#58742)R. RyanTM
2018-07-29paprefs: 0.9.10 → 1.0Jan Tojnar
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar
2018-02-16paprefs: use full pulseaudio inputNikolay Amiantov
This fixes greyed out options in dialogs (even though they are actually available).
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2016-04-30quote URLs in my packages to ease opening them from urxvtNikolay Amiantov
2016-04-05paprefs: propagate GConf dbus serviceNikolay Amiantov
2015-07-28fix homepagesNikolay Amiantov
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III
2014-09-28paprefs: Add packageNikolay Amiantov