about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-05-02 15:49:37 +0100
committerGitHub <noreply@github.com>2021-05-02 15:49:37 +0100
commit8142fd653fe425760afa82f468451c95768aeb1f (patch)
tree3b8b75c5e2ddc57ff7509dd494ca3b6f4f708e08 /pkgs/data
parent1b10b0d57979cc289c69301d754838a1c8562f43 (diff)
tela-icon-theme: format slightly differently
This change is intended to cause the package hash to change, to work around a bug in Hydra that's causing the nixos-unstable channel advancement to fail (due to an invalid .ls file).
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/icons/tela-icon-theme/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/data/icons/tela-icon-theme/default.nix b/pkgs/data/icons/tela-icon-theme/default.nix
index 7bbad94520619..23e56e6107cc5 100644
--- a/pkgs/data/icons/tela-icon-theme/default.nix
+++ b/pkgs/data/icons/tela-icon-theme/default.nix
@@ -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
   '';