Loading pkgs/by-name/mu/multimon-ng/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ libX11, makeWrapper, sox, fetchpatch, }: stdenv.mkDerivation rec { Loading @@ -20,6 +21,13 @@ stdenv.mkDerivation rec { sha256 = "sha256-/2NHUlAojDamNq/EVs8hoBYVikPLAFFFu/2syG4Xo4U="; }; patches = [ (fetchpatch { url = "https://github.com/EliasOenal/multimon-ng/commit/1c111e83053e9e78ba568463cc015edadf77ed5f.diff"; hash = "sha256-gW9ihUn3rZcyurbu7+IhkWSotqWlJsHdeFHu12oVld4="; }) ]; buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ libpulseaudio libX11 Loading Loading
pkgs/by-name/mu/multimon-ng/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ libX11, makeWrapper, sox, fetchpatch, }: stdenv.mkDerivation rec { Loading @@ -20,6 +21,13 @@ stdenv.mkDerivation rec { sha256 = "sha256-/2NHUlAojDamNq/EVs8hoBYVikPLAFFFu/2syG4Xo4U="; }; patches = [ (fetchpatch { url = "https://github.com/EliasOenal/multimon-ng/commit/1c111e83053e9e78ba568463cc015edadf77ed5f.diff"; hash = "sha256-gW9ihUn3rZcyurbu7+IhkWSotqWlJsHdeFHu12oVld4="; }) ]; buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ libpulseaudio libX11 Loading