actually override idea.idea-community instead of just idea-community..

This commit is contained in:
Gabriel Ebner 2015-10-01 09:01:51 +02:00
parent 6f174a92bc
commit 56ad3183eb
1 changed files with 1 additions and 1 deletions

View File

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