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