treewide: Make configureFlags lists
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
configureFlags = "--disable-wordview";
|
||||
configureFlags = [ "--disable-wordview" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "MS-Word/Excel/PowerPoint to text converter";
|
||||
|
||||
Reference in New Issue
Block a user