Merge pull request #121519 from NixOS/lukegb-tela-icon-theme

tela-icon-theme: format slightly differently
This commit is contained in:
Luke Granger-Brown 2021-05-02 17:34:25 +01:00 committed by GitHub
commit 9775b39fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,10 +19,12 @@ stdenv.mkDerivation rec {
installPhase = ''
runHook preInstall
patchShebangs install.sh
mkdir -p $out/share/icons
./install.sh -a -d $out/share/icons
jdupes -l -r $out/share/icons
runHook postInstall
'';