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).
This commit is contained in:
parent
1b10b0d579
commit
8142fd653f
1 changed files with 2 additions and 0 deletions
|
@ -19,10 +19,12 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
patchShebangs install.sh
|
patchShebangs install.sh
|
||||||
mkdir -p $out/share/icons
|
mkdir -p $out/share/icons
|
||||||
./install.sh -a -d $out/share/icons
|
./install.sh -a -d $out/share/icons
|
||||||
jdupes -l -r $out/share/icons
|
jdupes -l -r $out/share/icons
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue