treewide: remove use of deprecated stdenv.lib

This commit is contained in:
Erik Arvstedt
2021-03-22 14:39:32 +01:00
parent 6ba5880b2c
commit 4cddf284e9
6 changed files with 15 additions and 18 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
{ pkgs, stdenv, fetchurl, fetchFromGitHub, python3 }:
with stdenv.lib;
{ lib, pkgs, stdenv, fetchurl, fetchFromGitHub, python3 }:
let
python = python3.override {