mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
rtl8192eu: remove 'with lib;'
This commit is contained in:
parent
e531f98846
commit
740cf77809
|
@ -1,7 +1,5 @@
|
|||
{ stdenv, lib, fetchFromGitHub, kernel, bc }:
|
||||
|
||||
with lib;
|
||||
|
||||
let modDestDir = "$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/net/wireless/realtek/rtl8192eu";
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue