pkgs/servers: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, libusb1, pkgconfig, pmutils, udev} :
|
||||
{ lib, stdenv, fetchgit, libusb1, pkgconfig, pmutils, udev} :
|
||||
|
||||
let
|
||||
|
||||
@@ -55,8 +55,8 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://www.tinkerforge.com/";
|
||||
description = "A daemon (or service on Windows) that acts as a bridge between the Bricks/Bricklets and the API bindings for the different programming languages";
|
||||
maintainers = [ stdenv.lib.maintainers.qknight ];
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.qknight ];
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user