Haskell Stack没有在Nixos上构建postgresql-libpq

Haskell Stack没有在Nixos上构建postgresql-libpq,第1张

概述将 postgresql-libpq添加到我的项目的cabal文件后,堆栈构建失败,并显示以下内容: Configuring postgresql-libpq-0.9.1.1...setup: The program 'pg_config' is required but it could not be found. 我在Nixos和pg_config都安装在我的PATH上: $whereis 将 postgresql-libpq添加到我的项目的cabal文件后,堆栈构建失败,并显示以下内容:

Configuring postgresql-libpq-0.9.1.1...setup: The program 'pg_config' is required but it Could not be found.

我在Nixos和pg_config都安装在我的PATH上:

$whereis pg_configpg_config: /nix/store/5bc6hzqkyw8dpi91sqznd3ik42mllwyz-system-path/bin/pg_config

我正在使用堆栈1.0.2,它似乎即使在不稳定的通道上的nixos-rebuild switch -upgrade之后也不会更新.这是我的错误还是别的什么?

解决方法 我在nixos上使用堆栈遇到了这个问题,当我的stack.yaml的nix块被更改为以下内容时,它已经过去了.

nix:  pure: true  enable: true  packages: [ postgresql ]
总结

以上是内存溢出为你收集整理的Haskell Stack没有在Nixos上构建postgresql-libpq全部内容,希望文章能够帮你解决Haskell Stack没有在Nixos上构建postgresql-libpq所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/1159039.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-01
下一篇 2022-06-01

发表评论

登录后才能评论

评论列表(0条)

保存