summary refs log tree commit diff
path: root/pkgs/servers/ums
Commit message (Collapse)AuthorAge
* Merge pull request #87147 from snicket2100/ums-maintainerRyan Mulligan2020-05-06
|\ | | | | ums: added snicket2100 as maintainer
| * ums: added snicket2100 as maintainersnicket21002020-05-07
| |
* | ums: 9.1.0 -> 9.4.2snicket21002020-05-07
|/
* ums: 6.2.2 -> 9.1.0snicket21002020-03-13
| | | | | | | | | | Removing the packaged JRE so that `jre8` gets used. Patchelf fails on `tsMuxeR` and `tsMuxeR-new`, but this doesn't make it any worse comparing to 6.2.2 where is also failed, so I am assuming fixing it is out of scope of this pr. The only difference is that the new UMS version correctly identifies that `tsMuxeR` doesn't work, comparing to the previous one.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* ums: Use makeLibraryPathTuomas Tynkkynen2016-06-07
|
* ums 5.4.0 -> 6.2.2Niclas Thall2016-04-09
|
* use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
* Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
* ums: 5.3.1 -> 5.4.0Niclas Thall2016-01-09
|
* ums: init at 5.3.1, fixes #11485Niclas Thall2015-12-05