pkgs/tools: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 17:12:36 +07:00
parent 94f3683935
commit 8c5d37129f
916 changed files with 2510 additions and 2510 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libusb-compat-0_1 }:
{ lib, stdenv, fetchurl, libusb-compat-0_1 }:
stdenv.mkDerivation {
name = "sixpair-2007-04-18";
@@ -31,8 +31,8 @@ stdenv.mkDerivation {
This command-line utility searches USB buses for SIXAXIS controllers and tells them to connect to a new Bluetooth master.
'';
homepage = "http://www.pabr.org/sixlinux/";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.tomsmeets ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.tomsmeets ];
platforms = lib.platforms.linux;
};
}