Skip to content

Commit 8142fd6

Browse files
authoredMay 2, 2021
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).
1 parent 1b10b0d commit 8142fd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/data/icons/tela-icon-theme/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ stdenv.mkDerivation rec {
1919

2020
installPhase = ''
2121
runHook preInstall
22+
2223
patchShebangs install.sh
2324
mkdir -p $out/share/icons
2425
./install.sh -a -d $out/share/icons
2526
jdupes -l -r $out/share/icons
27+
2628
runHook postInstall
2729
'';
2830

0 commit comments

Comments
 (0)
Please sign in to comment.