Circular dependency on flatpak
I am trying to update malconent package to 0.6 on NixOS but I am unable to do so because malcontent-control depends on flatpak and flatpak depends on libmalcontent
. Additionally, libmalcontent-ui
brings gtk to flatpak’s dependency closure.
Would it be possible to split the project into separately buildable projects?