-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Currently, dear-imgui.hs is marked as broken on nixpkgs. Temporarily allowing broken packages gives the following error:
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
configureFlags: --verbose --prefix=/nix/store/r0z0xjm7p1cdsz1am22rswl97y6fg5vq-dear-imgui-2.1.3 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.qo7rfeAam4/packa>Using Parsec parser
Configuring dear-imgui-2.1.3...
Setup: Encountered missing or private dependencies:
megaparsec >=9.0 && <9.3
Ignoring dependency bounds with haskell-flake produces a different error:
error: builder for '/nix/store/5mr7mfnacvzynjizdr3xqkq488mk7ayh-source-dear-imgui-sdist.tar.gz.drv' failed with exit code 1;
last 8 log lines:
> unpacking source archive /nix/store/gfanl0krmlsgv2ij5x3nfslh2dfk1c7c-source-dear-imgui
> source root is source-dear-imgui
> Config file path source is default config file.
> Config file not found: /build/source-dear-imgui/.config/cabal/config
> Writing default configuration to /build/source-dear-imgui/.config/cabal/config
> Error: cabal: sdist of dear-imgui-2.1.3: filepath wildcard 'imgui/*.h' does
> not match any files.
>
For full logs, run 'nix log /nix/store/5mr7mfnacvzynjizdr3xqkq488mk7ayh-source-dear-imgui-sdist.tar.gz.drv'.
error: 1 dependencies of derivation '/nix/store/pjll751gmfh225wxiadrd94b90s7zc9q-dear-imgui-2.1.3.drv' failed to build
I am using pkgs.haskell.packages.ghc92 (ghc 9.2.8) for my project.