Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

opensmalltalk-vm: convert buildFlags to a list

figsoda 6990430c fff82404

+1 -1
+1 -1
pkgs/development/compilers/opensmalltalk-vm/default.nix
··· 71 71 72 72 configureFlags = [ "--with-scriptname=${scriptName}" ] ++ configureFlags; 73 73 74 - buildFlags = "all"; 74 + buildFlags = [ "all" ]; 75 75 76 76 enableParallelBuilding = true; 77 77