mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
urlscan: remove 'isPy35' dependency, as it's no longer needed
This commit is contained in:
parent
93fc4281ba
commit
e912145eae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, buildPythonPackage, isPy35, fetchFromGitHub, urwid, pythonOlder }:
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub, urwid, pythonOlder }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "urlscan-${version}";
|
||||
|
|
Loading…
Reference in a new issue