summary refs log tree commit diff
path: root/pkgs/applications/graphics/vengi-tools
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2022-02-14 12:03:31 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2022-02-14 12:03:31 +0100
commit7d87dadcea02862b5c934d0f3b4114bf612b0bee (patch)
tree9f21f63c38cb3a20e32db9e3a0b0e6850f5f910e /pkgs/applications/graphics/vengi-tools
parentaf35bc1c34a4d11d74c785b9912a55d59a834b6a (diff)
downloadnixpkgs-7d87dadcea02862b5c934d0f3b4114bf612b0bee.tar
nixpkgs-7d87dadcea02862b5c934d0f3b4114bf612b0bee.tar.gz
nixpkgs-7d87dadcea02862b5c934d0f3b4114bf612b0bee.tar.bz2
nixpkgs-7d87dadcea02862b5c934d0f3b4114bf612b0bee.tar.lz
nixpkgs-7d87dadcea02862b5c934d0f3b4114bf612b0bee.tar.xz
nixpkgs-7d87dadcea02862b5c934d0f3b4114bf612b0bee.tar.zst
nixpkgs-7d87dadcea02862b5c934d0f3b4114bf612b0bee.zip
vengi-tools: 0.0.17 -> 0.0.18
Diffstat (limited to 'pkgs/applications/graphics/vengi-tools')
-rw-r--r--pkgs/applications/graphics/vengi-tools/default.nix22
1 files changed, 2 insertions, 20 deletions
diff --git a/pkgs/applications/graphics/vengi-tools/default.nix b/pkgs/applications/graphics/vengi-tools/default.nix
index 70cbabb4e79..182f9a4f064 100644
--- a/pkgs/applications/graphics/vengi-tools/default.nix
+++ b/pkgs/applications/graphics/vengi-tools/default.nix
@@ -29,33 +29,15 @@
 
 stdenv.mkDerivation rec {
   pname = "vengi-tools";
-  version = "0.0.17";
+  version = "0.0.18";
 
   src = fetchFromGitHub {
     owner = "mgerhardy";
     repo = "vengi";
     rev = "v${version}";
-    sha256 = "sha256-h+R9L0BBD3NSFWUh43g4V2LBcNyqVInBeJiOLY03nRk=";
+    sha256 = "sha256-Ur1X5FhOa87jbjWBXievBfCHW+qP/8bqLiyKAC8+KU4=";
   };
 
-  # Patch from the project's author for fixing an issue with AnimationShaders.h
-  # not being included when turning off some components
-  patches = [(writeText "vengi-tools-fix-build.patch" ''
-    diff --git a/src/modules/voxelworldrender/CMakeLists.txt b/src/modules/voxelworldrender/CMakeLists.txt
-    index aebe5f97b..903e62b37 100644
-    --- a/src/modules/voxelworldrender/CMakeLists.txt
-    +++ b/src/modules/voxelworldrender/CMakeLists.txt
-    @@ -27,7 +27,7 @@ set(FILES
-            voxel/models/plants/3.qb
-            voxel/models/plants/4.qb
-     )
-    -engine_add_module(TARGET ''${LIB} SRCS ''${SRCS} ''${SRCS_SHADERS} FILES ''${FILES} DEPENDENCIES frontend voxelrender)
-    +engine_add_module(TARGET ''${LIB} SRCS ''${SRCS} ''${SRCS_SHADERS} FILES ''${FILES} DEPENDENCIES animation frontend voxelrender)
-     generate_shaders(''${LIB} world water postprocess)
-
-     set(TEST_SRCS
-  '')];
-
   nativeBuildInputs = [
     cmake
     pkg-config