summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-03-23 14:39:00 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-03-23 14:39:00 -0300
commitff9448c9debb60b9fce92f0c726e204a8fdd2f4e (patch)
tree235fbba9816f79f68f1d238db3a51497b59eb3a5 /pkgs/data
parenta3ecb8be2780be2df7ed91683df2bbdeb42a96fa (diff)
downloadnixpkgs-ff9448c9debb60b9fce92f0c726e204a8fdd2f4e.tar
nixpkgs-ff9448c9debb60b9fce92f0c726e204a8fdd2f4e.tar.gz
nixpkgs-ff9448c9debb60b9fce92f0c726e204a8fdd2f4e.tar.bz2
nixpkgs-ff9448c9debb60b9fce92f0c726e204a8fdd2f4e.tar.lz
nixpkgs-ff9448c9debb60b9fce92f0c726e204a8fdd2f4e.tar.xz
nixpkgs-ff9448c9debb60b9fce92f0c726e204a8fdd2f4e.tar.zst
nixpkgs-ff9448c9debb60b9fce92f0c726e204a8fdd2f4e.zip
ant-bloody-theme: should not use a fixed output path
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/ant-theme/ant-bloody.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/data/themes/ant-theme/ant-bloody.nix b/pkgs/data/themes/ant-theme/ant-bloody.nix
index 4ec1c3281d5..3c540889c13 100644
--- a/pkgs/data/themes/ant-theme/ant-bloody.nix
+++ b/pkgs/data/themes/ant-theme/ant-bloody.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 = "0v5pdhysa2460sh400cpq11smcfsi9g1lbfzx8nj1w5a21d811cz";
-
   meta = with stdenv.lib; {
     description = "Bloody variant of the Ant theme";
     homepage = "https://github.com/EliverLara/${themeName}";