<makefu>
i was trying to test out the etherpad-lite module by immae, however i am encountering some issues related to a special package (mylibs) added to all callPackage calls. i am unsure how i can get stuff without duplicating all the internal logic of mylibs. i tried to extend with the immae overlay, however i get an infinite recursion
<makefu>
mmhh i try to read up on how module importing should work
<immae>
makefu: I may have done something wrong in the packaging too
<immae>
the mylibs is the content of lib/default.nix in the repo. Extending lib with immae.lib should give you the missing functions
<immae>
(Also note that I upgraded etherpad-lite a few days ago, I pushed it to my personnal repo but didn’t push it to NUR yet, it’s upgraded to latest 1.8.3 if you’re interested. It comes with a few plugin bugs saddly)
<immae>
I can try to help you solve the infinite recursion but I’m using the overlay myself and I don’t have that issue so I don’t know where to start