asciinema: remove pythonPackages alias
This commit is contained in:
parent
026ec8cfb5
commit
f428ac60eb
@ -1,13 +1,11 @@
|
|||||||
{ lib, python3Packages, fetchFromGitHub, glibcLocales }:
|
{ lib, python3Packages, fetchFromGitHub, glibcLocales }:
|
||||||
|
|
||||||
let
|
python3Packages.buildPythonApplication rec {
|
||||||
pythonPackages = python3Packages;
|
pname = "asciinema";
|
||||||
in pythonPackages.buildPythonApplication rec {
|
|
||||||
name = "asciinema-${version}";
|
|
||||||
version = "2.0.1";
|
version = "2.0.1";
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [ nose ];
|
buildInputs = with python3Packages; [ nose ];
|
||||||
propagatedBuildInputs = with pythonPackages; [ requests ];
|
propagatedBuildInputs = with python3Packages; [ requests ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "asciinema";
|
owner = "asciinema";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user