Merge pull request #79217 from mmahut/dat

dat: move from all-packages to aliases
This commit is contained in:
Maximilian Bosch 2020-02-04 13:43:32 +01:00 committed by GitHub
commit 9edc77f3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -84,6 +84,7 @@ mapAliases ({
cv = progress; # added 2015-09-06
d1x_rebirth = dxx-rebirth; # added 2018-04-25
d2x_rebirth = dxx-rebirth; # added 2018-04-25
dat = nodePackages.dat;
dbus_daemon = dbus.daemon; # added 2018-04-25
dbus_glib = dbus-glib; # added 2018-02-25
dbus_libs = dbus; # added 2018-04-25

View file

@ -25948,5 +25948,4 @@ in
quartus-prime-lite = callPackage ../applications/editors/quartus-prime {};
dat = nodePackages.dat;
}