build(nix): remove unused stuff

This commit is contained in:
Yusuf Bera Ertan 2022-09-03 17:37:38 +03:00
parent 8014730d64
commit 558f6be222
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -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 = ''