mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
build(nix): remove unused stuff
This commit is contained in:
parent
8014730d64
commit
558f6be222
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user