mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
pup: rename attr, go-pup -> pup
This commit is contained in:
parent
e618aad27e
commit
ec10cd528e
@ -60,6 +60,7 @@ mapAliases (rec {
|
||||
gettextWithExpat = gettext; # 2016-02-19
|
||||
gdb-multitarget = gdb; # added 2017-11-13
|
||||
git-hub = gitAndTools.git-hub; # added 2016-04-29
|
||||
go-pup = pup; # added 2017-12-19
|
||||
googleAuthenticator = google-authenticator; # added 2016-10-16
|
||||
grantlee5 = libsForQt5.grantlee; # added 2015-12-19
|
||||
gst_ffmpeg = gst-ffmpeg; # added 2017-02
|
||||
|
@ -2392,8 +2392,6 @@ with pkgs;
|
||||
|
||||
go-mtpfs = callPackage ../tools/filesystems/go-mtpfs { };
|
||||
|
||||
go-pup = callPackage ../development/tools/pup { };
|
||||
|
||||
go-sct = callPackage ../tools/X11/go-sct { };
|
||||
|
||||
# rename to upower-notify?
|
||||
@ -7652,6 +7650,8 @@ with pkgs;
|
||||
|
||||
procodile = callPackage ../tools/system/procodile { };
|
||||
|
||||
pup = callPackage ../development/tools/pup { };
|
||||
|
||||
qtcreator = libsForQt5.callPackage ../development/qtcreator { };
|
||||
|
||||
r10k = callPackage ../tools/system/r10k { };
|
||||
|
Loading…
Reference in New Issue
Block a user