Commit Graph

15 Commits

Author SHA1 Message Date
xrelkd
a75f149eb7
clipcat: 0.9.0 -> 0.11.0
Diff: https://github.com/xrelkd/clipcat/compare/v0.9.0...v0.11.0
2023-12-03 20:16:57 +08:00
xrelkd
370e76e66a
clipcat: 0.8.0 -> 0.9.0
Diff: https://github.com/xrelkd/clipcat/compare/v0.8.0...v0.9.0
2023-12-01 19:57:59 +08:00
xrelkd
b87fb8ec84
clipcat: 0.7.1 -> 0.8.0
Diff: https://github.com/xrelkd/clipcat/compare/v0.7.1...v0.8.0
2023-11-30 20:09:39 +08:00
xrelkd
a2c73b7543
clipcat: 0.7.0 -> 0.7.1
Diff: https://github.com/xrelkd/clipcat/compare/v0.7.0...v0.7.1
2023-11-29 17:56:10 +08:00
xrelkd
82d499ac9e
clipcat: 0.6.2 -> 0.7.0
Diff: https://github.com/xrelkd/clipcat/compare/v0.6.2...v0.7.0
2023-11-26 22:36:31 +08:00
xrelkd
5e873ef2ec
clipcat: 0.5.1 -> 0.6.2 2023-11-25 21:52:20 +08:00
xrelkd
1e347be5ec
clipcat: 0.5.0 -> 0.5.1
Diff: https://github.com/xrelkd/clipcat/compare/v0.5.0...v0.5.1
2023-11-21 12:16:05 +08:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Guillaume Girol
df6a7e941a treewide: use bindgenhook where possible 2022-12-06 19:26:14 +01:00
figsoda
ebe494df9d clipcat: use buildFeatures 2021-11-16 08:11:45 -05:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
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-05-08 00:36:37 -07:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
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
  db29857eb3, 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-04-30 05:41:00 +00:00
xrelkd
610b06d363 clipcat: 0.4.19 -> 0.5.0 2021-02-08 22:03:25 +08:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
xrelkd
7ee6eb7e1d clipcat: init at 0.4.19 2020-10-16 03:49:26 +08:00