3
0
Fork 0
forked from mirrors/nixpkgs

rhash: run functional tests not consistency of source dist :)

This commit is contained in:
Will Dietz 2019-02-04 01:47:53 -06:00
parent bffabe5de1
commit 994c3eaec8

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
doCheck = true;
checkTarget = "test-full";
installTargets = [ "install" "install-lib-shared" "install-lib-so-link" "install-lib-headers" ];
meta = with stdenv.lib; {