mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays] Better trace messages when building pycharm-professional-fhs
This commit is contained in:
parent
adaf03c542
commit
94aaf0b08b
1 changed files with 2 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ in
|
|||
false
|
||||
;
|
||||
interpreters = pkgs: filter (x: myIsDerivation x) (attrValues pkgs.pythonInterpreters);
|
||||
pkgNames = pkgs: forEach pkgs (p: "${getName p}-${p.version}");
|
||||
unwrapped = final.jetbrains.pycharm-professional;
|
||||
in prev.buildFHSUserEnv rec {
|
||||
name = "pycharm-professional";
|
||||
|
|
@ -103,7 +104,7 @@ in
|
|||
|
||||
jetbrains.pycharm-professional
|
||||
]
|
||||
++ trace "Using the following interpreters: ${toString (interpreters pkgs)}" (interpreters pkgs)
|
||||
++ trace "Using the following interpreters: ${toString (pkgNames (interpreters pkgs))}" (interpreters pkgs)
|
||||
);
|
||||
|
||||
# symlink shared assets, including icons and desktop entries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue