summary refs log tree commit diff
path: root/pkgs/applications/misc/sweethome3d
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-25 12:18:37 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-25 12:18:37 +1000
commitc7e61112df632c52d52692388c8f4ada071f2a6c (patch)
treeb9e22a8468a1ad9e4c50d0c1ab5ffa11fb68487d /pkgs/applications/misc/sweethome3d
parent8531aee99f4907bd255545eb94468e52a79a44f1 (diff)
downloadnixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.gz
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.bz2
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.lz
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.xz
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.zst
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.zip
treewide: remove deprecated value `Application` from makeDesktopItem
Diffstat (limited to 'pkgs/applications/misc/sweethome3d')
-rw-r--r--pkgs/applications/misc/sweethome3d/default.nix2
-rw-r--r--pkgs/applications/misc/sweethome3d/editors.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/sweethome3d/default.nix b/pkgs/applications/misc/sweethome3d/default.nix
index 926db03652d..bd0730a05aa 100644
--- a/pkgs/applications/misc/sweethome3d/default.nix
+++ b/pkgs/applications/misc/sweethome3d/default.nix
@@ -24,7 +24,7 @@ let
       icon = pname;
       comment =  description;
       genericName = "Computer Aided (Interior) Design";
-      categories = "Application;Graphics;2DGraphics;3DGraphics;";
+      categories = "Graphics;2DGraphics;3DGraphics;";
     };
 
     patchPhase = ''
diff --git a/pkgs/applications/misc/sweethome3d/editors.nix b/pkgs/applications/misc/sweethome3d/editors.nix
index ec759572443..d6b44a86e08 100644
--- a/pkgs/applications/misc/sweethome3d/editors.nix
+++ b/pkgs/applications/misc/sweethome3d/editors.nix
@@ -20,7 +20,7 @@ let
       name = pname;
       comment =  description;
       genericName = "Computer Aided (Interior) Design";
-      categories = "Application;Graphics;2DGraphics;3DGraphics;";
+      categories = "Graphics;2DGraphics;3DGraphics;";
     };
 
     buildInputs = [ ant jre jdk makeWrapper gtk3 gsettings-desktop-schemas ];