Loading pkgs/by-name/co/cosmic-osd/package.nix +6 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, sound-theme-freedesktop, rustPlatform, libcosmicAppHook, pulseaudio, Loading @@ -20,6 +21,11 @@ rustPlatform.buildRustPackage (finalAttrs: { hash = "sha256-ezOeRgqI/GOWFknUVZI7ZLEy1GYaBI+/An83HWKL6ho="; }; postPatch = '' substituteInPlace src/components/app.rs \ --replace-fail '/usr/share/sounds/freedesktop/stereo/audio-volume-change.oga' '${sound-theme-freedesktop}/share/sounds/freedesktop/stereo/audio-volume-change.oga' ''; useFetchCargoVendor = true; cargoHash = "sha256-vYehF2RjPrTZiuGcRUe4XX3ftRo7f+SIoKizD/kOtR8="; Loading Loading
pkgs/by-name/co/cosmic-osd/package.nix +6 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, sound-theme-freedesktop, rustPlatform, libcosmicAppHook, pulseaudio, Loading @@ -20,6 +21,11 @@ rustPlatform.buildRustPackage (finalAttrs: { hash = "sha256-ezOeRgqI/GOWFknUVZI7ZLEy1GYaBI+/An83HWKL6ho="; }; postPatch = '' substituteInPlace src/components/app.rs \ --replace-fail '/usr/share/sounds/freedesktop/stereo/audio-volume-change.oga' '${sound-theme-freedesktop}/share/sounds/freedesktop/stereo/audio-volume-change.oga' ''; useFetchCargoVendor = true; cargoHash = "sha256-vYehF2RjPrTZiuGcRUe4XX3ftRo7f+SIoKizD/kOtR8="; Loading