mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 02:14:08 +00:00
571c71e6f7
We are migrating packages that meet below requirements: 1. using `callPackage` 2. called path is a directory 3. overriding set is empty (`{ }`) 4. not containing path expressions other than relative path (to makenixpkgs-vet happy) 5. not referenced by nix files outside of the directory, other than`pkgs/top-level/all-packages.nix` 6. not referencing nix files outside of the directory 7. not referencing `default.nix` (since it's changed to `package.nix`) 8. `outPath` doesn't change after migration The tool is here: https://github.com/Aleksanaa/by-name-migrate.
14 lines
439 B
Diff
14 lines
439 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 78f36d7..8dc4e4f 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -19,8 +19,6 @@ endif
|
|
|
|
install-exec-hook:
|
|
if BUILD_FOR_LINUX
|
|
-# NQPTP runs as user/group nqptp/nqptp on Linux and uses setcap to access ports 319 and 320
|
|
- setcap 'cap_net_bind_service=+ep' $(bindir)/nqptp
|
|
# no installer for System V
|
|
if INSTALL_SYSTEMD_STARTUP
|
|
getent group nqptp &>/dev/null || groupadd -r nqptp &>/dev/null
|