treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -87,7 +87,7 @@ let inherit (localSystem) system; in
|
||||
isClang = true;
|
||||
};
|
||||
|
||||
preHook = ''export NIX_NO_SELF_RPATH=1'';
|
||||
preHook = "export NIX_NO_SELF_RPATH=1";
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user