treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildPythonPackage, fetchPypi, pytest, pytest-flakes, tox }:
|
||||
{ lib, buildPythonPackage, fetchPypi, pytest, pytest-flakes, tox }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-quickcheck";
|
||||
version = "0.8.6";
|
||||
|
||||
Reference in New Issue
Block a user