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:
parent
400a0bbce5
commit
3bf56ef4ea
|
@ -1,5 +1,4 @@
|
|||
{ lib, stdenvNoCC, fetchFromGitHub }:
|
||||
with lib;
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "rtl8192su";
|
||||
version = "unstable-2016-10-05";
|
||||
|
|
Loading…
Reference in a new issue