smem: switch to python3

smem 1.5 has support for python3
This commit is contained in:
Armeen Mahdian 2022-03-18 15:54:14 -05:00 committed by Bjørn Forsman
parent 9a30f084a0
commit 292daa1285

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, python2 }:
{ lib, stdenv, fetchurl, python3 }:
stdenv.mkDerivation rec {
pname = "smem";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "19ibv1byxf2b68186ysrgrhy5shkc5mc69abark1h18yigp3j34m";
};
buildInputs = [ python2 ];
buildInputs = [ python3 ];
makeFlags = [ "smemcap" ];