summary refs log tree commit diff
path: root/pkgs/os-specific/linux/mxu11x0
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-27 16:47:49 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-29 11:28:34 +0200
commit540499bf10a42e65146655583560dffc54cc5556 (patch)
tree255257551bc76ed34a8162c0cc9fd38870b24c13 /pkgs/os-specific/linux/mxu11x0
parent6e4706d62aa401dbe5e137100e0ef8710a59ff6c (diff)
downloadnixpkgs-540499bf10a42e65146655583560dffc54cc5556.tar
nixpkgs-540499bf10a42e65146655583560dffc54cc5556.tar.gz
nixpkgs-540499bf10a42e65146655583560dffc54cc5556.tar.bz2
nixpkgs-540499bf10a42e65146655583560dffc54cc5556.tar.lz
nixpkgs-540499bf10a42e65146655583560dffc54cc5556.tar.xz
nixpkgs-540499bf10a42e65146655583560dffc54cc5556.tar.zst
nixpkgs-540499bf10a42e65146655583560dffc54cc5556.zip
os-specific/linux: replace name with pname&version
Diffstat (limited to 'pkgs/os-specific/linux/mxu11x0')
-rw-r--r--pkgs/os-specific/linux/mxu11x0/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/mxu11x0/default.nix b/pkgs/os-specific/linux/mxu11x0/default.nix
index 3498625be75..d5129ca7f73 100644
--- a/pkgs/os-specific/linux/mxu11x0/default.nix
+++ b/pkgs/os-specific/linux/mxu11x0/default.nix
@@ -1,7 +1,8 @@
 { lib, stdenv, fetchurl, kernel }:
 
 stdenv.mkDerivation {
-  name = "mxu11x0-1.4-${kernel.version}";
+  pname = "mxu11x0";
+  version = "1.4-${kernel.version}";
 
   src = fetchurl {
     url = "https://www.moxa.com/Moxa/media/PDIM/S100000385/moxa-uport-1000-series-linux-3.x-and-4.x-for-uport-11x0-series-driver-v1.4.tgz";