Commit graph

18 commits

Author SHA1 Message Date
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
Gabriel Ebner 7387dc54ef pulseaudio-modules-bt: support git versions of pulseaudio 2020-11-10 20:53:13 +01:00
Edmund Wu 0e4d0d95d0 treewide: generate pulseaudio pulseDir 2020-11-09 19:24:42 +01:00
zowoq 78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
adisbladis 7b0c099438
pulseaudio-modules-bt: 1.3 -> 1.4 2020-06-06 22:47:15 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
adisbladis c0e56afddb
pulseaudio-modules-bt: 1.2 -> 1.3 2019-08-09 11:25:09 +01:00
adisbladis bb6ef0646a
pulseaudio-modules-bt: 1.1.99 -> 1.2 2019-08-08 09:51:45 +01:00
talyz 700bab5b80 pulseaudio-modules-bt: Patch default settings for AAC encoding
The upstream defaults result in audibly worse quality than simply
relying on the builtin SBC codec, making it somewhat useless. Attempt
to fix this by setting saner defaults.
2019-06-27 16:46:25 +02:00
adisbladis 751dbd96f7
pulseaudio-modules-bt: unstable-2019-03-15 -> 1.1.99 2019-04-15 03:55:41 +01:00
adisbladis 419fbda8d9
pulseaudio-modules-bt: unstable-2019-01-05 -> unstable-2019-03-15 2019-03-20 00:43:34 +00:00
adisbladis 2aed6b2cc8
pulseaudio-modules-bt: unstable-2018-11-01 -> unstable-2019-01-05 2019-02-06 17:54:11 +00:00
adisbladis 965ae0246a
pulseaudio-modules-bt: unstable-2018-10-16 -> unstable-2018-11-01 2018-11-04 14:17:40 +00:00
adisbladis 613d3bac86
pulseaudio-modules-bt: Patched rpath takes precedence over original
This fixes a segmentation fault when loaded via pulseaudio's dl-search-path
2018-10-18 16:27:42 +08:00
adisbladis dc427b0ff0
pulseaudio-modules-bt: unstable-2018-09-11 -> unstable-2018-10-16 2018-10-17 23:56:41 +08:00
adisbladis f384fdb240
pulseaudio-modules-bt: init at unstable-2018-09-11 2018-09-11 10:16:09 +08:00