From 1cfad57684841af48c493aea54c90ba6eb527b9e Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sun, 27 Jun 2021 23:23:01 +0300 Subject: [PATCH] build(nix): fix audio resource patching --- flake.lock | 24 ++++++++++++------------ flake.nix | 9 ++++++--- nix/nullOggPatch.nix | 19 ------------------- voxygen/Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 35 deletions(-) delete mode 100644 nix/nullOggPatch.nix diff --git a/flake.lock b/flake.lock index 2d3567a0ab..e6a8e50c51 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "devshell": { "locked": { - "lastModified": 1622711433, - "narHash": "sha256-rGjXz7FA7HImAT3TtoqwecByLO5yhVPSwPdaYPBFRQw=", + "lastModified": 1624738949, + "narHash": "sha256-62pEoJ1jQARZ/fAuTw67j8MqTShd8BBm+ZoSs7aeJus=", "owner": "numtide", "repo": "devshell", - "rev": "1f4fb67b662b65fa7cfe696fc003fcc1e8f7cc36", + "rev": "d4be23644b0b6471d556503e03cae3215d3f9cf6", "type": "github" }, "original": { @@ -24,11 +24,11 @@ "rustOverlay": "rustOverlay" }, "locked": { - "lastModified": 1624414763, - "narHash": "sha256-+urGJyMUNUZhDJQjIs7/1Q+lMqtgh/dseMViZlss0ug=", + "lastModified": 1624760770, + "narHash": "sha256-6dVQ0B0DJf6BPGl49MA/V0QhEh8rky1TX2qaP/XWzpY=", "owner": "yusdacra", "repo": "nix-cargo-integration", - "rev": "cf46cfce46bcea48fc68abc8199f2615ad12c272", + "rev": "89de4b1e831d6e8572e713fc3b3a016157f8c3ba", "type": "github" }, "original": { @@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1624353498, - "narHash": "sha256-Edpj+fDbn9p9TSiDDXEUxUk9j12imolnjSzZutXhGG4=", + "lastModified": 1624668028, + "narHash": "sha256-FUxvXMBPQ5jrGhS47jwBFZQte0yDkMCBI5M24mJi5X0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b27eaa18b47b77fbbf9f3bd7a17046b2d64b637b", + "rev": "e85975942742a3728226ac22a3415f2355bfc897", "type": "github" }, "original": { @@ -62,11 +62,11 @@ "rustOverlay": { "flake": false, "locked": { - "lastModified": 1624414452, - "narHash": "sha256-vvnagNTPTT3zcPNjD8Gz7STHniQkc3+9cs+4h2pcuVU=", + "lastModified": 1624760275, + "narHash": "sha256-GVHe1Pshxf56kpu1YDTH2zBYE6HkdT181EPqkTIijp4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "09149337f9899b4b9fa6e4f3889467e8646c9fc5", + "rev": "50c100eab4bf1cb9eb7a99ac1b8201fe9eb8a4e0", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 8854e66204..1534e358bd 100644 --- a/flake.nix +++ b/flake.nix @@ -86,6 +86,12 @@ }; veloren-voxygen = oldAttrs: { VELOREN_USERDATA_STRATEGY = "system"; + preConfigure = '' + substituteInPlace src/audio/soundcache.rs \ + --replace \ + "../../../assets/voxygen/audio/null.ogg" \ + "${./assets/voxygen/audio/null.ogg}" + ''; postInstall = '' if [ -f $out/bin/veloren-voxygen ]; then wrapProgram $out/bin/veloren-voxygen \ @@ -93,9 +99,6 @@ --set LD_LIBRARY_PATH ${lib.makeLibraryPath common.runtimeLibs} fi ''; - patches = [ - (import ./nix/nullOggPatch.nix { nullOgg = ./assets/voxygen/audio/null.ogg; inherit pkgs; }) - ]; }; veloren-server-cli = oldAttrs: { VELOREN_USERDATA_STRATEGY = "system"; diff --git a/nix/nullOggPatch.nix b/nix/nullOggPatch.nix deleted file mode 100644 index 2362b6f5d9..0000000000 --- a/nix/nullOggPatch.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ nullOgg, pkgs }: -pkgs.writeText - "nullOgg.patch" - '' - diff --git a/src/audio/soundcache.rs b/src/audio/soundcache.rs - index f08a4bdab..c2036336e 100644 - --- a/src/audio/soundcache.rs - +++ b/src/audio/soundcache.rs - @@ -38,7 +38,7 @@ impl OggSound { - - pub fn empty() -> OggSound { - SoundLoader::load( - - Cow::Borrowed(include_bytes!("../../../assets/voxygen/audio/null.ogg")), - + Cow::Borrowed(include_bytes!("${nullOgg}")), - "empty", - ) - .unwrap() - '' - diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index c24e505d36..832877f771 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -18,7 +18,7 @@ It is inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, This package includes the official client, Voxygen. """ -runtimeLibs = ["libGL", "xorg.libX11", "xorg.libXcursor", "xorg.libXrandr", "xorg.libXi", "vulkan-loader", "vulkan-validation-layers", "vulkan-extension-layer"] +runtimeLibs = ["libGL", "xorg.libX11", "xorg.libXcursor", "xorg.libXrandr", "xorg.libXi", "vulkan-loader", "vulkan-extension-layer"] buildInputs = ["xorg.libxcb"] [features]