about summary refs log tree commit diff
path: root/pkgs/servers/mail/archiveopteryx
AgeCommit message (Collapse)AuthorFilesLines
2022-04-16archiveopteryx: fix build on aarch64 by conditioning `-Wno-error` flagFabián Heredia Montiel1-2/+3
2022-04-15archiveopteryx: fix build on gcc11 with extra flagsFabián Heredia Montiel1-2/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster1-1/+1
2019-11-02archiveopteryx: fix build with gcc9Franz Pletz1-1/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-17archiveopteryx: fix build w/gcc7xeji1-0/+7
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-03-06archiveopteryx: override specific build settings instead of PREFIXHoang Xuan Phu1-3/+9
Closes #13708 and fixes #13707.
2015-12-27archiveopteryx: improve install paths, parallel buildVladimír Čunát1-5/+11
2015-12-24archiveopteryx: init at 3.2.0Hoang Xuan Phu1-0/+22