10000
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
I am trying to use cabal2nix for my gtk4 project HdT. If I do:
cabal2nix
gtk4
cabal2nix --shell > shell.nix
then running nix-shell results in the following error:
nix-shell
function 'f' called without required argument 'gi-gdk4'
I guess it cannot find gi-gdk4 package... Neither gi-gtk4, in fact.
gi-gdk4
gi-gtk4
The text was updated successfully, but these errors were encountered:
Probably your nixpkgs from NIX_PATH is out of date. What does nix-instantiate --eval --strict -E '(import <nixpkgs/lib>).version' say?
nixpkgs
NIX_PATH
nix-instantiate --eval --strict -E '(import <nixpkgs/lib>).version'
Sorry, something went wrong.
No branches or pull requests
I am trying to use
cabal2nix
for mygtk4
project HdT. If I do:then running
nix-shell
results in the following error:I guess it cannot find
gi-gdk4
package... Neithergi-gtk4
, in fact.The text was updated successfully, but these errors were encountered: