lol

fooyin: fix build, add libebur128 for ReplayGain

authored by

Keenan Weaver and committed by
Peter Hoeg
465759d4 b823d772

+12
+12
pkgs/by-name/fo/fooyin/package.nix
··· 10 10 kdsingleapplication, 11 11 pipewire, 12 12 taglib, 13 + libebur128, 13 14 libvgm, 14 15 libsndfile, 15 16 libarchive, 16 17 libopenmpt, 17 18 game-music-emu, 18 19 SDL2, 20 + fetchpatch, 19 21 }: 20 22 21 23 stdenv.mkDerivation (finalAttrs: { ··· 42 44 pipewire 43 45 SDL2 44 46 # input plugins 47 + libebur128 45 48 libvgm 46 49 libsndfile 47 50 libarchive ··· 61 64 # we need INSTALL_FHS to be true as the various artifacts are otherwise just dumped in the root 62 65 # of $out and the fixupPhase cleans things up anyway 63 66 (lib.cmakeBool "INSTALL_FHS" true) 67 + ]; 68 + 69 + # Remove after next release 70 + patches = [ 71 + (fetchpatch { 72 + name = "qbrush.patch"; 73 + url = "https://github.com/fooyin/fooyin/commit/e44e08abb33f01fe85cc896170c55dbf732ffcc9.patch"; 74 + hash = "sha256-soDj/SFctxxsnkePv4dZgyDHYD2eshlEziILOZC4ddM="; 75 + }) 64 76 ]; 65 77 66 78 env.LANG = "C.UTF-8";