summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-07-22 17:03:19 +0200
committerProfpatsch <mail@profpatsch.de>2018-07-25 00:06:31 +0200
commit710f0f8c1091d5156b609b6e0035ba09c943bbe3 (patch)
treea6c9d01fd27d694e94fa992f65d5c5df64c90779 /pkgs/top-level/aliases.nix
parente56b97fcf1d63cf428112c5392274af49ab781f2 (diff)
downloadnixpkgs-710f0f8c1091d5156b609b6e0035ba09c943bbe3.tar
nixpkgs-710f0f8c1091d5156b609b6e0035ba09c943bbe3.tar.gz
nixpkgs-710f0f8c1091d5156b609b6e0035ba09c943bbe3.tar.bz2
nixpkgs-710f0f8c1091d5156b609b6e0035ba09c943bbe3.tar.lz
nixpkgs-710f0f8c1091d5156b609b6e0035ba09c943bbe3.tar.xz
nixpkgs-710f0f8c1091d5156b609b6e0035ba09c943bbe3.tar.zst
nixpkgs-710f0f8c1091d5156b609b6e0035ba09c943bbe3.zip
skarnet software: rename attributes and split outputs
Change the attribute names of camelCased utils to kebab-case to improve
consistency.
Split every package into multiple outputs where possible.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index fe77a591876..55251c90451 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -229,6 +229,10 @@ mapAliases ({
   ruby_2_5_0 = throw "deprecated 2018-0213: use ruby_2_5 instead";
   rubygems = throw "deprecated 2016-03-02: rubygems is now bundled with ruby";
   rxvt_unicode_with-plugins = rxvt_unicode-with-plugins; # added 2015-04-02
+  s6Dns = s6-dns; # added 2018-07-23
+  s6Networking = s6-networking; # added 2018-07-23
+  s6LinuxUtils = s6-linux-utils; # added 2018-07-23
+  s6PortableUtils = s6-portable-utils; # added 2018-07-23
   sam = deadpixi-sam; # added 2018-04-25
   samsungUnifiedLinuxDriver = samsung-unified-linux-driver; # added 2016-01-25
   saneBackends = sane-backends; # added 2016-01-02