fix path in nix build
This commit is contained in:
parent
4e1f1b64bc
commit
32693fb3b5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ flutter.buildFlutterApplication {
|
|||
};
|
||||
|
||||
postInstall = ''
|
||||
install -D assets/icon.svg $out/share/icons/hicolor/scalable/apps/nexus.svg
|
||||
install -D assets/bundled/icon.svg $out/share/icons/hicolor/scalable/apps/nexus.svg
|
||||
install -Dm755 linux/nexus.federated.nexus.desktop -t $out/share/applications
|
||||
wrapProgram $out/bin/nexus \
|
||||
--suffix LD_LIBRARY_PATH : $out/app/nexus/lib
|
||||
|
|
|
|||
Loading…
Reference in a new issue