Loading pkgs/desktops/gnome/apps/cheese/default.nix +2 −9 Original line number Diff line number Diff line Loading @@ -28,19 +28,18 @@ , meson , ninja , dbus , python3 , pipewire }: stdenv.mkDerivation rec { pname = "cheese"; version = "43.0"; version = "44.0"; outputs = [ "out" "man" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/cheese/${lib.versions.major version}/${pname}-${version}.tar.xz"; sha256 = "dFdMSjwycyfxotbQs/k3vir7B6YVm21425wZLeZmfws="; sha256 = "3yf/abII9Nz7fYb/YgqT+ThP3G/hBaP0rpO0OO+r9Fw="; }; nativeBuildInputs = [ Loading @@ -55,7 +54,6 @@ stdenv.mkDerivation rec { meson ninja pkg-config python3 vala wrapGAppsHook glib # for glib-compile-schemas Loading @@ -80,11 +78,6 @@ stdenv.mkDerivation rec { pipewire # PipeWire provides a gstreamer plugin for using PipeWire for video ]; postPatch = '' chmod +x meson_post_install.py patchShebangs meson_post_install.py ''; preFixup = '' gappsWrapperArgs+=( # Effects Loading Loading
pkgs/desktops/gnome/apps/cheese/default.nix +2 −9 Original line number Diff line number Diff line Loading @@ -28,19 +28,18 @@ , meson , ninja , dbus , python3 , pipewire }: stdenv.mkDerivation rec { pname = "cheese"; version = "43.0"; version = "44.0"; outputs = [ "out" "man" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/cheese/${lib.versions.major version}/${pname}-${version}.tar.xz"; sha256 = "dFdMSjwycyfxotbQs/k3vir7B6YVm21425wZLeZmfws="; sha256 = "3yf/abII9Nz7fYb/YgqT+ThP3G/hBaP0rpO0OO+r9Fw="; }; nativeBuildInputs = [ Loading @@ -55,7 +54,6 @@ stdenv.mkDerivation rec { meson ninja pkg-config python3 vala wrapGAppsHook glib # for glib-compile-schemas Loading @@ -80,11 +78,6 @@ stdenv.mkDerivation rec { pipewire # PipeWire provides a gstreamer plugin for using PipeWire for video ]; postPatch = '' chmod +x meson_post_install.py patchShebangs meson_post_install.py ''; preFixup = '' gappsWrapperArgs+=( # Effects Loading