You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cabal file has synopsis and description properties, cabal2nix should translate them to Nix's meta.description and meta.longDescription correspondingly.
The text was updated successfully, but these errors were encountered:
synopsis is mapped to description. Also mapping description to longDescription may not be a good idea for nixpkgs, as it would probably dramatically inflate the size of the already huge hackage-packages.nix. We could add it as an optional feature, but I don't think it is very useful outside of nixpkgs.
We could add it as an optional feature, but I don't think it is very useful outside of nixpkgs.
Well, a bunch of tools do use longDescription. For eg. https://search.nixos.org/packages does. And 3rd party tools may as well. So +1 on having it as optional (leaving it disabled for pkgs.haskellPackages.*).
When the cabal file has
synopsis
anddescription
properties, cabal2nix should translate them to Nix'smeta.description
andmeta.longDescription
correspondingly.The text was updated successfully, but these errors were encountered: