forked from mirrors/nixpkgs
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
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue