treewide: fix double quoted strings in meta.description

Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
volth
2021-01-24 19:56:59 +07:00
committed by Ben Siraphob
parent 513a3ea665
commit bc0d605cf1
563 changed files with 1884 additions and 1911 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
# dosen't work. Copying the files manually which can be found
# in ubuntu -dev -classic, -example packages:
# maybe some of those files can be removed again
installPhase = ''cp -r gen/firebird $out'';
installPhase = "cp -r gen/firebird $out";
meta = {
description = "SQL relational database management system";