summary refs log tree commit diff
path: root/pkgs/tools/misc/silicon
Commit message (Collapse)AuthorAge
* silicon: 0.4.2 -> 0.4.3R. RyanTM2021-08-18
|
* silicon: 0.4.1 -> 0.4.2fortuneteller2k2021-06-06
|
* Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-19
|\ | | | | | | | | | | Conflicts: nixos/doc/manual/release-notes/rl-2105.xml pkgs/tools/security/sequoia/default.nix
| * silicon: fix build errorsophrosyne972021-05-18
| |
* | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-18
|\| | | | | | | | | Conflicts: pkgs/tools/package-management/cargo-release/default.nix
| * silicon: fix darwin buildStéphan Kochen2021-05-18
| |
* | treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
|/ | | | | | | | | | | | | Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
* llvmPackages: Multuple outputs for everythtingAndrew Childs2021-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also begin to start work on cross compilation, though that will have to be finished later. The patches are based on the first version of https://reviews.llvm.org/D99484. It's very annoying to do the back-porting but the review has uncovered nothing super major so I'm fine sticking with what I've got. Beyond making the outputs work, I also strove to re-sync the packages, as they have been drifting pointlessly apart for some time. ---- Other misc notes, highly incomplete - lvm-config-native and llvm-config are put in `dev` because they are tools just for build time. - Clang no longer has an lld dep. That was introduced in db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help finding lld when it is used we should just pass it flags / put in the resource dir. Providing it at build time increases critical path length for no good reason. ---- A note on `nativeCC`: `stdenv` takes tools from the previous stage, so: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)` while: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)` 3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
* silicon: 0.4.0 -> 0.4.1R. RyanTM2021-03-09
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* silicon: 0.3.2 -> 0.4.0R. RyanTM2020-12-04
|
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-17
|
* buildRustPackage: remove platform.all from packageszowoq2020-08-16
|
* silicon: 0.3.1 -> 0.3.2R. RyanTM2020-05-28
|
* silicon: 0.3.0 -> 0.3.1R. RyanTM2020-05-04
|
* silicon: fix build by migrating off legacy fetchCargoBenjamin Hipple2020-02-15
| | | | | | | Currently broken; see #79975 for details. Would also be fixed by #80153 eventually, but since we want to upgrade either way we might as well do so now. https://hydra.nixos.org/job/nixpkgs/trunk/silicon.x86_64-linux
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* silicon: init at 0.3.0Evan Stoll2020-01-29