about summary refs log tree commit diff
path: root/pkgs/tools/misc/silicon
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14silicon: add _0x4A6F to maintainers0x4A6F1-1/+1
2022-10-14silicon: 0.4.3 -> 0.5.10x4A6F1-4/+10
2021-08-18silicon: 0.4.2 -> 0.4.3R. RyanTM1-3/+3
2021-06-06silicon: 0.4.1 -> 0.4.2fortuneteller2k1-3/+3
2021-05-19Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer1-1/+2
Conflicts: nixos/doc/manual/release-notes/rl-2105.xml pkgs/tools/security/sequoia/default.nix
2021-05-18silicon: fix build errorsophrosyne971-1/+2
2021-05-18Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer1-1/+2
Conflicts: pkgs/tools/package-management/cargo-release/default.nix
2021-05-18silicon: fix darwin buildStéphan Kochen1-1/+2
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
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.
2021-04-30llvmPackages: Multuple outputs for everythtingAndrew Childs1-1/+1
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)`
2021-03-09silicon: 0.4.0 -> 0.4.1R. RyanTM1-3/+3
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-12-04silicon: 0.3.2 -> 0.4.0R. RyanTM1-3/+3
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-05-28silicon: 0.3.1 -> 0.3.2R. RyanTM1-3/+3
2020-05-04silicon: 0.3.0 -> 0.3.1R. RyanTM1-3/+3
2020-02-15silicon: fix build by migrating off legacy fetchCargoBenjamin Hipple1-4/+1
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
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
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.
2020-01-29silicon: init at 0.3.0Evan Stoll1-0/+46