treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
+1
-1
@@ -99684,7 +99684,7 @@ self: {
|
||||
sed -i "s|\"-s\"|\"\"|" ./Setup.hs
|
||||
sed -i "s|numJobs (bf bi)++||" ./Setup.hs
|
||||
'';
|
||||
preBuild = ''export LD_LIBRARY_PATH=`pwd`/dist/build''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH'';
|
||||
preBuild = "export LD_LIBRARY_PATH=`pwd`/dist/build\${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH";
|
||||
description = "Grammatical Framework";
|
||||
license = "unknown";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
|
||||
@@ -38,8 +38,8 @@ let
|
||||
else "haddock-ghcjs";
|
||||
ghcDocLibDir =
|
||||
if !isGhcjs
|
||||
then ghc.doc + ''/share/doc/ghc*/html/libraries''
|
||||
else ghc + ''/doc/lib'';
|
||||
then ghc.doc + "/share/doc/ghc*/html/libraries"
|
||||
else ghc + "/doc/lib";
|
||||
# On GHCJS, use a stripped down version of GHC's prologue.txt
|
||||
prologue =
|
||||
if !isGhcjs
|
||||
|
||||
Reference in New Issue
Block a user