treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Taken from a past commit of nixpkgs
|
||||
|
||||
{ lib, stdenv, buildPythonPackage, fetchPypi, pytest, glibcLocales, tox, pytestcov, parso }:
|
||||
{ lib, buildPythonPackage, fetchPypi, pytest, glibcLocales, tox, pytestcov, parso }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jedi";
|
||||
|
||||
Reference in New Issue
Block a user