ant-theme: should not use a fixed output path

This commit is contained in:
José Romildo Malaquias 2020-03-23 14:35:17 -03:00
parent d7a3ee6daa
commit a3ecb8be27
1 changed files with 0 additions and 6 deletions

View File

@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
gtk-engine-murrine gtk-engine-murrine
]; ];
dontBuild = true;
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall
mkdir -p $out/share/themes/${themeName} mkdir -p $out/share/themes/${themeName}
@ -26,10 +24,6 @@ stdenv.mkDerivation rec {
runHook postInstall runHook postInstall
''; '';
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "07iv4jangqnzrvjr749vl3x31z7dxds51bq1bhz5acbjbwf25wjf";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A flat and light theme with a modern look"; description = "A flat and light theme with a modern look";
homepage = "https://github.com/EliverLara/${themeName}"; homepage = "https://github.com/EliverLara/${themeName}";