iotop: use python2

This commit is contained in:
Frederik Rietdijk
2016-10-18 23:14:35 +02:00
parent ff069a2aa1
commit e9f8ee3ab4
+2 -2
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pythonPackages }:
{ stdenv, fetchurl, python2Packages }:
pythonPackages.buildPythonApplication rec {
python2Packages.buildPythonApplication rec {
name = "iotop-0.6";
src = fetchurl {