Merge pull request #315367 from SFrijters/tint2

tint2: minor fixes
This commit is contained in:
José Romildo Malaquias 2024-06-12 22:52:00 -03:00 committed by GitHub
commit 61744ae79a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@
, gettext , gettext
, cairo , cairo
, pango , pango
, pcre
, glib , glib
, imlib2 , imlib2
, gtk3 , gtk3
@ -54,7 +53,6 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
cairo cairo
pango pango
pcre
glib glib
imlib2 imlib2
gtk3 gtk3
@ -78,7 +76,7 @@ stdenv.mkDerivation rec {
for f in ./src/launcher/apps-common.c \ for f in ./src/launcher/apps-common.c \
./src/launcher/icon-theme-common.c ./src/launcher/icon-theme-common.c
do do
substituteInPlace $f --replace /usr/share/ /run/current-system/sw/share/ substituteInPlace $f --replace-fail /usr/share/ /run/current-system/sw/share/
done done
''; '';