Run 'make check'

This got lost when I converted from releaseTools.nixBuild to
stdenv.mkDerivation. Doh!
This commit is contained in:
Eelco Dolstra 2020-03-04 15:39:21 +01:00
parent 4b5bb4e760
commit 101a9b3797
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -129,6 +129,8 @@
enableParallelBuilding = true;
doCheck = true;
preCheck = ''
patchShebangs .
export LOGNAME=''${LOGNAME:-foo}