mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
swiftPackages.swift-docc: convert swiftFlags to a list
This commit is contained in:
parent
34233107b9
commit
f7f0512311
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
# This works around a failure building generate-symbol-graph:
|
||||
# Sources/generate-symbol-graph/main.swift:13:18: error: module 'SwiftDocC' was not compiled for testing
|
||||
# TODO: Figure out the cause. It doesn't seem to happen outside Nixpkgs.
|
||||
swiftpmFlags = "--product docc";
|
||||
swiftpmFlags = [ "--product docc" ];
|
||||
|
||||
# TODO: Tests depend on indexstore-db being provided by an existing Swift
|
||||
# toolchain. (ie. looks for `../lib/libIndexStore.so` relative to swiftc.
|
||||
|
Loading…
Reference in New Issue
Block a user