Merge pull request #21461 from ikervagyok/urlscan
urlscan: replace input 'isPy35' with 'pythonOlder'
This commit is contained in:
commit
405c18bd32
@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonPackage, isPy35, fetchFromGitHub, urwid, pythonOlder }:
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub, urwid, pythonOlder }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "urlscan-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user