summary refs log tree commit diff
path: root/pkgs/os-specific/linux/atheros/0.9.4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/atheros/0.9.4.nix')
-rw-r--r--pkgs/os-specific/linux/atheros/0.9.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/atheros/0.9.4.nix b/pkgs/os-specific/linux/atheros/0.9.4.nix
index b139867be60..87470da9649 100644
--- a/pkgs/os-specific/linux/atheros/0.9.4.nix
+++ b/pkgs/os-specific/linux/atheros/0.9.4.nix
@@ -17,7 +17,7 @@ postInstall = fullDepEntry (''
 '') [minInit doMakeInstall];
 in
 stdenv.mkDerivation rec {
-	name = "atheros-0.9.4";
+	name = "atheros-0.9.4-${kernel.version}";
 	builder = writeScript (name + "-builder")
 		(textClosure localDefs [doMakeInstall 
 			postInstall doForceShare doPropagate]);