Skip to content

Commit

Permalink
tela-icon-theme: format slightly differently
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
lukegb committed May 2, 2021
1 parent 1b10b0d commit 8142fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/data/icons/tela-icon-theme/default.nix
Expand Up @@ -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
'';

Expand Down

0 comments on commit 8142fd6

Please sign in to comment.