summary refs log tree commit diff
path: root/vm/app/lynx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vm/app/lynx/default.nix')
-rw-r--r--vm/app/lynx/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/vm/app/lynx/default.nix b/vm/app/lynx/default.nix
index f7791d8..b188794 100644
--- a/vm/app/lynx/default.nix
+++ b/vm/app/lynx/default.nix
@@ -74,11 +74,6 @@ stdenv.mkDerivation {
   PACKAGES_TAR = packagesTar;
   VMLINUX = "${kernel.dev}/vmlinux";
 
-  postPatch = ''
-    mkdir $NIX_BUILD_TOP/empty
-    substituteInPlace Makefile --replace /var/empty $NIX_BUILD_TOP/empty
-  '';
-
   installPhase = ''
     mv build/svc $out
   '';