Loading pkgs/development/compilers/swift/swift-docc/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/compilers/swift/swift-docc/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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