pkgs#purs: fix package

This commit is contained in:
Timothy DeHerrera 2020-12-28 20:07:34 -07:00
parent 932147304e
commit 2b41411802
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 7 additions and 2 deletions

View File

@ -17,9 +17,14 @@ buildRustPackage {
hash = "sha256-ETU7dDGVa2ggM+qoFgi8k4MJNuqb3kNCX9ZbEA4r5PM=";
};
buildInputs = [ openssl pkgconfig ];
nativeBuildInputs = [ openssl pkgconfig ];
cargoSha256 = "sha256-xdDSh4CvUHA8SWBZn21UnNRXZ/SU7RdfNcJjqyE9OXA=";
cargoSha256 = "sha256-FPxJuVyuuHdo2dNLhmJK6xXy12LJsbKNWBAo8pcuLDg=";
preBuild = ''
export PKG_CONFIG_PATH=${openssl.dev}/lib/pkgconfig
export OPENSSL_DIRS=${openssl.out}:${openssl.dev}
'';
postInstall = ''
mkdir -p $out/share/zsh/plugins/purs