ant-dracula-theme: should not use a fixed output path
This commit is contained in:
parent
ff9448c9de
commit
c8188d8284
@ -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 = "1a9mkxfb0zixx8s05h15lhnnzygh2qzc8k2q10i0khx90bf72x14";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Dracula variant of the Ant theme";
|
description = "Dracula variant of the Ant theme";
|
||||||
homepage = "https://github.com/EliverLara/${themeName}";
|
homepage = "https://github.com/EliverLara/${themeName}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user