NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.37k stars 13.59k forks source link

[HaskellNG] gtk-tray-manager misses gtk >=0.12.1 && <0.14 #5902

Closed jagajaga closed 9 years ago

jagajaga commented 9 years ago

Was trying to install taffybar and got

Configuring gtk-traymanager-0.1.5...
Setup: At least the following dependencies are missing:
gtk >=0.12.1 && <0.14
builder for ‘/nix/store/fk6hvg0ls8vgkv03jd2asp73vvamzhf9-haskell-gtk-traymanager-0.1.5.drv’ failed with exit code 1

cc @peti

peti commented 9 years ago

This issue is caused by https://github.com/NixOS/cabal2nix/issues/136. I'll commit a work-around in a minute.

jagajaga commented 9 years ago

@peti thx! Close this issue?

peti commented 9 years ago

It will be closed automatically by Github once the work-around is merged from my private branch into master. IMHO its better to leave it open until then.