mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
treewide: remove stdenv where not needed
This commit is contained in:
parent
e06e847595
commit
a6ce00c50c
2779 changed files with 2844 additions and 2834 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, buildPythonPackage, fetchPypi, setuptools_scm, pytest }:
|
||||
{ lib, buildPythonPackage, fetchPypi, setuptools_scm, pytest }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "setuptools-scm-git-archive";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue