1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

rtl8192su-firmware: remove 'with lib;'

This commit is contained in:
Felix Buehler 2024-08-13 22:21:35 +02:00 committed by Valentin Gagarin
parent 400a0bbce5
commit 3bf56ef4ea

View file

@ -1,5 +1,4 @@
{ lib, stdenvNoCC, fetchFromGitHub }:
with lib;
stdenvNoCC.mkDerivation {
pname = "rtl8192su";
version = "unstable-2016-10-05";