treewide: installFlags is a list
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
*/
|
||||
patches = [ ./0001-makefile-fix-installation.patch ];
|
||||
|
||||
installFlags = "DESTDIR=$(out)";
|
||||
installFlags = [ "DESTDIR=$(out)" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://members.chello.nl/~k.holtman/afio.html;
|
||||
|
||||
Reference in New Issue
Block a user