mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
catfish: move to pkgs/desktops/xfce/applications
Since release 1.4.6 catfish is an Xfce Project. See https://bluesabre.org/2018/07/15/catfish-1-4-6-released-now-an-xfce-project Makes an alias for catfish.
This commit is contained in:
parent
6f4b5bf2e7
commit
0529b27d18
@ -56,6 +56,8 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
#### APPLICATIONS
|
||||
|
||||
catfish = callPackage ./applications/catfish { };
|
||||
|
||||
gigolo = callPackage ./applications/gigolo { };
|
||||
|
||||
mousepad = callPackage ./applications/mousepad { };
|
||||
|
@ -61,6 +61,7 @@ mapAliases ({
|
||||
buildPerlPackage = perlPackages.buildPerlPackage; # added 2018-10-12
|
||||
bundler_HEAD = bundler; # added 2015-11-15
|
||||
cantarell_fonts = cantarell-fonts; # added 2018-03-03
|
||||
catfish = xfce.catfish; # added 2019-12-22
|
||||
checkbashism = checkbashisms; # added 2016-08-16
|
||||
cide = throw "deprecated in 2019-09-11: abandoned by upstream";
|
||||
cinepaint = throw "cinepaint has been removed from nixpkgs, as it was unmaintained"; # added 2019-12-10
|
||||
|
@ -18200,8 +18200,6 @@ in
|
||||
|
||||
carla = qt5.callPackage ../applications/audio/carla { };
|
||||
|
||||
catfish = callPackage ../applications/search/catfish { };
|
||||
|
||||
catimg = callPackage ../tools/misc/catimg { };
|
||||
|
||||
catt = python3Packages.callPackage ../applications/video/catt { };
|
||||
|
Loading…
Reference in New Issue
Block a user