summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kqemu/1.4.0pre1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/kqemu/1.4.0pre1.nix')
-rw-r--r--pkgs/os-specific/linux/kqemu/1.4.0pre1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kqemu/1.4.0pre1.nix b/pkgs/os-specific/linux/kqemu/1.4.0pre1.nix
index c2724a57bd6..75bb1e72d48 100644
--- a/pkgs/os-specific/linux/kqemu/1.4.0pre1.nix
+++ b/pkgs/os-specific/linux/kqemu/1.4.0pre1.nix
@@ -8,10 +8,10 @@ rec {
 
   buildInputs = [];
   configureFlags = [''--PREFIx=$out'' ''--kernel-path=$(ls -d ${kernel}/lib/modules/*/build)''];
-  debugStep = FullDepEntry (''
+  debugStep = fullDepEntry (''
   	cat config-host.mak
   '') ["minInit"];
-  preConfigure = FullDepEntry ('' 
+  preConfigure = fullDepEntry ('' 
     sed -e 's/`uname -r`/'"$(basename ${kernel}/lib/modules/*)"'/' -i install.sh
     sed -e '/kernel_path=/akernel_path=$out$kernel_path' -i install.sh
     sed -e '/depmod/d' -i install.sh