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.
2 parents fe81678 + 5244ebe commit e23775aCopy full SHA for e23775a
pkgs/by-name/sa/sanjuuni/package.nix
@@ -31,6 +31,12 @@ stdenv.mkDerivation rec {
31
opencl-clhpp
32
];
33
34
+ postPatch = ''
35
+ # TODO: Remove when https://github.com/MCJack123/sanjuuni/commit/778644b164c8877e56f9f5512480dde857133815 is released
36
+ substituteInPlace configure \
37
+ --replace-fail "swr_alloc_set_opts" "swr_alloc_set_opts2"
38
+ '';
39
+
40
installPhase = ''
41
runHook preInstall
42
0 commit comments