1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

* Enable "make check" for checkinstall-based Debian builds. I always

assumed this was enabled...

svn path=/nixpkgs/trunk/; revision=29750
This commit is contained in:
Eelco Dolstra 2011-10-11 09:13:31 +00:00
parent b5861542dd
commit a1f9b6f7b6

View file

@ -14,7 +14,7 @@
vmTools.runInLinuxImage (stdenv.mkDerivation (
{
#doCheck = true;
doCheck = true;
prefix = "/usr";