Fixed whitespace.
This commit is contained in:
parent
6bfa45997b
commit
5e21db46df
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user