treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
echo "$NIX_CC/bin/cc -s" >src/conf-ld
|
||||
'';
|
||||
|
||||
buildPhase = ''package/compile'';
|
||||
buildPhase = "package/compile";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
mv doc/*.html $doc/share/doc/socklog/html/
|
||||
'';
|
||||
|
||||
checkPhase = ''package/check'';
|
||||
checkPhase = "package/check";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user