summary refs log tree commit diff
path: root/pkgs/applications/office/paperless
Commit message (Collapse)AuthorAge
* paperless: fix cors headerMaximilian Bosch2019-09-14
| | | | | | `django-cors-headers` 3.x (which is used in nixpkgs) requires a scheme for allowed hosts. Upstream uses 2.4, however we create the python env with Nix, so the source needs to be patched accordingly.
* paperless: Use pytest_4 in django-crispy-formsDaniel Schaefer2019-09-14
| | | | Doesn't build with pytest_5
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* paperless: init at 2.7.0Erik Arvstedt2019-05-08