2016-03-18 19:35:10 +00:00
|
|
|
self:
|
|
|
|
|
|
|
|
with self;
|
|
|
|
|
2016-03-20 14:50:27 +00:00
|
|
|
let
|
2016-03-20 20:03:18 +00:00
|
|
|
# Removing recurseForDerivation prevents derivations of aliased attribute
|
2016-03-20 14:50:27 +00:00
|
|
|
# set to appear while listing all the packages available.
|
|
|
|
removeRecurseForDerivations = _n: alias: with lib;
|
|
|
|
if alias.recurseForDerivations or false then
|
|
|
|
removeAttrs alias ["recurseForDerivations"]
|
|
|
|
else alias;
|
|
|
|
|
|
|
|
doNotDisplayTwice = aliases:
|
|
|
|
lib.mapAttrs removeRecurseForDerivations aliases;
|
|
|
|
in
|
|
|
|
|
2016-03-18 19:35:10 +00:00
|
|
|
### Deprecated aliases - for backward compatibility
|
|
|
|
|
2016-03-20 14:50:27 +00:00
|
|
|
doNotDisplayTwice rec {
|
2016-03-18 19:35:10 +00:00
|
|
|
accounts-qt = qt5.accounts-qt; # added 2015-12-19
|
|
|
|
adobeReader = adobe-reader;
|
|
|
|
aircrackng = aircrack-ng; # added 2016-01-14
|
|
|
|
arduino_core = arduino-core; # added 2015-02-04
|
|
|
|
asciidocFull = asciidoc-full; # added 2014-06-22
|
|
|
|
bar = lemonbar; # added 2015-01-16
|
|
|
|
bar-xft = lemonbar-xft; # added 2015-01-16
|
2016-09-28 15:46:29 +00:00
|
|
|
bashCompletion = bash-completion; # Added 2016-09-28
|
2016-03-18 19:35:10 +00:00
|
|
|
bridge_utils = bridge-utils; # added 2015-02-20
|
|
|
|
btrfsProgs = btrfs-progs; # added 2016-01-03
|
2016-03-15 20:49:07 +00:00
|
|
|
bundler_HEAD = bundler; # added 2015-11-15
|
2016-08-19 03:24:04 +00:00
|
|
|
checkbashism = checkbashisms; # added 2016-08-16
|
2016-08-22 15:20:28 +00:00
|
|
|
cifs_utils = cifs-utils; # added 2016-08
|
2016-03-18 19:35:10 +00:00
|
|
|
clangAnalyzer = clang-analyzer; # added 2015-02-20
|
2016-04-29 00:25:28 +00:00
|
|
|
clawsMail = claws-mail; # added 2016-04-29
|
2016-03-18 19:35:10 +00:00
|
|
|
conkerorWrapper = conkeror; # added 2015-01
|
|
|
|
cool-old-term = cool-retro-term; # added 2015-01-31
|
|
|
|
cupsBjnp = cups-bjnp; # added 2016-01-02
|
2016-08-25 15:47:34 +00:00
|
|
|
cups_filters = cups-filters; # added 2016-08
|
2016-03-18 19:35:10 +00:00
|
|
|
cv = progress; # added 2015-09-06
|
2016-03-23 12:36:31 +00:00
|
|
|
debian_devscripts = debian-devscripts; # added 2016-03-23
|
2017-02-18 17:55:57 +00:00
|
|
|
digikam5 = digikam; # added 2017-02-18
|
2016-03-18 19:35:10 +00:00
|
|
|
dwarf_fortress = dwarf-fortress; # added 2016-01-23
|
|
|
|
dwbWrapper = dwb; # added 2015-01
|
|
|
|
enblendenfuse = enblend-enfuse; # 2015-09-30
|
|
|
|
exfat-utils = exfat; # 2015-09-11
|
|
|
|
firefox-esr-wrapper = firefox-esr; # 2016-01
|
|
|
|
firefox-wrapper = firefox; # 2016-01
|
|
|
|
firefoxWrapper = firefox; # 2015-09
|
2016-08-26 06:45:16 +00:00
|
|
|
foomatic_filters = foomatic-filters; # 2016-08
|
2016-03-18 19:35:10 +00:00
|
|
|
fuse_exfat = exfat; # 2015-09-11
|
|
|
|
gettextWithExpat = gettext; # 2016-02-19
|
2016-04-29 19:40:41 +00:00
|
|
|
git-hub = gitAndTools.git-hub; # added 2016-04-29
|
2016-10-16 20:29:49 +00:00
|
|
|
googleAuthenticator = google-authenticator; # added 2016-10-16
|
2016-03-18 19:35:10 +00:00
|
|
|
grantlee5 = qt5.grantlee; # added 2015-12-19
|
2017-02-26 19:31:29 +00:00
|
|
|
gst_ffmpeg = gst-ffmpeg; # added 2017-02
|
2017-02-26 19:36:20 +00:00
|
|
|
gst_plugins_good = gst-plugins-good; # added 2017-02
|
2017-02-26 19:36:54 +00:00
|
|
|
gst_plugins_bad = gst-plugins-bad; # added 2017-02
|
2017-02-26 19:37:41 +00:00
|
|
|
gst_plugins_ugly = gst-plugins-ugly; # added 2017-02
|
2017-02-26 19:30:00 +00:00
|
|
|
gst_python = gst-python; # added 2017-02
|
2016-03-18 19:35:10 +00:00
|
|
|
gupnptools = gupnp-tools; # added 2015-12-19
|
2016-07-06 20:30:30 +00:00
|
|
|
gnustep-make = gnustep.make; # added 2016-7-6
|
2016-03-18 19:35:10 +00:00
|
|
|
htmlTidy = html-tidy; # added 2014-12-06
|
|
|
|
inherit (haskell.compiler) jhc uhc; # 2015-05-15
|
|
|
|
inotifyTools = inotify-tools;
|
|
|
|
joseki = apache-jena-fuseki; # added 2016-02-28
|
|
|
|
jquery_ui = jquery-ui; # added 2014-09-07
|
2017-02-18 18:02:15 +00:00
|
|
|
kdiff3-qt5 = kdiff3; # added 2017-02-18
|
2016-10-18 03:43:11 +00:00
|
|
|
keepassx2-http = keepassx-reboot; # added 2016-10-17
|
2017-02-02 02:21:34 +00:00
|
|
|
keepassx-reboot = keepassx-community; # added 2017-02-01
|
2016-08-24 22:21:36 +00:00
|
|
|
keybase-go = keybase; # added 2016-08-24
|
2017-02-18 18:04:57 +00:00
|
|
|
krename-qt5 = krename; # added 2017-02-18
|
2016-05-16 20:39:34 +00:00
|
|
|
letsencrypt = certbot; # added 2016-05-16
|
2016-03-18 19:35:10 +00:00
|
|
|
libdbusmenu_qt5 = qt5.libdbusmenu; # added 2015-12-19
|
2016-04-29 02:42:30 +00:00
|
|
|
libcap_manpages = libcap.doc; # added 2016-04-29
|
|
|
|
libcap_pam = if stdenv.isLinux then libcap.pam else null; # added 2016-04-29
|
|
|
|
libcap_progs = libcap.out; # added 2016-04-29
|
2016-03-18 19:35:10 +00:00
|
|
|
libtidy = html-tidy; # added 2014-12-21
|
|
|
|
links = links2; # added 2016-01-31
|
|
|
|
lttngTools = lttng-tools; # added 2014-07-31
|
|
|
|
lttngUst = lttng-ust; # added 2014-07-31
|
2017-01-19 23:48:24 +00:00
|
|
|
m3d-linux = m33-linux; # added 2016-08-13
|
2016-03-18 19:35:10 +00:00
|
|
|
manpages = man-pages; # added 2015-12-06
|
2016-05-23 17:50:25 +00:00
|
|
|
man_db = man-db; # added 2016-05
|
2016-03-18 19:35:10 +00:00
|
|
|
midoriWrapper = midori; # added 2015-01
|
|
|
|
mlt-qt5 = qt5.mlt; # added 2015-12-19
|
2016-04-22 07:44:55 +00:00
|
|
|
module_init_tools = kmod; # added 2016-04-22
|
2016-03-18 19:35:10 +00:00
|
|
|
mssys = ms-sys; # added 2015-12-13
|
|
|
|
multipath_tools = multipath-tools; # added 2016-01-21
|
|
|
|
mupen64plus1_5 = mupen64plus; # added 2016-02-12
|
2017-01-19 15:39:28 +00:00
|
|
|
mysqlWorkbench = mysql-workbench; # added 2017-01-19
|
2016-01-26 01:58:17 +00:00
|
|
|
ncat = nmap; # added 2016-01-26
|
2017-01-19 19:01:43 +00:00
|
|
|
nmap_graphical = nmap-graphical; # added 2017-01-19
|
2016-03-18 19:35:10 +00:00
|
|
|
nfsUtils = nfs-utils; # added 2014-12-06
|
2017-01-19 23:48:24 +00:00
|
|
|
opencl-icd = ocl-icd; # added 2017-01-20
|
2016-08-21 19:33:56 +00:00
|
|
|
owncloudclient = owncloud-client; # added 2016-08
|
2016-06-09 10:19:44 +00:00
|
|
|
pidgin-with-plugins = pidgin; # added 2016-06
|
2016-03-18 19:35:10 +00:00
|
|
|
pidginlatexSF = pidginlatex; # added 2014-11-02
|
|
|
|
poppler_qt5 = qt5.poppler; # added 2015-12-19
|
|
|
|
qca-qt5 = qt5.qca-qt5; # added 2015-12-19
|
2016-05-22 16:04:31 +00:00
|
|
|
QmidiNet = qmidinet; # added 2016-05-22
|
2017-02-26 19:39:32 +00:00
|
|
|
qt_gstreamer = qt-gstreamer; # added 2017-02
|
2016-03-18 19:35:10 +00:00
|
|
|
quake3game = ioquake3; # added 2016-01-14
|
|
|
|
qwt6 = qt5.qwt; # added 2015-12-19
|
|
|
|
rdiff_backup = rdiff-backup; # added 2014-11-23
|
|
|
|
rssglx = rss-glx; #added 2015-03-25
|
|
|
|
rubygems = throw "deprecated 2016-03-02: rubygems is now bundled with ruby";
|
2016-11-25 08:46:40 +00:00
|
|
|
rustUnstable = rustNightly; # added 2016-11-29
|
2016-03-18 19:35:10 +00:00
|
|
|
rxvt_unicode_with-plugins = rxvt_unicode-with-plugins; # added 2015-04-02
|
|
|
|
samsungUnifiedLinuxDriver = samsung-unified-linux-driver; # added 2016-01-25
|
|
|
|
saneBackends = sane-backends; # added 2016-01-02
|
|
|
|
saneBackendsGit = sane-backends-git; # added 2016-01-02
|
|
|
|
saneFrontends = sane-frontends; # added 2016-01-02
|
|
|
|
scim = sc-im; # added 2016-01-22
|
2017-02-18 18:08:57 +00:00
|
|
|
skrooge2 = skrooge; # added 2017-02-18
|
2016-03-03 17:54:59 +00:00
|
|
|
spaceOrbit = space-orbit; # addewd 2016-05-23
|
2016-03-18 19:35:10 +00:00
|
|
|
speedtest_cli = speedtest-cli; # added 2015-02-17
|
|
|
|
sqliteInteractive = sqlite-interactive; # added 2014-12-06
|
2016-09-18 15:41:55 +00:00
|
|
|
sshfsFuse = sshfs-fuse; # added 2016-09
|
2016-03-18 19:35:10 +00:00
|
|
|
system_config_printer = system-config-printer; # added 2016-01-03
|
|
|
|
telepathy_qt5 = qt5.telepathy; # added 2015-12-19
|
|
|
|
tftp_hpa = tftp-hpa; # added 2015-04-03
|
2016-07-23 00:07:44 +00:00
|
|
|
ucsFonts = ucs-fonts; # added 2016-07-15
|
2016-05-10 20:54:45 +00:00
|
|
|
usb_modeswitch = usb-modeswitch; # added 2016-05-10
|
2016-03-18 19:35:10 +00:00
|
|
|
vimbWrapper = vimb; # added 2015-01
|
|
|
|
vimprobable2Wrapper = vimprobable2; # added 2015-01
|
|
|
|
virtviewer = virt-viewer; # added 2015-12-24
|
|
|
|
vorbisTools = vorbis-tools; # added 2016-01-26
|
|
|
|
x11 = xlibsWrapper; # added 2015-09
|
|
|
|
xf86_video_nouveau = xorg.xf86videonouveau; # added 2015-09
|
|
|
|
xlibs = xorg; # added 2015-09
|
|
|
|
youtubeDL = youtube-dl; # added 2014-10-26
|
2016-09-19 17:10:30 +00:00
|
|
|
|
|
|
|
inherit (ocaml-ng) # added 2016-09-14
|
|
|
|
ocamlPackages_3_10_0 ocamlPackages_3_11_2 ocamlPackages_3_12_1
|
|
|
|
ocamlPackages_4_00_1 ocamlPackages_4_01_0 ocamlPackages_4_02
|
|
|
|
ocamlPackages_4_03
|
|
|
|
ocamlPackages_latest;
|
|
|
|
} // (with ocaml-ng; { # added 2016-09-14
|
|
|
|
ocaml_3_08_0 = ocamlPackages_3_08_0.ocaml;
|
|
|
|
ocaml_3_10_0 = ocamlPackages_3_10_0.ocaml;
|
|
|
|
ocaml_3_11_2 = ocamlPackages_3_11_2.ocaml;
|
|
|
|
ocaml_3_12_1 = ocamlPackages_3_12_1.ocaml;
|
|
|
|
ocaml_4_00_1 = ocamlPackages_4_00_1.ocaml;
|
|
|
|
ocaml_4_01_0 = ocamlPackages_4_01_0.ocaml;
|
|
|
|
ocaml_4_02 = ocamlPackages_4_02.ocaml;
|
|
|
|
ocaml_4_03 = ocamlPackages_4_03.ocaml;
|
|
|
|
ocaml = ocamlPackages.ocaml;
|
|
|
|
})
|