-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postfixadmin: 3.3.13 -> 3.3.15 #362517
base: master
Are you sure you want to change the base?
postfixadmin: 3.3.13 -> 3.3.15 #362517
Conversation
f169f2f
to
9efe95e
Compare
19d3120
to
8b3a797
Compare
@ofborg build nixosTests.postfixadmin |
f398240
to
c18bea5
Compare
}) | ||
]; | ||
|
||
strictDeps = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are no buildInputs here, so strictDeps is pretty useless
configLocalPath ? "/etc/postfixadmin/config.local.php", | ||
templatesCachePath ? "/var/cache/postfixadmin/templates_c", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need those options? they are unused currently in the module and I doubt that we really need them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone might want to change those paths, I don't think it's really unnecessary here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they should be added once somebody really needs them and not just because they might potentially not be unused.
c18bea5
to
771e05d
Compare
771e05d
to
59bb614
Compare
59bb614
to
79ce659
Compare
Because the package uses `/etc` and `/var/cache`
79ce659
to
6220337
Compare
ready to review |
meta = with lib; { | ||
description = "Web based virtual user administration interface for Postfix mail servers"; | ||
homepage = "https://postfixadmin.sourceforge.io/"; | ||
maintainers = with lib.maintainers; [ globin ]; | ||
license = lib.licenses.gpl2Plus; | ||
platforms = lib.platforms.all; | ||
maintainers = with maintainers; [ globin ]; | ||
license = licenses.gpl2Plus; | ||
platforms = platforms.all; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think consensus is to go the other way and not use with lib
, see #208242.
configLocalPath ? "/etc/postfixadmin/config.local.php", | ||
templatesCachePath ? "/var/cache/postfixadmin/templates_c", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they should be added once somebody really needs them and not just because they might potentially not be unused.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.