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:
José Romildo Malaquias 2019-12-22 16:03:12 -03:00
parent 6f4b5bf2e7
commit 0529b27d18
4 changed files with 3 additions and 2 deletions

View file

@ -56,6 +56,8 @@ lib.makeScope pkgs.newScope (self: with self; {
#### APPLICATIONS
catfish = callPackage ./applications/catfish { };
gigolo = callPackage ./applications/gigolo { };
mousepad = callPackage ./applications/mousepad { };

View file

@ -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

View file

@ -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 { };