self: super: { libgnurl = super.callPackage ./pkgs/libgnurl { }; gnunet = super.callPackage ./pkgs/gnunet { libgnurl = self.libgnurl; }; }