Unverified Commit 9fdc9ab6 authored by Ludovico's avatar Ludovico Committed by GitHub
Browse files
parent 64e8b145
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
  pname = "ncmpcpp";
  version = "0.10";
  version = "0.10.1";

  src = fetchFromGitHub {
    owner = "ncmpcpp";
    repo = "ncmpcpp";
    tag = version;
    sha256 = "sha256-HRJQ+IOQ8xP1QkPlLI+VtDUWaI2m0Aw0fCDWHhgsOLY=";
    hash = "sha256-w3deSy71SWWD2kZKREowZh3KMNCBfBJbrjM0vW4/GrI=";
  };

  enableParallelBuilding = true;
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {

  preConfigure =
    ''
      ./autogen.sh
      autoreconf -fiv
    ''
    + lib.optionalString stdenv.hostPlatform.isDarwin ''
      # std::result_of was removed in c++20 and unusable for clang16