treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-16 17:58:11 +07:00
parent a9bb54359e
commit badf51221d
977 changed files with 2613 additions and 2613 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }: let
{ lib, stdenv, fetchurl }: let
version = "1.2.0";
in stdenv.mkDerivation {
pname = "long-shebang";
@@ -14,8 +14,8 @@ in stdenv.mkDerivation {
homepage = "https://github.com/shlevy/long-shebang";
license = stdenv.lib.licenses.mit;
license = lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
platforms = lib.platforms.unix;
};
}