about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-09-10 21:07:30 +0800
committerBobby Rong <rjl931189261@126.com>2022-09-10 21:50:28 +0800
commit382c0364cb14156d8dbea9e4ee40b220f94c4670 (patch)
treeb99a15756c20a2a7a56c84ba3ca34c511bef8435 /pkgs/data/themes
parent9518ee5a82d3596a4217e89ef38d4b620cd44f11 (diff)
arc-kde-theme: remove ouputHash
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/arc-kde/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/data/themes/arc-kde/default.nix b/pkgs/data/themes/arc-kde/default.nix
index 267e1b8b8b5d1..138e32f1cbfce 100644
--- a/pkgs/data/themes/arc-kde/default.nix
+++ b/pkgs/data/themes/arc-kde/default.nix
@@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
 
   makeFlags = [ "PREFIX=$(out)" ];
 
-  # Make this a fixed-output derivation
-  outputHashMode = "recursive";
-  outputHashAlgo = "sha256";
-  ouputHash = "2c2def57092a399aa1c450699cbb8639f47d751157b18db17";
-
   meta = {
     description = "A port of the arc theme for Plasma";
     homepage = "https://git.io/arc-kde";