self: super: { shorewall = super.callPackage ./shorewall { # For the `logger' command, we can use either `utillinux' or # GNU Inetutils. The latter is more portable. logger = if super.stdenv.isLinux then self.utillinux else self.inetutils; }; }