mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
shotwell: 0.32.4 → 0.32.6
https://gitlab.gnome.org/GNOME/shotwell/-/compare/shotwell-0.32.4...shotwell-0.32.6
No longer needs webkitgtk:
0a463a30a2
This commit is contained in:
parent
571716ebca
commit
e1135aaf45
@ -11,7 +11,6 @@
|
||||
, libxml2
|
||||
, vala
|
||||
, sqlite
|
||||
, webkitgtk_4_1
|
||||
, pkg-config
|
||||
, gnome
|
||||
, gst_all_1
|
||||
@ -40,11 +39,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "shotwell";
|
||||
version = "0.32.4";
|
||||
version = "0.32.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/shotwell/${lib.versions.majorMinor finalAttrs.version}/shotwell-${finalAttrs.version}.tar.xz";
|
||||
sha256 = "sha256-3iqUUIRtHOwUxqEDA3X9SeGvJNySCtZIA0QST5zLhW8=";
|
||||
sha256 = "sha256-dZek/6yR4YzYFEsS8tCDE6P0Bbs2gkOnMmgm99kqcLY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -67,7 +66,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libsoup_3
|
||||
libxml2
|
||||
sqlite
|
||||
webkitgtk_4_1
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-libav
|
||||
gst_all_1.gst-plugins-base
|
||||
|
Loading…
Reference in New Issue
Block a user