whitesur-gtk-theme: replace duplicate files with links

This commit is contained in:
José Romildo 2022-02-21 17:56:34 -03:00
parent 612d007dc5
commit c37327d82d

View file

@ -4,6 +4,7 @@
, glib
, gnome-shell
, gnome-themes-extra
, jdupes
, libxml2
, sassc
, util-linux
@ -43,6 +44,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
glib
gnome-shell
jdupes
libxml2
sassc
util-linux
@ -81,6 +83,8 @@ stdenv.mkDerivation rec {
${lib.optionalString (panelSize != null) ("--panel-size " + panelSize)} \
--dest $out/share/themes
jdupes --link-soft --recurse $out/share
runHook postInstall
'';