mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
brave: fix path to brave in *.desktop file
This commit is contained in:
parent
96ec1bc7b7
commit
82f02ce0c3
@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Fix paths
|
||||
substituteInPlace $out/share/applications/brave-browser.desktop \
|
||||
--replace /usr/bin/brave-browser $out/bin/brave
|
||||
--replace /usr/bin/brave-browser-stable $out/bin/brave
|
||||
substituteInPlace $out/share/gnome-control-center/default-apps/brave-browser.xml \
|
||||
--replace /opt/brave.com $out/opt/brave.com
|
||||
substituteInPlace $out/share/menu/brave-browser.menu \
|
||||
|
Loading…
Reference in New Issue
Block a user