We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309e8a5 commit 8c7f0a1Copy full SHA for 8c7f0a1
pkgs/by-name/op/opensplat/package.nix
@@ -16,6 +16,7 @@
16
cudaSupport ? config.cudaSupport,
17
cudaPackages,
18
autoAddDriverRunpath,
19
+ fetchpatch2,
20
}:
21
let
22
version = "1.1.4";
@@ -35,6 +36,13 @@ stdenv'.mkDerivation {
35
36
hash = "sha256-u2UmD0O3sUWELYb4CjQE19i4HUjLMcaWqOinQH0PPTM=";
37
};
38
39
+ patches = [
40
+ (fetchpatch2 {
41
+ url = "https://github.com/pierotofy/OpenSplat/commit/7fb96e86a43ac6cfd3eb3a7f6be190c5f2dbeb73.patch";
42
+ hash = "sha256-hWJWU/n1pRAAbExAYUap6CoSjIu2dzCToUmacSSpa0I=";
43
+ })
44
+ ];
45
+
46
nativeBuildInputs =
47
[
48
cmake
0 commit comments