treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
})
|
||||
];
|
||||
|
||||
makeFlags = [ ''prefix=$(out)'' ]
|
||||
makeFlags = [ "prefix=$(out)" ]
|
||||
++ optional gnutlsSupport "CRYPTO=GNUTLS"
|
||||
++ optional opensslSupport "CRYPTO=OPENSSL"
|
||||
++ optional stdenv.isDarwin "SYS=darwin"
|
||||
|
||||
Reference in New Issue
Block a user