asciinema: remove pythonPackages alias

This commit is contained in:
rnhmjoj 2018-06-03 10:59:58 +02:00
parent 026ec8cfb5
commit f428ac60eb
No known key found for this signature in database
GPG Key ID: 91BE884FBA4B591A

View File

@ -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";