From 558f6be22200c33b8254daed6b33fc6794180aa0 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sat, 3 Sep 2022 17:37:38 +0300 Subject: [PATCH] build(nix): remove unused stuff --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 0eb2211d98..3dc51b2832 100644 --- a/flake.nix +++ b/flake.nix @@ -105,7 +105,7 @@ ); nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) - ++ (with pkgs; [python3 makeWrapper]); + ++ (with pkgs; [python3]); VELOREN_USERDATA_STRATEGY = "system"; SHADERC_LIB_DIR = "${pkgs.shaderc.lib}/lib"; @@ -138,10 +138,6 @@ VELOREN_USERDATA_STRATEGY = "system"; - nativeBuildInputs = - (oldAttrs.nativeBuildInputs or []) - ++ [pkgs.makeWrapper]; - doCheck = false; postConfigure = ''