summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-01-31 12:44:57 +0300
committerNikolay Amiantov <ab@fmap.me>2017-02-01 02:44:56 +0300
commit1426779072a5396107b63ee6b6ba3e449816535c (patch)
tree248a4a5483aa5b577331065e6806d6ac4273e015 /pkgs/top-level/release-small.nix
parent5fb5914c35a57147d9539229975459479c765cd7 (diff)
downloadnixpkgs-1426779072a5396107b63ee6b6ba3e449816535c.tar
nixpkgs-1426779072a5396107b63ee6b6ba3e449816535c.tar.gz
nixpkgs-1426779072a5396107b63ee6b6ba3e449816535c.tar.bz2
nixpkgs-1426779072a5396107b63ee6b6ba3e449816535c.tar.lz
nixpkgs-1426779072a5396107b63ee6b6ba3e449816535c.tar.xz
nixpkgs-1426779072a5396107b63ee6b6ba3e449816535c.tar.zst
nixpkgs-1426779072a5396107b63ee6b6ba3e449816535c.zip
portmap: remove
rpcbind is used instead
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 8ab27bc171d..86fbb0bf1b8 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -127,12 +127,12 @@ with import ./release-lib.nix { inherit supportedSystems; };
   perl = all;
   pkgconfig = all;
   pmccabe = linux;
-  portmap = linux;
   procps = linux;
   python = allBut cygwin;
   readline = all;
   rlwrap = all;
   rpm = linux;
+  rpcbind = linux;
   rsync = linux;
   screen = linux ++ darwin;
   scrot = linux;