pkgs/os-specific: stdenv.lib -> lib
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, nukeReferences, kernel }:
|
||||
with stdenv.lib;
|
||||
{ lib, stdenv, fetchFromGitHub, nukeReferences, kernel }:
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rtl8723bs-${kernel.version}-${version}";
|
||||
version = "2017-04-06";
|
||||
@@ -33,8 +33,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Realtek SDIO Wi-Fi driver";
|
||||
homepage = "https://github.com/hadess/rtl8723bs";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.linux;
|
||||
broken = (! versionOlder kernel.version "4.12"); # Now in kernel staging drivers
|
||||
maintainers = with maintainers; [ elitak ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user