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
|
||||
, desktop-file-utils
|
||||
, gtk3
|
||||
, libaccounts-glib
|
||||
, libexif
|
||||
, libgee
|
||||
, libhandy
|
||||
|
@ -24,7 +23,6 @@
|
|||
, libsoup
|
||||
, sqlite
|
||||
, python3
|
||||
, scour
|
||||
, webkitgtk
|
||||
, libwebp
|
||||
, appstream
|
||||
|
@ -54,19 +52,13 @@ stdenv.mkDerivation rec {
|
|||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = with gst_all_1; [
|
||||
buildInputs = [
|
||||
elementary-icon-theme
|
||||
geocode-glib
|
||||
gexiv2
|
||||
granite
|
||||
gst-plugins-bad
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-ugly
|
||||
gstreamer
|
||||
gtk3
|
||||
json-glib
|
||||
libaccounts-glib
|
||||
libexif
|
||||
libgee
|
||||
libgphoto2
|
||||
|
@ -76,10 +68,15 @@ stdenv.mkDerivation rec {
|
|||
librest
|
||||
libsoup
|
||||
libwebp
|
||||
scour
|
||||
sqlite
|
||||
webkitgtk
|
||||
];
|
||||
] ++ (with gst_all_1; [
|
||||
gst-plugins-bad
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-ugly
|
||||
gstreamer
|
||||
]);
|
||||
|
||||
mesonFlags = [
|
||||
"-Dplugins=false"
|
||||
|
|
Loading…
Reference in a new issue