pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, gcc }:
|
||||
{ lib, stdenv, fetchurl, gcc }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pxattr-2.1.0";
|
||||
@@ -18,8 +18,8 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://www.lesbonscomptes.com/pxattr/index.html";
|
||||
description = "Provides a single interface to extended file attributes";
|
||||
maintainers = [ stdenv.lib.maintainers.vrthra ];
|
||||
license = [ stdenv.lib.licenses.mit ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.vrthra ];
|
||||
license = [ lib.licenses.mit ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user