From a3ecb8be2780be2df7ed91683df2bbdeb42a96fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo=20Malaquias?= Date: Mon, 23 Mar 2020 14:35:17 -0300 Subject: [PATCH] ant-theme: should not use a fixed output path --- pkgs/data/themes/ant-theme/ant.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/data/themes/ant-theme/ant.nix b/pkgs/data/themes/ant-theme/ant.nix index 0908883e20e..736c8a1aa6a 100644 --- a/pkgs/data/themes/ant-theme/ant.nix +++ b/pkgs/data/themes/ant-theme/ant.nix @@ -16,8 +16,6 @@ stdenv.mkDerivation rec { gtk-engine-murrine ]; - dontBuild = true; - installPhase = '' runHook preInstall mkdir -p $out/share/themes/${themeName} @@ -26,10 +24,6 @@ stdenv.mkDerivation rec { runHook postInstall ''; - outputHashAlgo = "sha256"; - outputHashMode = "recursive"; - outputHash = "07iv4jangqnzrvjr749vl3x31z7dxds51bq1bhz5acbjbwf25wjf"; - meta = with stdenv.lib; { description = "A flat and light theme with a modern look"; homepage = "https://github.com/EliverLara/${themeName}";