woof-doom: add nix-update-script

This commit is contained in:
Keenan Weaver
2024-12-06 07:20:06 -06:00
parent 0d7512f7d6
commit fe99acdd31
+3
View File
@@ -12,6 +12,7 @@
libxmp,
libebur128,
python3,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -41,6 +42,8 @@ stdenv.mkDerivation (finalAttrs: {
openal
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Woof! is a continuation of the Boom/MBF bloodline of Doom source ports";
homepage = "https://github.com/fabiangreffrath/woof";