Loading pkgs/desktops/cinnamon/xreader/default.nix +2 −12 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , fetchpatch , glib , gobject-introspection , intltool Loading @@ -27,24 +26,15 @@ stdenv.mkDerivation rec { pname = "xreader"; version = "3.8.2"; version = "3.8.3"; src = fetchFromGitHub { owner = "linuxmint"; repo = pname; rev = version; sha256 = "sha256-2zqlfoN4L+V237cQ3PVh49YaZfNKGiLqh2JIiGJE340="; sha256 = "sha256-fLnpBJJzrsQSyN+Ok1u/+CwHzBg+bzFR2Jwkc5mpMPA="; }; patches = [ # Fix build with meson 1.2, can be dropped on next bump # https://github.com/linuxmint/xreader/issues/612 (fetchpatch { url = "https://github.com/linuxmint/xreader/commit/06b18a884c8cf3257ea1f053a82784da078999ed.patch"; sha256 = "sha256-+LXEW3OkfhkIcbxtvfQYjdaC18O8imOx22t91ad/XZw="; }) ]; nativeBuildInputs = [ shared-mime-info wrapGAppsHook Loading Loading
pkgs/desktops/cinnamon/xreader/default.nix +2 −12 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , fetchpatch , glib , gobject-introspection , intltool Loading @@ -27,24 +26,15 @@ stdenv.mkDerivation rec { pname = "xreader"; version = "3.8.2"; version = "3.8.3"; src = fetchFromGitHub { owner = "linuxmint"; repo = pname; rev = version; sha256 = "sha256-2zqlfoN4L+V237cQ3PVh49YaZfNKGiLqh2JIiGJE340="; sha256 = "sha256-fLnpBJJzrsQSyN+Ok1u/+CwHzBg+bzFR2Jwkc5mpMPA="; }; patches = [ # Fix build with meson 1.2, can be dropped on next bump # https://github.com/linuxmint/xreader/issues/612 (fetchpatch { url = "https://github.com/linuxmint/xreader/commit/06b18a884c8cf3257ea1f053a82784da078999ed.patch"; sha256 = "sha256-+LXEW3OkfhkIcbxtvfQYjdaC18O8imOx22t91ad/XZw="; }) ]; nativeBuildInputs = [ shared-mime-info wrapGAppsHook Loading