blockhash: use python2

This commit is contained in:
Frederik Rietdijk 2021-03-25 10:57:48 +01:00
parent 69f354b89b
commit ff12cb0ef6

View file

@ -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 = ''