user/spicetify: remove trace
This commit is contained in:
parent
e3b11d8a6e
commit
1d770f1678
1 changed files with 2 additions and 3 deletions
|
|
@ -9,11 +9,10 @@ in
|
|||
|
||||
programs.spicetify = {
|
||||
spotifyPackage = pkgs.spotify-unwrapped.overrideAttrs(o: {
|
||||
installPhase = let
|
||||
a = pkgs.lib.replaceStrings ["--prefix PATH"] [''--prefix SPOTIFY_ADBLOCK_CONFIG : ${adblock}/lib/config.toml \
|
||||
installPhase = pkgs.lib.replaceStrings ["--prefix PATH"] [
|
||||
''--prefix SPOTIFY_ADBLOCK_CONFIG : ${adblock}/lib/config.toml \
|
||||
--prefix LD_PRELOAD : ${adblock}/lib/libspotifyadblock.so \
|
||||
--prefix PATH''] o.installPhase;
|
||||
in builtins.trace a a;
|
||||
});
|
||||
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue