bpytop: remove unused input
This commit is contained in:
parent
b5b575d276
commit
b3efb61263
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
{ lib, stdenv, python3Packages, fetchFromGitHub, makeWrapper, substituteAll }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, python3Packages
|
||||
, fetchFromGitHub
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bpytop";
|
||||
|
@ -12,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ python psutil ];
|
||||
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Reference in a new issue