tmuxp: remove pypkgs binding to avoid indirection

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador
2023-06-26 10:36:30 -03:00
committed by Anderson Torres
parent 643ed53564
commit 95639352ac
+4 -8
View File
@@ -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