From 47a05da59c724fcc95f4ac53bfdec6af73a57806 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 5 Oct 2022 07:47:13 -0600 Subject: [PATCH] tidall-hifi: remove stray backslash Sorry, missed this in #193186. --- pkgs/applications/audio/tidal-hifi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/tidal-hifi/default.nix b/pkgs/applications/audio/tidal-hifi/default.nix index 8b6d50917219..4f27ff80932b 100644 --- a/pkgs/applications/audio/tidal-hifi/default.nix +++ b/pkgs/applications/audio/tidal-hifi/default.nix @@ -109,7 +109,7 @@ stdenv.mkDerivation rec { --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath buildInputs}" \ "''${gappsWrapperArgs[@]}" substituteInPlace $out/share/applications/tidal-hifi.desktop \ - --replace \ "/opt/tidal-hifi/tidal-hifi" "tidal-hifi" \ + --replace "/opt/tidal-hifi/tidal-hifi" "tidal-hifi" \ --replace "/usr/share/icons/hicolor/0x0/apps/tidal-hifi.png" "tidal-hifi.png" for size in 48 64 128 256 512; do