summary refs log tree commit diff
path: root/pkgs/os-specific/linux/atheros/r3867.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/atheros/r3867.nix')
-rw-r--r--pkgs/os-specific/linux/atheros/r3867.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/atheros/r3867.nix b/pkgs/os-specific/linux/atheros/r3867.nix
index 62316d38b81..43598176895 100644
--- a/pkgs/os-specific/linux/atheros/r3867.nix
+++ b/pkgs/os-specific/linux/atheros/r3867.nix
@@ -16,13 +16,13 @@ args : with args;
 	};
 	in with localDefs;
 let
-preBuild = FullDepEntry (''
+preBuild = fullDepEntry (''
 	echo Replacing HAL.
 	tar xvf ${hal20080528}
 	rm -r hal
 	mv ath_hal-* hal
 '') ["minInit" "doUnpack"];
-postInstall = FullDepEntry (''
+postInstall = fullDepEntry (''
 	ln -s $out/usr/local/bin $out/bin
 '') [minInit doMakeInstall];
 in