summaryrefslogtreecommitdiffstats
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)
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 87eba72f4fc7..8929da61ead3 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;