gnome.simple-scan: 42.0 → 42.1

https://gitlab.gnome.org/GNOME/simple-scan/-/compare/42.0...42.1

Also:
- move vala to nativeBuildInputs
- remove adwaita-icon-theme from buildInputs
This commit is contained in:
R. Ryantm 2022-04-20 03:23:22 +00:00 committed by Bobby Rong
parent 2882f7f1ad
commit a4512530fe
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "simple-scan";
version = "42.0";
version = "42.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-rB+Fev0LyIl90gRQI618VxPlzu/KVrCzzF6aR5UylYY=";
sha256 = "sha256-hZvAYRwXabW9q6ljne7TWfUEdMLuz1i7v9fOIZEbIiY=";
};
nativeBuildInputs = [
@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
wrapGAppsHook
libxml2
gobject-introspection # For setup hook
vala
];
buildInputs = [
@ -49,14 +50,12 @@ stdenv.mkDerivation rec {
gdk-pixbuf
colord
glib
gnome.adwaita-icon-theme
gusb
gtk3
libhandy
libwebp
packagekit
sane-backends
vala
];
postPatch = ''