remove extra indent from nix build
This commit is contained in:
parent
561f6ecc84
commit
33c3a568f9
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ flutter.buildFlutterApplication {
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
install -D assets/icon.svg $out/share/icons/hicolor/scalable/apps/nexus.svg
|
install -D assets/icon.svg $out/share/icons/hicolor/scalable/apps/nexus.svg
|
||||||
install -Dm755 linux/nexus.federated.Nexus.desktop -t $out/share/applications
|
install -Dm755 linux/nexus.federated.Nexus.desktop -t $out/share/applications
|
||||||
wrapProgram $out/bin/nexus \
|
wrapProgram $out/bin/nexus \
|
||||||
--suffix LD_LIBRARY_PATH : $out/app/nexus/lib
|
--suffix LD_LIBRARY_PATH : $out/app/nexus/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue