forked from mirrors/nixpkgs
iotop: use python2
This commit is contained in:
parent
ff069a2aa1
commit
e9f8ee3ab4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, pythonPackages }:
|
||||
{ stdenv, fetchurl, python2Packages }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
python2Packages.buildPythonApplication rec {
|
||||
name = "iotop-0.6";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Add table
Reference in a new issue