aboutsummaryrefslogtreecommitdiff
path: root/wapkgs.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-18unbreak tcm versionstuebinm1-1/+1
the derivations build successfully again (except for the universially-broken maps package), but were not yet proven to work with the nixos module, since a configuration variable for the frontend package was changed in this update.
2021-05-14update roundup, manage sources via nivstuebinm1-23/+4
This updates all packages, as far as possible. The tcm derivations appear to be all broken for now, as are the maps packages of both xce versions (which should not be a problem in deployments which don't use them, as these should not be evaluated at all).
2021-04-09add xce-unfederated versionstuebinm1-1/+9
this is based on the xce-unfederated branch of the workadventure-xce repository [1], and requires some reworking of the general derivation code since it currently uses older package sets than the other versions. [1] https://github.com/workadventure-xce/workadventure-xce/tree/xce-unfederated
2021-04-09package update roundup, remove fediventure versionstuebinm1-15/+7
updates: - workadventure-xce to the latest commit - workadventure-tcm to the latest commit this removes the fediventure-version, as it appears to be no longer updated, and since the workadventure-xce version now also includes the relevant patches for the current federation features.
2021-03-28Move sources into their own set.stuebinm1-20/+22
This is a patch by hxchn. No idea why it wants them all in a set, but I don't see a reason why not, so here it is.
2021-03-22small cleanup: shorter attribute names, move patchfiles into root, etc.stuebinm1-7/+7
2021-03-22update thecodingmachine workadventure versionstuebinm1-4/+4
2021-03-22remove hasi & tabascoeye workadventure versionsstuebinm1-15/+0
The maintainers of both of these forks are now collaborating on workadventure-xce, and have apparently both deprecated their own versions in favour of it (see [1] for hasi; tabascoeye does not explicitely state as much, but has changed their description to reflect that of the workadventure-xce repository). [1] https://gitlab.hasi.it/herzi/project/workadventure
2021-03-22Add workadventure-xce (experimental community version)stuebinm1-0/+14
2021-03-15update tabascoeye versionstuebinm1-2/+2
2021-03-14added fediventure versionstuebinm1-3/+11
This is the version currenlty on the feature/fediventure branch in the workadventure repository of the fediventure group at https://gitlab.com/fediventure/workadventure/-/tree/feature/federation
2021-03-10mark hasi pkgs as brokenstuebinm1-3/+3
Apparently there's an inconsistent yarn lock file in their front module currently, so I'll just mark it as broken for now.
2021-03-10fix hasi versionstuebinm1-2/+2
someone rebased a commit there and thereby changed a commit hash, which broke this module. Reproducability, yay!
2021-03-09Added tabascoeye workadventure versionstuebinm1-0/+8
2021-03-09Added hasi workadventure versionstuebinm1-19/+35
wapkgs.nix new contains packages for several different versions of workadventure (so far hasi + thecodingmachine), which can both be used. Unfortunately, this appears to require some weird hacks to convince nix to sort out the dependencies without having to actually duplicate all the packaging code, but it works.
2021-02-26remove overlaystuebinm1-0/+23
(it refused to evaluate on another server for an unknown reason, and instead led to infinite recursion)