tmuxp: remove pypkgs binding to avoid indirection
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Anderson Torres
parent
643ed53564
commit
95639352ac
@@ -1,10 +1,6 @@
|
||||
{ lib, python3Packages, fetchPypi, installShellFiles }:
|
||||
|
||||
let
|
||||
pypkgs = python3Packages;
|
||||
|
||||
in
|
||||
pypkgs.buildPythonApplication rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "tmuxp";
|
||||
version = "1.28.1";
|
||||
|
||||
@@ -19,12 +15,12 @@ pypkgs.buildPythonApplication rec {
|
||||
format = "pyproject";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pypkgs.poetry-core
|
||||
pypkgs.shtab
|
||||
python3Packages.poetry-core
|
||||
python3Packages.shtab
|
||||
installShellFiles
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with pypkgs; [
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
click
|
||||
colorama
|
||||
kaptan
|
||||
|
||||
Reference in New Issue
Block a user