whitesur-gtk-theme: replace duplicate files with links
This commit is contained in:
parent
612d007dc5
commit
c37327d82d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue