pythonInterpreters.pypy36_prebuilt: Add missing lib argument

This was broken by commit 001c0cbe54
(#110591).

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2021-02-13 10:08:52 -08:00 committed by Frederik Rietdijk
parent 5f30f9adcc
commit 1c5c184079

View file

@ -1,4 +1,5 @@
{ stdenv
{ lib
, stdenv
, fetchurl
, python-setup-hook
, self