mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 16:42:09 +00:00
b2c8626d61
The current algorithm creates attributes with null values for packages with no source in a variant of MELPA. Though will satify dependencies they produce no files, and though a build that transitively depends on one them will be successful, Emacs won't find them and any code depending on them won't work. The solution with minimal code change would have been filtering the list of results from melpaDerivation by comparing the value against null, but that leads to an infinite recursion. This commit also moves legacy renames from the shared to the unstable set, as the corresponding null value elements won't exist in the stable set anymore. The test used for the problem was: $ nix-build --show-trace ./default.nix -A emacs26Packages.melpaStablePackages.findr error: expression does not evaluate to a derivation (or a set or list of those) The expected output, obtained with this commit is: $ nix-build --show-trace ./default.nix -A emacs26Packages.melpaStablePackages.findr error: attribute 'findr' in selection path 'emacs26Packages.melpaStablePackages.findr' not found |
||
---|---|---|
.. | ||
aewan | ||
amp | ||
android-studio | ||
aseprite | ||
atom | ||
bless | ||
bluefish | ||
bonzomatic | ||
brackets | ||
bvi | ||
bviplus | ||
codeblocks | ||
deadpixi-sam | ||
dhex | ||
dit | ||
eclipse | ||
ed | ||
edbrowse | ||
edit | ||
elvis | ||
emacs | ||
emacs-modes | ||
featherpad | ||
flpsed | ||
focuswriter | ||
fte | ||
geany | ||
ghostwriter | ||
glow | ||
gnome-builder | ||
gnome-latex | ||
gobby | ||
hecate | ||
heme | ||
hexcurse | ||
hexdino | ||
hexedit | ||
howl | ||
ht | ||
jedit | ||
jetbrains | ||
joe | ||
jucipp | ||
jupp | ||
jupyter | ||
kakoune | ||
kdevelop5 | ||
kile | ||
kodestudio | ||
leafpad | ||
leo-editor | ||
lighttable | ||
manuskript | ||
mg | ||
micro | ||
mindforger | ||
mle | ||
moe | ||
monodevelop | ||
music/tuxguitar | ||
nano | ||
ne | ||
nedit | ||
neovim | ||
netbeans | ||
notepadqq | ||
nvi | ||
nvpy | ||
okteta | ||
quartus-prime | ||
quilter | ||
rednotebook | ||
retext | ||
rstudio | ||
scite | ||
sigil | ||
standardnotes | ||
sublime | ||
supertux-editor | ||
tecoc | ||
texmacs | ||
texmaker | ||
texstudio | ||
textadept | ||
texworks | ||
thonny | ||
tiled | ||
tweak | ||
typora | ||
uberwriter | ||
uemacs | ||
vbindiff | ||
vim | ||
vis | ||
vscode | ||
wily | ||
wxhexeditor | ||
xmlcopyeditor | ||
yi | ||
zile |