···3, callPackage
4, swift
5, swiftpm
06, Foundation
7, XCTest
8, sqlite
···12}:
13let
14 sources = callPackage ../sources.nix { };
15- generated = callPackage ./generated { }; # Generated by swiftpm2nix.
1617 # On Darwin, we only want ncurses in the linker search path, because headers
18 # are part of libsystem. Adding its headers to the search path causes strange
···3, callPackage
4, swift
5, swiftpm
6+, swiftpm2nix
7, Foundation
8, XCTest
9, sqlite
···13}:
14let
15 sources = callPackage ../sources.nix { };
16+ generated = swiftpm2nix.helpers ./generated;
1718 # On Darwin, we only want ncurses in the linker search path, because headers
19 # are part of libsystem. Adding its headers to the search path causes strange
···4, fetchpatch
5, swift
6, swiftpm
07, Foundation
8, XCTest
9, sqlite
···12}:
13let
14 sources = callPackage ../sources.nix { };
15- generated = callPackage ./generated { }; # Generated by swiftpm2nix.
1617 # On Darwin, we only want ncurses in the linker search path, because headers
18 # are part of libsystem. Adding its headers to the search path causes strange
···4, fetchpatch
5, swift
6, swiftpm
7+, swiftpm2nix
8, Foundation
9, XCTest
10, sqlite
···13}:
14let
15 sources = callPackage ../sources.nix { };
16+ generated = swiftpm2nix.helpers ./generated;
1718 # On Darwin, we only want ncurses in the linker search path, because headers
19 # are part of libsystem. Adding its headers to the search path causes strange
···1{ lib
2-, callPackage
3, stdenv
04, cmake
5, ninja
6, git
7, swift
08, Foundation
9, XCTest
10, sqlite
···25 sharedLibraryExt = stdenv.hostPlatform.extensions.sharedLibrary;
2627 sources = callPackage ../sources.nix { };
02829 # Common attributes for the bootstrap swiftpm and the final swiftpm.
30 commonAttrs = {
···121 "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON"
122 ];
123 });
124-125- # Generated by swiftpm2nix.
126- generated = callPackage ./generated { };
127128 # On Darwin, we only want ncurses in the linker search path, because headers
129 # are part of libsystem. Adding its headers to the search path causes strange
···1{ lib
02, stdenv
3+, callPackage
4, cmake
5, ninja
6, git
7, swift
8+, swiftpm2nix
9, Foundation
10, XCTest
11, sqlite
···26 sharedLibraryExt = stdenv.hostPlatform.extensions.sharedLibrary;
2728 sources = callPackage ../sources.nix { };
29+ generated = swiftpm2nix.helpers ./generated;
3031 # Common attributes for the bootstrap swiftpm and the final swiftpm.
32 commonAttrs = {
···123 "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON"
124 ];
125 });
000126127 # On Darwin, we only want ncurses in the linker search path, because headers
128 # are part of libsystem. Adding its headers to the search path causes strange