about summary refs log tree commit diff
path: root/pkgs/servers/rt
AgeCommit message (Collapse)AuthorFilesLines
2020-03-19rt: fix build errorStig Palmquist1-1/+1
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
2019-10-04perlPackages.CSSMinifierXS: rename from perlPackages.CSSMinifierXPStig Palmquist1-1/+1
The attribute CSS::Minifier::XS module was likely misnamed, this commit changes the attribute name from CSSMinifierXP to CSSMinifierXS. Affected dependency: servers/rt
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-16rt: 4.4.3 -> 4.4.4R. RyanTM1-2/+2
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-08rt: 4.4.2 -> 4.4.3 (#44685)R. RyanTM1-2/+2
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-02-28rt: 4.4.0 -> 4.4.2Ryan Mulligan1-2/+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
2017-04-22rt: improve packaging, with a progress noteGraham Christensen1-7/+81
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2016-05-04use dontBuild instead of hacksRobin Gloster1-2/+1
changes: * buildPhase = "true" * buildPhase = ":"
2016-03-23rt: 4.2.12 -> 4.4.0Rickard Nilsson1-2/+2
2016-01-25rt: Include version in drvShea Levy1-1/+3
2016-01-15Add rt and perl packages it needsShea Levy2-0/+44