linuxPackages.r8168: add pname
This commit is contained in:
@@ -11,7 +11,8 @@ let
|
||||
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "r8168-${kernel.version}-${version}";
|
||||
name = "${pname}-${version}-${kernel.version}";
|
||||
pname = "r8168";
|
||||
# on update please verify that the source matches the realtek version
|
||||
version = "8.055.00";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user