Commit graph

26 commits

Author SHA1 Message Date
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Sandro Jäckel e0b0d094e5
spotifyd: remove ? null 2021-03-05 16:30:29 +01:00
Mario Rodas c6f172b4a5 spotifyd: 0.3.0 -> 0.3.2 2021-03-05 06:00:00 -05:00
Joshua Campbell 1ef5249908 spotifyd: changing rustPackages version 2021-02-24 19:58:57 -08:00
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
Mario Rodas 19f017df5c spotifyd: 0.2.24 -> 0.3.0
https://github.com/Spotifyd/spotifyd/releases/tag/v0.3.0
2021-01-17 04:20:00 +00:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07: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
Andreas Rammhold 7e5c64df85
spotifyd: workaround panic with older rust version
rust >= 1.48 causes a panic within spotifyd on music playback. As long
as there is no upstream fix for the issue we use an older version of
rust.

Upstream issue: https://github.com/Spotifyd/spotifyd/issues/719
2020-12-06 11:00:42 +01:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Bruno Bigras 11be0cd745 spotifyd: add withMpris and withKeyring optionals 2020-04-17 20:29:56 -04:00
Benjamin Hipple 131a32a5af rust: update docs on legacyCargoFetcher; remove unnecessary defaults
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified
is now `false`.
2020-02-15 22:07:47 -08:00
Maximilian Bosch ce84052ef7
spotifyd: use new cargo fetcher, fix build
https://hydra.nixos.org/build/112753750
2020-02-14 20:10:20 +01:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Anders Lundstedt c0ed884be6 spotifyd: 0.2.23 -> 0.2.24 2020-01-27 21:28:49 +01:00
Anders Lundstedt a6d5765dc1 spotifyd: 0.2.20 -> 0.2.23 2020-01-13 21:02:46 +01:00
Oleksii Filonenko e367b8bdcd
spotifyd: add filalex77 to maintainers 2019-11-24 20:05:06 +02:00
Oleksii Filonenko e114d848a1
spotifyd: 0.2.19 -> 0.2.20 2019-11-24 20:03:08 +02:00
Mario Rodas eeae856d6d
spotifyd: add marsam as maintainer 2019-10-07 20:41:13 -05:00
Mario Rodas a257c0a06c
spotifyd: 0.2.18 -> 0.2.19 2019-10-07 20:40:21 -05:00
Mario Rodas 0d6b16da8e
spotifyd: 0.2.16 -> 0.2.18 2019-10-05 04:20:00 -05:00
Anders Lundstedt 9db458fd10 spotifyd: 0.2.14 -> 0.2.16 2019-09-28 22:55:53 +02:00
Mario Rodas 53c3ad4fff
spotifyd: 0.2.11 -> 0.2.14 2019-09-21 16:15:39 -05:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Benjamin 6c6276c8aa spotifyd: update cargoSha256 hash (#66233)
When installing, the Cargo package hash is incorrect. This has been updated, and works locally.
2019-08-07 15:37:03 +02:00
Anders Lundstedt e6dd87c438 spotifyd: init at 0.2.11 2019-07-21 00:58:19 +02:00