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 = {
|
programs.spicetify = {
|
||||||
spotifyPackage = pkgs.spotify-unwrapped.overrideAttrs(o: {
|
spotifyPackage = pkgs.spotify-unwrapped.overrideAttrs(o: {
|
||||||
installPhase = let
|
installPhase = pkgs.lib.replaceStrings ["--prefix PATH"] [
|
||||||
a = pkgs.lib.replaceStrings ["--prefix PATH"] [''--prefix SPOTIFY_ADBLOCK_CONFIG : ${adblock}/lib/config.toml \
|
''--prefix SPOTIFY_ADBLOCK_CONFIG : ${adblock}/lib/config.toml \
|
||||||
--prefix LD_PRELOAD : ${adblock}/lib/libspotifyadblock.so \
|
--prefix LD_PRELOAD : ${adblock}/lib/libspotifyadblock.so \
|
||||||
--prefix PATH''] o.installPhase;
|
--prefix PATH''] o.installPhase;
|
||||||
in builtins.trace a a;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue