about summary refs log tree commit diff
path: root/pkgs/tools/audio/pa-applet
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02pkgs/tools: remove licenses.gpl2Jussi Kuokkanen1-1/+1
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
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.
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-03-31Merge pull request #166508 from siraben/automake-buildinputsBen Siraphob1-2/+2
2022-03-30treewide: move autoconf, automake to nativeBuildInputsBen Siraphob1-2/+2
2022-03-29pa_applet: switch to fetchFromGitHubFelix Buehler1-4/+5
2022-03-25treewide: replace defunct git://github.com urls with https://Lucas Hoffmann1-1/+1
Github has removed support for git://github.com and recommends https://github.com instead. See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2021-08-12tools: replace name with pname&versionFelix Buehler1-1/+2
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-2/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2019-08-28treewide: remove redundant recvolth1-1/+1
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2015-06-04fix: add missing versionsArseniy Seroka1-1/+1
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III1-2/+2
2013-12-10pa_applet: work around a build problemVladimír Čunát1-1/+3
Also remove wrong homepage. CC @iElectric.
2013-05-13pa-audio: adding hashRok Garbas1-1/+2
2013-05-05pa-applet: add pulseaudio appletDomen Kozar1-0/+29