Skip to content

Commit

Permalink
mpc: 0.34 -> 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Oct 12, 2024
1 parent be72320 commit 68d96ac
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/by-name/mp/mpc/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
fetchFromGitHub,
fetchpatch,
installShellFiles,
libiconv,
libmpdclient,
Expand All @@ -14,23 +13,15 @@

stdenv.mkDerivation (finalAttrs: {
pname = "mpc";
version = "0.34";
version = "0.35";

src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "mpc";
rev = "v${finalAttrs.version}";
hash = "sha256-2FjYBfak0IjibuU+CNQ0y9Ei8hTZhynS/BK2DNerhVw=";
hash = "sha256-oVdnj3nsYvOHcIOgoamLamriuWu9lucWUQtxVmXZabs=";
};

patches = [
# fix the build with meson 0.60 (https://github.com/MusicPlayerDaemon/mpc/pull/76)
(fetchpatch {
url = "https://github.com/MusicPlayerDaemon/mpc/commit/b656ca4b6c2a0d5b6cebd7f7daa679352f664e0e.patch";
sha256 = "sha256-fjjSlCKxgkz7Em08CaK7+JAzl8YTzLcpGGMz2HJlsVw=";
})
];

buildInputs = [
libmpdclient
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];
Expand Down

0 comments on commit 68d96ac

Please sign in to comment.