Merge pull request #182655 from viraptor/parsedmarc-app

parsedmarc: expose as an application
This commit is contained in:
Jörg Thalheim 2022-07-24 09:49:08 +01:00 committed by GitHub
commit 73a475ae09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35145,6 +35145,8 @@ with pkgs;
OSCAR = qt5.callPackage ../applications/misc/OSCAR { };
parsedmarc = with python3Packages; toPythonApplication parsedmarc;
pgmanage = callPackage ../applications/misc/pgmanage { };
pgadmin4 = callPackage ../tools/admin/pgadmin { };