about summary refs log tree commit diff
path: root/pkgs/data/themes/ant-theme
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-03-23 14:39:55 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-03-23 14:39:55 -0300
commit1aca373b5066aa705e64b63bbb9e1af489c35b06 (patch)
treee811ba52773a9e929d3dfd9b7f63948cdeeb20da /pkgs/data/themes/ant-theme
parentc8188d8284ed6ad9bd3870dd5bd434e7e3e9fe2d (diff)
ant-nebula-theme: should not use a fixed output path
Diffstat (limited to 'pkgs/data/themes/ant-theme')
-rw-r--r--pkgs/data/themes/ant-theme/ant-nebula.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/data/themes/ant-theme/ant-nebula.nix b/pkgs/data/themes/ant-theme/ant-nebula.nix
index 75aeb91f9022a..03ee3b5d2d428 100644
--- a/pkgs/data/themes/ant-theme/ant-nebula.nix
+++ b/pkgs/data/themes/ant-theme/ant-nebula.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 = "1lmlc4fvjnp05gshc0arfysh8r1xxzpzdv3j0bk40mjf3d59814c";
-
   meta = with stdenv.lib; {
     description = "Nebula variant of the Ant theme";
     homepage = "https://github.com/EliverLara/${themeName}";