pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, pythonPackages }:
|
||||
{ lib, stdenv, pythonPackages }:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
with pythonPackages;
|
||||
|
||||
buildPythonApplication rec {
|
||||
|
||||
Reference in New Issue
Block a user