treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preBuild = "cd finger";
|
||||
|
||||
preInstall = '' mkdir -p $out/man/man1 $out/bin '';
|
||||
preInstall = "mkdir -p $out/man/man1 $out/bin ";
|
||||
|
||||
meta = with lib; {
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user