treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ buildDunePackage rec {
|
||||
stdio
|
||||
];
|
||||
|
||||
preBuild = ''export LIBTORCH=${pytorch.dev}/'';
|
||||
preBuild = "export LIBTORCH=${pytorch.dev}/";
|
||||
|
||||
doCheck = !stdenv.isAarch64;
|
||||
checkPhase = "dune runtest";
|
||||
|
||||
Reference in New Issue
Block a user