Fixed whitespace.

This commit is contained in:
Kevin Quick 2017-10-25 16:15:44 -07:00 committed by Kevin Quick
parent 6bfa45997b
commit 5e21db46df
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -17,9 +17,7 @@ stdenv.mkDerivation rec {
checkTarget = "test";
installFlags = [ "PREFIX=$(out)" ];
postInstall = ''
install -m644 vendor/greatest.h $out/include/
'';
postInstall = "install -m644 vendor/greatest.h $out/include/";
meta = {
description = "A C library for property-based testing";