Commit graph

14 commits

Author SHA1 Message Date
ajs124 590ff316eb rt: 4.4.4 -> 5.0.1 2021-05-07 10:33:01 -07:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Stig Palmquist 3e50e26e7d rt: fix build error
ZHF: #80379
https://hydra.nixos.org/build/113061284

Added requiredPerlModules as suggested for similar problem as described for
similar problem here:
https://github.com/NixOS/nixpkgs/issues/72783#issuecomment-549817011
2020-03-19 18:13:20 -07:00
Stig Palmquist 68bae316eb
perlPackages.CSSMinifierXS: rename from perlPackages.CSSMinifierXP
The attribute CSS::Minifier::XS module was likely misnamed, this commit changes
the attribute name from CSSMinifierXP to CSSMinifierXS.

Affected dependency: servers/rt
2019-10-04 14:47:00 +02: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
R. RyanTM 6e10fc1fe5 rt: 4.4.3 -> 4.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rt/versions
2019-04-16 18:43:37 +02:00
R. RyanTM aec2a6d8e0 rt: 4.4.2 -> 4.4.3 (#44685)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rt/versions.
2018-08-08 15:33:41 +02:00
Ryan Mulligan dbdca89207 rt: 4.4.0 -> 4.4.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/.rt-ldapimport-wrapped -h` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/.rt-ldapimport-wrapped --help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/.rt-ldapimport-wrapped help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt-ldapimport -h` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt-ldapimport --help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt-ldapimport help` got 0 exit code
- ran `/nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2/bin/rt-test-dependencies help` got 0 exit code
- found 4.4.2 with grep in /nix/store/5n51wrhcy36qriag40rrfz0iq8li887q-rt-4.4.2
2018-02-28 14:16:36 +00:00
Graham Christensen 55d4d50cd3
rt: improve packaging, with a progress note 2017-04-22 16:24:33 -04:00
Tuomas Tynkkynen 2258b21e4b treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Robin Gloster 9820cb1bf2 use dontBuild instead of hacks
changes:
 * buildPhase = "true"
 * buildPhase = ":"
2016-05-04 10:11:04 +00:00
Rickard Nilsson 3b718bd5a0 rt: 4.2.12 -> 4.4.0 2016-03-23 00:17:50 +01:00
Shea Levy 495e8a6906 rt: Include version in drv 2016-01-25 10:21:09 -05:00
Shea Levy d9fa9b1a45 Add rt and perl packages it needs 2016-01-15 12:05:43 -05:00