mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +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 New Issue
Block a user