mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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 @@
|
|||
{ buildPythonPackage, fetchFromGitHub, python, lib, stdenv, django }:
|
||||
{ buildPythonPackage, fetchFromGitHub, python, lib, django }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-widget-tweaks";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue