1
0
Fork 1
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:
Felix Buehler 2024-08-13 22:20:58 +02:00 committed by Valentin Gagarin
parent e531f98846
commit 740cf77809

View file

@ -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 {