Commit Graph

168 Commits

Author SHA1 Message Date
Domen Kožar
dbd4ab4bbd devenv: 1.2 -> 1.3 2024-10-02 16:18:57 +01:00
Alyssa Ross
335bd898d6
deltachat-repl,deltachat-rpc-server: use OpenSSL from Nixpkgs 2024-09-28 17:34:39 +02:00
Astro
1403125920 dethrace: init at 0.8.0 2024-09-27 15:27:03 +00:00
liyangau
96b21f730b deck: add meta.mainProgram 2024-09-27 14:01:02 +10:00
liyangau
6a867ed7e3 deck: 1.40.1 -> 1.40.2 2024-09-27 10:42:01 +10:00
Franz Pletz
66415f26e1
deck: migrate to pkgs/by-name (#344172) 2024-09-26 16:00:28 +02:00
nixpkgs-merge-bot[bot]
769ffb7986
dezoomify-rs: 2.12.5 -> 2.13.0 (#344430) 2024-09-26 00:44:45 +00:00
Austin Horstman
c7412922a1 deno: mark x86 darwin broken
Aligned_alloc error that can't be fixed until SDK refactor work is done
to allow overriding SDK in rust toolchain.
2024-09-25 22:05:11 +02:00
Austin Horstman
dfb72de3db deno: 1.46.2 -> 1.46.3 2024-09-25 22:05:11 +02:00
Austin Horstman
cadf53ea4d deno: move to by-name 2024-09-25 22:05:11 +02:00
R. Ryantm
0daf8a713b dezoomify-rs: 2.12.5 -> 2.13.0 2024-09-25 12:35:27 +00:00
R. Ryantm
f957157547 devenv: 1.1 -> 1.2 2024-09-25 06:45:43 +00:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
liyangau
78f07785d3 deck: move to pkgs/by-name 2024-09-24 19:41:28 +10:00
Alexander Sieg
3b04bffbd5
nixos/dependency-track: add nixos test 2024-09-22 16:38:45 +02:00
Alexander Sieg
dea223928f
dependency-track: init at 4.11.7 2024-09-22 16:38:42 +02:00
Nikolay Korotkiy
135579bc6c
devcontainer: 0.65.0 -> 0.71.0 (#342341) 2024-09-20 01:58:03 +04:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
9787a261b0
delfin: 0.4.5 -> 0.4.6 (#341956) 2024-09-18 02:14:59 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Benjamin Bugl
b2cb588ac4 devcontainer: 0.65.0 -> 0.71.0 2024-09-17 13:08:32 +02:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Avery
c3d27bc28d delfin: 0.4.5 -> 0.4.6 2024-09-14 22:10:06 -04:00
Alyssa Ross
df61c2acb5 treewide: remove executable bit from .nix files
???
2024-09-14 13:08:57 +02:00
R. Ryantm
98fe3e841b dezoomify-rs: 2.12.4 -> 2.12.5 2024-09-13 15:39:38 +00:00
Domen Kožar
efd9b31d09 devenv: fix build on darwin 2024-09-11 08:37:45 +01:00
Domen Kožar
f81b3d8a1f
devenv: 1.0.8 -> 1.1 (#341111) 2024-09-10 23:43:14 +01:00
Domen Kožar
0206930c80 devenv: 1.0.8 -> 1.1 2024-09-10 23:38:53 +01:00
Robert Schütz
68a220dbf9
deltachat-desktop: 1.46.7 -> 1.46.8 (#340847) 2024-09-09 13:58:36 -07:00
Robert Schütz
43a583e01d deltachat-desktop: 1.46.7 -> 1.46.8
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.46.7...1.46.8

Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.46.8/CHANGELOG.md
2024-09-09 11:57:49 -07:00
Pol Dellaiera
4fd4ad6351
departure-mono: 1.346 -> 1.350 2024-09-09 20:21:24 +02:00
Aleksana
1a21b7555f
debase: init at 2 (#318702) 2024-09-09 10:31:10 +08:00
linsui
84c1b25a78 decibels: add gst-libav to support more format 2024-09-07 11:02:23 +08:00
lassulus
8390f3dfc4
desed: init at 1.2.1 (#339759) 2024-09-06 12:03:53 +01:00
Victor Nilsson
a52dac7c2f desed: init at master 2024-09-06 11:54:04 +02:00
Robert Schütz
9a1aee2013
deltatouch: 1.5.1 -> 1.6.0 (#339088) 2024-09-05 07:52:30 -07:00
Fabian Affolter
f852cec3d2
dep-scan: 5.3.4 -> 5.4.3 (#338839) 2024-09-05 08:33:48 +02:00
Robert Schütz
ecf9b0eeb7
deltachat-desktop: 1.46.5 -> 1.46.7 (#338211) 2024-09-03 08:32:27 -07:00
Artturin
b2a3ec3b8c
dezoomify-rs: fix build on Darwin (#336677) 2024-09-03 02:45:37 +03:00
Robert Schütz
935d38c894 deltatouch: 1.5.1 -> 1.6.0
Diff: https://codeberg.org/lk108/deltatouch.git/compare/v1.5.1...1.6.0

Changelog: https://codeberg.org/lk108/deltatouch/src/tag/v1.6.0/CHANGELOG
2024-09-02 12:56:19 -07:00
Robert Schütz
2bc4d0a0f7 deltachat-desktop: 1.46.5 -> 1.46.7
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.46.5...v1.46.7

Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.46.7/CHANGELOG.md
2024-09-02 11:32:47 -07:00
QuincePie
e5bec360ca dep-scan: 5.3.4 -> 5.4.3 2024-09-01 11:06:01 -05:00
Peder Bergebakken Sundt
c477a48699
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub (#336777) 2024-08-28 22:17:38 -04:00
Jeremy Schlatter
162acc638e debase: init at 2
debase: fix build on linux
2024-08-29 09:12:39 +08:00
Pol Dellaiera
5ca72d3aaf
departure-mono: init at 1.346 2024-08-28 10:09:04 +02:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
zendo
93fc93def0 deploy-rs: unstable-2024-02-16 -> 0-unstable-2024-06-12 2024-08-25 11:26:19 +08:00
zendo
6eff982932 deploy-rs: move to by-name 2024-08-25 11:02:27 +08:00