mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
[Backport release-24.11] spotifyd: 0.3.5-unstable-2024-09-05 -> 0.3.5-unstable-2024-10-21 (#357320)
This commit is contained in:
commit
59679f0fb6
@ -17,6 +17,7 @@
|
|||||||
withMpris ? stdenv.hostPlatform.isLinux,
|
withMpris ? stdenv.hostPlatform.isLinux,
|
||||||
withKeyring ? true,
|
withKeyring ? true,
|
||||||
dbus,
|
dbus,
|
||||||
|
withPipe ? true,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
testers,
|
testers,
|
||||||
spotifyd,
|
spotifyd,
|
||||||
@ -24,16 +25,16 @@
|
|||||||
|
|
||||||
rustPackages.rustPlatform.buildRustPackage rec {
|
rustPackages.rustPlatform.buildRustPackage rec {
|
||||||
pname = "spotifyd";
|
pname = "spotifyd";
|
||||||
version = "0.3.5-unstable-2024-09-05";
|
version = "0.3.5-unstable-2024-10-21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Spotifyd";
|
owner = "Spotifyd";
|
||||||
repo = "spotifyd";
|
repo = "spotifyd";
|
||||||
rev = "e280d84124d854af3c2f9509ba496b1c2ba6a1ae";
|
rev = "b25538f5c4dfc5b376927e7edf71c7c988492ace";
|
||||||
hash = "sha256-RFfM/5DY7IG0E79zc8IuXpSNAIjloMWI3ZVbyLxh4O8=";
|
hash = "sha256-50eUVax3yqwncQUWgCPc0PHVUuUERQ9iORSSajPHB9c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-z3zcQD2v71FZg6nEvKfaMiQU/aRAPFNt69b9Rm+jpuY=";
|
cargoHash = "sha256-3aEBLPyf72o9gF58j9OANpcqD/IClb2alfAEKRFzatU=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
@ -54,6 +55,7 @@ rustPackages.rustPlatform.buildRustPackage rec {
|
|||||||
++ lib.optional withPulseAudio "pulseaudio_backend"
|
++ lib.optional withPulseAudio "pulseaudio_backend"
|
||||||
++ lib.optional withPortAudio "portaudio_backend"
|
++ lib.optional withPortAudio "portaudio_backend"
|
||||||
++ lib.optional withMpris "dbus_mpris"
|
++ lib.optional withMpris "dbus_mpris"
|
||||||
|
++ lib.optional withPipe "pipe_backend"
|
||||||
++ lib.optional withKeyring "dbus_keyring";
|
++ lib.optional withKeyring "dbus_keyring";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user