pantheon.elementary-photos: remove unneeded inputs
Looks like scour is no needed since 2.7.x.
This commit is contained in:
parent
422471d1b0
commit
1cd734f2d3
1 changed files with 8 additions and 11 deletions
|
@ -8,7 +8,6 @@
|
||||||
, vala
|
, vala
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, gtk3
|
, gtk3
|
||||||
, libaccounts-glib
|
|
||||||
, libexif
|
, libexif
|
||||||
, libgee
|
, libgee
|
||||||
, libhandy
|
, libhandy
|
||||||
|
@ -24,7 +23,6 @@
|
||||||
, libsoup
|
, libsoup
|
||||||
, sqlite
|
, sqlite
|
||||||
, python3
|
, python3
|
||||||
, scour
|
|
||||||
, webkitgtk
|
, webkitgtk
|
||||||
, libwebp
|
, libwebp
|
||||||
, appstream
|
, appstream
|
||||||
|
@ -54,19 +52,13 @@ stdenv.mkDerivation rec {
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with gst_all_1; [
|
buildInputs = [
|
||||||
elementary-icon-theme
|
elementary-icon-theme
|
||||||
geocode-glib
|
geocode-glib
|
||||||
gexiv2
|
gexiv2
|
||||||
granite
|
granite
|
||||||
gst-plugins-bad
|
|
||||||
gst-plugins-base
|
|
||||||
gst-plugins-good
|
|
||||||
gst-plugins-ugly
|
|
||||||
gstreamer
|
|
||||||
gtk3
|
gtk3
|
||||||
json-glib
|
json-glib
|
||||||
libaccounts-glib
|
|
||||||
libexif
|
libexif
|
||||||
libgee
|
libgee
|
||||||
libgphoto2
|
libgphoto2
|
||||||
|
@ -76,10 +68,15 @@ stdenv.mkDerivation rec {
|
||||||
librest
|
librest
|
||||||
libsoup
|
libsoup
|
||||||
libwebp
|
libwebp
|
||||||
scour
|
|
||||||
sqlite
|
sqlite
|
||||||
webkitgtk
|
webkitgtk
|
||||||
];
|
] ++ (with gst_all_1; [
|
||||||
|
gst-plugins-bad
|
||||||
|
gst-plugins-base
|
||||||
|
gst-plugins-good
|
||||||
|
gst-plugins-ugly
|
||||||
|
gstreamer
|
||||||
|
]);
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dplugins=false"
|
"-Dplugins=false"
|
||||||
|
|
Loading…
Reference in a new issue