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