onboard: remove unused inputs

This commit is contained in:
Sandro Jäckel 2021-02-22 01:14:31 +01:00
parent f96c5a5cc6
commit 60bf7d4ac0
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -6,7 +6,6 @@
, atspiSupport ? true , atspiSupport ? true
, bash , bash
, glib , glib
, glibcLocales
, dconf , dconf
, gobject-introspection , gobject-introspection
, gsettings-desktop-schemas , gsettings-desktop-schemas
@ -130,8 +129,7 @@ python3.pkgs.buildPythonApplication rec {
--replace "/etc" "$out/etc" --replace "/etc" "$out/etc"
substituteInPlace ./Onboard/LanguageSupport.py \ substituteInPlace ./Onboard/LanguageSupport.py \
--replace "/usr/share/xml/iso-codes" "${isocodes}/share/xml/iso-codes" \ --replace "/usr/share/xml/iso-codes" "${isocodes}/share/xml/iso-codes"
--replace "/usr/bin/yelp" "${yelp}/bin/yelp"
substituteInPlace ./Onboard/Indicator.py \ substituteInPlace ./Onboard/Indicator.py \
--replace "/usr/bin/yelp" "${yelp}/bin/yelp" --replace "/usr/bin/yelp" "${yelp}/bin/yelp"