smem: enable matplotlib

This makes it able to show a pie chart graph:

smem --pie=pss

I chose this pattern for adding the python package because it seemed simplest to
me.

Atemu 4494a741 698214a3

+3 -1
+3 -1
pkgs/by-name/sm/smem/package.nix
··· 14 14 sha256 = "19ibv1byxf2b68186ysrgrhy5shkc5mc69abark1h18yigp3j34m"; 15 15 }; 16 16 17 - buildInputs = [ python3 ]; 17 + buildInputs = [ 18 + (python3.withPackages (pp: [ pp.matplotlib ])) 19 + ]; 18 20 19 21 makeFlags = [ "smemcap" ]; 20 22