Commit graph

13 commits

Author SHA1 Message Date
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Ryan Mulligan f68f909524
Merge pull request #87147 from snicket2100/ums-maintainer
ums: added snicket2100 as maintainer
2020-05-06 20:58:54 -07:00
snicket2100 8b652d3187 ums: added snicket2100 as maintainer 2020-05-07 00:20:15 +02:00
snicket2100 e5c8250c3e ums: 9.1.0 -> 9.4.2 2020-05-07 00:17:17 +02:00
snicket2100 7893853026 ums: 6.2.2 -> 9.1.0
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.
2020-03-13 04:03:35 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Tuomas Tynkkynen 78122285c8 ums: Use makeLibraryPath 2016-06-07 21:18:38 +03:00
Niclas Thall 8b18b35266 ums 5.4.0 -> 6.2.2 2016-04-09 14:29:23 +02:00
zimbatm 69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
zimbatm 17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Niclas Thall 0c7bf8309c ums: 5.3.1 -> 5.4.0 2016-01-09 14:09:35 +01:00
Niclas Thall 5bd92c0197 ums: init at 5.3.1, fixes #11485 2015-12-05 20:30:43 +01:00