summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-12-06 16:40:57 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-12-06 17:01:05 +0100
commitf85ad2d378a4501c4597b2980993fb11f32a4af4 (patch)
treeddf34b27ffa2ceddc69b306f516aa50eb94fe5f7 /pkgs/top-level/release-small.nix
parent748b33525694f4987a467224f14580e8c528bb79 (diff)
downloadnixpkgs-f85ad2d378a4501c4597b2980993fb11f32a4af4.tar
nixpkgs-f85ad2d378a4501c4597b2980993fb11f32a4af4.tar.gz
nixpkgs-f85ad2d378a4501c4597b2980993fb11f32a4af4.tar.bz2
nixpkgs-f85ad2d378a4501c4597b2980993fb11f32a4af4.tar.lz
nixpkgs-f85ad2d378a4501c4597b2980993fb11f32a4af4.tar.xz
nixpkgs-f85ad2d378a4501c4597b2980993fb11f32a4af4.tar.zst
nixpkgs-f85ad2d378a4501c4597b2980993fb11f32a4af4.zip
nfs-utils: align attrname with pkgname
nfsUtils => nfs-utils. Keep copy of old attribute for backward
compatibility.
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 87eba72f4fc..8929da61ead 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -119,7 +119,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
   mysql51 = linux;
   ncat = linux;
   netcat = all;
-  nfsUtils = linux;
+  nfs-utils = linux;
   nix = all;
   nixUnstable = all;
   nss_ldap = linux;