Unverified Commit c74c030a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #264045 from kirillrdy/guitarix

guitarix: fix build
parents 18ff78f9 c08e458e
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
{ lib, stdenv
{ lib
, stdenv
, fetchurl
, fetchpatch
, avahi
@@ -50,6 +51,12 @@ stdenv.mkDerivation rec {
    sha256 = "d+g9dU9RrDjFQj847rVd5bPiYSjmC1EbAtLe/PNubBg=";
  };

  # doesnt apply cleanly, so doing with substituteInPlace
  # https://github.com/brummer10/guitarix/commit/39d7c21c4173eb0f121b1bbff439d9cf43331a00.patch
  postPatch = ''
    substituteInPlace wscript --replace "open(src_fname, 'rU')" "open(src_fname, 'r')"
  '';

  nativeBuildInputs = [
    gettext
    hicolor-icon-theme