From be078046d0aea8a5d3f5b7f30fe9850425b24be8 Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 14 Jun 2026 20:31:57 +0200 Subject: [PATCH] idea: change pname --- pkgs/apps/idea-community.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/apps/idea-community.nix b/pkgs/apps/idea-community.nix index 591d863..d074c3f 100644 --- a/pkgs/apps/idea-community.nix +++ b/pkgs/apps/idea-community.nix @@ -9,8 +9,8 @@ hash = "sha256-VNeTjX2JL8c4iQmGt0EVz07RHX50usaIjpEuzXg9uDc="; }; - pname = "idea-community"; - + pname = "idea-oss"; + dontBuild = true; wmClass = "jetbrains-idea-community"; product = "IntelliJ IDEA Community"; productShort = "IDEA";