summary refs log tree commit diff
path: root/pkgs/os-specific/linux/atheros/r2756.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/atheros/r2756.nix')
-rw-r--r--pkgs/os-specific/linux/atheros/r2756.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/atheros/r2756.nix b/pkgs/os-specific/linux/atheros/r2756.nix
index e26533738e3..41b06e70552 100644
--- a/pkgs/os-specific/linux/atheros/r2756.nix
+++ b/pkgs/os-specific/linux/atheros/r2756.nix
@@ -18,12 +18,12 @@ args : with args;
 	} null; /* null is a terminator for sumArgs */
 	in with localDefs;
 let 
-doPatch = FullDepEntry (if patchAR2425x86 !="" then ''
+doPatch = fullDepEntry (if patchAR2425x86 !="" then ''
 	cd hal
 	patch -Np1 -i ${patchAR2425x86}
 	cd ..
 '' else "") [minInit doUnpack];
-postInstall = FullDepEntry (''
+postInstall = fullDepEntry (''
 	ln -s $out/usr/local/bin $out/bin
 '') [minInit doMakeInstall];
 in