summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-25 10:57:48 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-03-25 10:57:48 +0100
commitff12cb0ef6e8a86166b8e215f447a13fb104e205 (patch)
tree523ed4bd32c9f11ac02c55c3c429d07bd9c47560 /pkgs/tools
parent69f354b89b19f9950bcbdbc1a904bdb320038725 (diff)
blockhash: use python2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/graphics/blockhash/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/blockhash/default.nix b/pkgs/tools/graphics/blockhash/default.nix
index a0ecdde3826c..b3426722f79f 100644
--- a/pkgs/tools/graphics/blockhash/default.nix
+++ b/pkgs/tools/graphics/blockhash/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, python, pkg-config, imagemagick, wafHook }:
+{ lib, stdenv, fetchFromGitHub, python2, pkg-config, imagemagick, wafHook }:
stdenv.mkDerivation rec {
pname = "blockhash";
@@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
sha256 = "0m7ikppl42iicgmwsb7baajmag7v0p1ab06xckifvrr0zm21bq9p";
};
- nativeBuildInputs = [ python pkg-config wafHook ];
+ nativeBuildInputs = [ python2 pkg-config wafHook ];
buildInputs = [ imagemagick ];
+ strictDeps = true;
+
meta = with lib; {
homepage = "http://blockhash.io/";
description = ''