treewide: fix derivation names#41162
Conversation
|
@GrahamcOfBorg build altcoins.mist infamousPlugins swh-lv2 manuskript neovim-remote |
|
@GrahamcOfBorg build wxhexeditor yi exrtools gnuclad cura-lulzbot nix-tour xrandr-invert-colors |
|
Success on x86_64-darwin (full log) Attempted: neovim-remote The following builds were skipped because they don't evaluate on x86_64-darwin: altcoins.mist, infamousPlugins, swh-lv2, manuskript Partial log (click to expand)
|
|
@GrahamcOfBorg build uzbl coyim salut_a_toi weechat gwyddion ripser |
|
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: wxhexeditor, yi, exrtools, gnuclad, cura-lulzbot, nix-tour, xrandr-invert-colors Partial log (click to expand)
|
|
Failure on x86_64-darwin (full log) Attempted: weechat The following builds were skipped because they don't evaluate on x86_64-darwin: uzbl, coyim, salut_a_toi, gwyddion, ripser Partial log (click to expand)
|
|
Success on x86_64-linux (full log) Attempted: wxhexeditor, exrtools, gnuclad, nix-tour, xrandr-invert-colors The following builds were skipped because they don't evaluate on x86_64-linux: yi, cura-lulzbot Partial log (click to expand)
|
There was a problem hiding this comment.
Like with buildPythonPackage you don't need to define name here.
|
Success on x86_64-linux (full log) Attempted: coyim, salut_a_toi, weechat, gwyddion, ripser The following builds were skipped because they don't evaluate on x86_64-linux: uzbl Partial log (click to expand)
|
|
Success on aarch64-linux (full log) Attempted: wxhexeditor, exrtools, gnuclad, nix-tour, xrandr-invert-colors The following builds were skipped because they don't evaluate on aarch64-linux: yi, cura-lulzbot Partial log (click to expand)
|
|
Failure on x86_64-linux (full log) Attempted: altcoins.mist, infamousPlugins, manuskript, neovim-remote The following builds were skipped because they don't evaluate on x86_64-linux: swh-lv2 Partial log (click to expand)
|
|
Failure on aarch64-linux (full log) Attempted: coyim, salut_a_toi, weechat, gwyddion, ripser The following builds were skipped because they don't evaluate on aarch64-linux: uzbl Partial log (click to expand)
|
|
Failure on aarch64-linux (full log) Attempted: infamousPlugins, manuskript, neovim-remote The following builds were skipped because they don't evaluate on aarch64-linux: altcoins.mist, swh-lv2 Partial log (click to expand)
|
FRidh
left a comment
There was a problem hiding this comment.
I checked the changes and they seem good. Note there is a version bump inside as well.
There was a problem hiding this comment.
Yes, sorry for not mentioning that in the PR text it used to be more clear before I fixed the merge conflicts with master. I'll move this into it's own PR.
|
I moved the simgrid version bump to its own PR. #41178 |
Motivation for this change
all these packages were being excluded from repology because their derivation names could not be parsed.
Things done