summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/apulse
AgeCommit message (Collapse)Author
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob
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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob
2020-05-02apulse: 0.1.12 -> 0.1.13R. RyanTM
2019-07-01treewide: use dontConfigureworldofpeace
2019-03-20apulse: 0.1.11.1 -> 0.1.12, cleanupRyan Mulligan
2018-03-09apulse: 0.1.11 -> 0.1.11 git, enable tracing by defaultJan Malakhovski
This adds LOG_TO_STDERR support and uses it for tracing.
2018-03-09libpressureaudio: better descriptionsJan Malakhovski
2018-02-17libpressureaudio: init at `apulse.version`Jan Malakhovski
2018-02-17apulse: 0.1.10 -> 0.1.11Jan Malakhovski
2017-09-23apulse: 0.1.6 -> 0.1.10Joachim Fasting
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
2015-10-17apulse: 0.1.5 -> 0.1.6S. Nordin
2015-03-31apulse: fix shaArseniy Seroka
2015-03-31apulse: updateArseniy Seroka
2014-11-18apulse: update from 0.1.2 to 0.1.4Pascal Wittmann
2014-11-11Fixed many descriptionsPascal Wittmann
2014-10-12apulse: add pkgArseniy Seroka
Closes #4488