Fixed whitespace.
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user