mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
bpytop: remove unused input
This commit is contained in:
parent
b5b575d276
commit
b3efb61263
@ -1,4 +1,9 @@
|
|||||||
{ lib, stdenv, python3Packages, fetchFromGitHub, makeWrapper, substituteAll }:
|
{ lib
|
||||||
|
, stdenv
|
||||||
|
, python3Packages
|
||||||
|
, fetchFromGitHub
|
||||||
|
, makeWrapper
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bpytop";
|
pname = "bpytop";
|
||||||
@ -12,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ python psutil ];
|
propagatedBuildInputs = with python3Packages; [ python psutil ];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user