get: stdenv.lib -> lib
Deprecated since nixpkgs 21.05
This commit is contained in:
parent
935355a0af
commit
b6aac83d6e
@ -1,4 +1,6 @@
|
|||||||
{ coreutils, gnugrep, gnused, fetchgit, jq, nix, stdenv, ... }:
|
{ fetchgit, lib, stdenv
|
||||||
|
, coreutils, gnugrep, gnused, jq, nix
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "get-1.4.1";
|
name = "get-1.4.1";
|
||||||
@ -16,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
installPhase =
|
installPhase =
|
||||||
let
|
let
|
||||||
path = stdenv.lib.makeBinPath [
|
path = lib.makeBinPath [
|
||||||
coreutils
|
coreutils
|
||||||
gnugrep
|
gnugrep
|
||||||
gnused
|
gnused
|
||||||
|
Loading…
Reference in New Issue
Block a user