smem: switch to python3
smem 1.5 has support for python3
This commit is contained in:
parent
9a30f084a0
commit
292daa1285
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user