-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multimc: create compatibility symlink to fix desktop icon (18.03) #42847
Conversation
@@ -18,7 +18,16 @@ in stdenv.mkDerivation rec { | |||
enableParallelBuilding = true; | |||
|
|||
postInstall = '' | |||
mkdir -p $out/share/{applications,pixmaps} | |||
cp ../application/resources/multimc/scalable/multimc.svg $out/share/pixmaps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is $out/share/pixmaps for? Am curious
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stuff for like apps like this with pixmaps... with java? Idk 😂
@GrahamcOfBorg build multimc |
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: multimc Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: multimc Partial log (click to expand)
|
This is weird.. Why did it succeed on x86, but fail with the unfree message on aarch.. |
The JDK used @infinisil |
Ah right, will check the logs next time. Didn't realize that it's possible to have different derivations depending on the arch. |
Motivation for this change
close #42784 for 18.03
This also includes an update -> 0.6.2 which I thought would be safe to do here also.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)