mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
bluez-alsa: 4.1.1 -> 4.3.1
Diff: https://github.com/Arkq/bluez-alsa/compare/v4.1.1...v4.3.1
This commit is contained in:
parent
714e525dda
commit
de9e13b3e5
1 changed files with 9 additions and 3 deletions
|
@ -15,22 +15,28 @@
|
||||||
pkg-config,
|
pkg-config,
|
||||||
readline,
|
readline,
|
||||||
sbc,
|
sbc,
|
||||||
|
python3,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "bluez-alsa";
|
pname = "bluez-alsa";
|
||||||
version = "4.1.1";
|
version = "4.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Arkq";
|
owner = "Arkq";
|
||||||
repo = "bluez-alsa";
|
repo = "bluez-alsa";
|
||||||
rev = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-oGaYiSkOhqfjUl+mHTs3gqFcxli3cgkRtT6tbjy3ht0=";
|
hash = "sha256-Vebxyku7xl/ReU025iThEbvfHsi4kCbvFqlBGDWrHxc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs src/dbus-codegen.py
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
pkg-config
|
pkg-config
|
||||||
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue