NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.98k stars 14k forks source link

Problems with package: clockify (four errors, details inside) #297769

Open KCynk opened 7 months ago

KCynk commented 7 months ago

Describe the bug

Problem with package: clockify

Steps To Reproduce

Steps to reproduce the behavior:

  1. Add package to /etc/nixos/configuration.conf
    nixpkgs.config.permittedInsecurePackages = [
    "electron-24.8.6"
    ];
    environment.systemPackages = with pkgs; [
    clockify
    ];
  2. sudo nixos-rebuild switch
  3. Errors during start up

Screenshots

Screenshot from 2024-03-21 17-59-42 Screenshot from 2024-03-21 18-00-05 Screenshot from 2024-03-21 18-00-21 Screenshot from 2024-03-21 18-00-35

Notify maintainers

@WolfangAukang

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[kamilcynk@nixos:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.22, NixOS, 24.05 (Uakari), 24.05pre598982.b06025f1533a`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
WolfangAukang commented 6 months ago

Unfortunately, as we are picking this from a .deb and setting a flag to recognize the app.asar through Electron, troubleshooting this is complicated.

I have found they now offer an AppImage. I'd rather change the source to that AppImage.