Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taffybar: unbreak package by default #59305

Closed
wants to merge 6 commits into from

Conversation

mdorman
Copy link
Contributor

@mdorman mdorman commented Apr 11, 2019

@peti The gtk library situation seems to have been resolved, so it builds again.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

peti and others added 6 commits April 11, 2019 10:42
This update was generated by hackage2nix v2.14.2-5-g11c68fd from Hackage revision
commercialhaskell/all-cabal-hashes@3d5bbe3.
This commit disables the library-for-ghci flag passed to
`Setup configure` in the Haskell generic-builder.nix file.

This stops the HSfoo.o file from being built.  Building this
HSfoo.o file caused doctest to take an extremely long time
to load dependencies when running.

This is a follow-up from NixOS#58743.
The gtk package situation seems to have been resolved, so it builds
again.
@pSub
Copy link
Member

pSub commented Apr 11, 2019

@GrahamcOfBorg build haskellPackages.taffybar

Copy link
Member

@pSub pSub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if I'm doing something wrong, but at least ofBorg still refuses to build taffy bar

a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.

@infinisil
Copy link
Member

@pSub This change here will only be applied once hackage-packages.nix gets regenerated. The file changed here is the configuration for that auto-generator.

@infinisil
Copy link
Member

For reference, the fix for taffybar was in #57095

@peti peti force-pushed the haskell-updates branch 2 times, most recently from af9da77 to 08114c6 Compare April 12, 2019 09:56
peti pushed a commit that referenced this pull request Apr 12, 2019
The gtk package situation seems to have been resolved, so it builds again.

Closes #59305.
@peti
Copy link
Member

peti commented Apr 12, 2019

Merged in e910657.

@peti peti closed this Apr 12, 2019
peti pushed a commit that referenced this pull request Apr 13, 2019
The gtk package situation seems to have been resolved, so it builds again.

Closes #59305.
@pSub
Copy link
Member

pSub commented Apr 13, 2019

@pSub This change here will only be applied once hackage-packages.nix gets regenerated. The file changed here is the configuration for that auto-generator.

Thank you for the explanation.

@mdorman mdorman deleted the taffybar-fix branch July 10, 2019 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants