14 gobject-introspection,
18 python3Packages.buildPythonApplication rec {
22 src = fetchFromGitHub {
23 owner = "rafaelmardojai";
26 hash = "sha256-mY7c5i0me7mMbD8c6eGJeaZpR8XI5QVL4n3M+j15Z1c=";
44 gst_all_1.gst-plugins-base
45 gst_all_1.gst-plugins-good
46 gst_all_1.gst-plugins-bad
49 propagatedBuildInputs = with python3Packages; [ pygobject3 ];
54 patchShebangs build-aux/meson/postinstall.py
55 substituteInPlace build-aux/meson/postinstall.py \
56 --replace-fail gtk-update-icon-cache gtk4-update-icon-cache
62 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
66 description = "Listen to different sounds";
67 homepage = "https://github.com/rafaelmardojai/blanket";
68 license = lib.licenses.gpl3Plus;
69 mainProgram = "blanket";
70 maintainers = with lib.maintainers; [ onny ];
71 platforms = lib.platforms.linux;