From 56ad3183eb33b3c944d54b3e840e9ebf71ef85c5 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 1 Oct 2015 09:01:51 +0200 Subject: [PATCH] actually override idea.idea-community instead of just idea-community.. --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 351d879..518b74a 100644 --- a/common.nix +++ b/common.nix @@ -101,7 +101,7 @@ ] ++ (with aspellDicts; [ en de fr nl ]); nixpkgs.config.packageOverrides = pkgs: rec { - idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec { + idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec { name = "idea-community-${version}"; version = "15.eap"; src = pkgs.fetchurl {