We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
nix-channel --update nix-env --upgrade git clone https://github.com/deech/fltkhs-hello-world.git cd fltkhs-hello-world/ cabal2nix --shell . > shell.nix nix-shell runhaskell -Wall src/hello-world.hs
It fails with the following error:
hello-world.hs: <command line>: can't load .so/.DLL for: /nix/store/pf87mjvij555an8693knn0846hfprvgq-fltkhs-0.8.0.2/lib/ghc-8.6.5/x86_64-linux-ghc-8.6.5/libHSfltkhs-0.8.0.2-GIFoDRNrKJ515glQJcJQyn-ghc8.6.5.so (/nix/store/pf87mjvij555an8693knn0846hfprvgq-fltkhs-0.8.0.2/lib/ghc-8.6.5/x86_64-linux-ghc-8.6.5/libHSfltkhs-0.8.0.2-GIFoDRNrKJ515glQJcJQyn-ghc8.6.5.so: undefined symbol: Fl_Adjuster_New)
The same problem is with any compiled program which depends on fltkhs. It fails in runtime with the same error.
fltkhs
The text was updated successfully, but these errors were encountered:
fltkhs does not currently work with Nix and the cabal2nix utility fails because it has a non-trivial Setup.hs Cabal build script.
cabal2nix
Setup.hs
I know almost nothing about Nix and it would be great to get it working so contributions are welcome.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
It fails with the following error:
The same problem is with any compiled program which depends on
fltkhs
. It fails in runtime with the same error.The text was updated successfully, but these errors were encountered: