Commit Graph

161 Commits

Author SHA1 Message Date
Weijia Wang
26ee724afe
dissent: fix build by pinning libspelling 0.2.1 (#353373) 2024-11-04 19:35:02 +01:00
Sefa Eyeoglu
b7b476adbe
diffnav: init at 0.2.8 (#345587) 2024-11-03 21:33:46 +01:00
aleksana
7335bc5d6a dissent: fix build by pinning libspelling 0.2.1 2024-11-03 21:18:17 +08:00
Fernando Rodrigues
5be13c7ead
distrho: 2021-03-15 -> 2021-03-15-unstable-2024-05-01, fix build
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-02 17:44:56 +00:00
Fernando Rodrigues
863a15c6c9
distrho: remove nested with lib; from meta, turn the longDescription into a markdown list, and use the new style for the platform
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-02 17:44:40 +00:00
Fernando Rodrigues
1c7f59847f
distrho-ports: format with nixfmt-rfc-style
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-02 16:06:39 +00:00
Fernando Rodrigues
ab28c94a5b
distrho: move to by-name
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-02 16:06:17 +00:00
R. Ryantm
65323240d0 disko: 1.8.2 -> 1.9.0 2024-10-29 03:03:43 +00:00
โทสตัล
393388db32 displaycal: 3.9.12 → 3.9.14 2024-10-16 15:01:18 +07:00
R. Ryantm
49f198845d dinit: 0.19.0 -> 0.19.1 2024-10-15 02:36:49 +00:00
github-actions[bot]
4a5ad0965f
Merge master into staging-next 2024-10-13 00:15:27 +00:00
Felix Uhl
83e5733223 disko: add iFreilicht as a maintainer 2024-10-11 21:57:02 +02:00
Felix Uhl
1cff750298 disko: 1.8.0 -> 1.8.2 2024-10-11 21:56:05 +02:00
K900
dffd4b36a2 digikam: fix build with Qt 6.8 2024-10-10 19:53:53 +03:00
nixpkgs-merge-bot[bot]
a326b80aa9
direnv: 2.34.0 -> 2.35.0 (#347199) 2024-10-08 07:24:46 +00:00
R. Ryantm
d2821b4043 direnv: 2.34.0 -> 2.35.0 2024-10-08 00:40:01 +00:00
Francesco Gazzetta
dc774e4d7a dillong: drop 2024-10-07 13:04:27 +00:00
Francesco Gazzetta
b7c28e202f dillo-plus: init at 3.3.0 2024-10-07 13:04:27 +00:00
Aaron Andersen
63cced3917 dinit: init at 0.19.0 2024-10-06 10:32:17 -04:00
amesgen
8a8912c1b7
diffnav: init at 0.2.8 2024-10-05 13:59:41 +02:00
R. Ryantm
dd326b7881 diffedit3: 0.4.0 -> 0.5.0 2024-10-02 02:39:44 +00: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
Jörg Thalheim
03c0a80f39
disko: depend on nixos-install directly (#342320) 2024-09-21 14:42:58 +02:00
Sarah Clark
619e9e200c
diagrams-as-code: fix build failure due to pyyaml constraint (#343308)
python312.diagrams-as-code: fix build failure due to pyaml constraint

Co-authored-by: sarahec <sarahec@nextquestion.net>
2024-09-21 00:09:35 +02:00
R. Ryantm
b6f5bf49d3 disko: 1.7.0 -> 1.8.0 2024-09-20 13:50:31 +00:00
Jörg Thalheim
44b9691b37 disko: depend on nixos-install rather than nixos-install-tools
this avoids rebuilds.
2024-09-20 11:19:01 +02:00
Aleksana
a407d26ec2
dissent: fix /usr/bin path (#342742) 2024-09-18 19:16:05 +08:00
Honnip
43b276a43b
dissent: fix /usr/bin path 2024-09-18 18:38:27 +09: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
nicoo
02ea5fbeff
Merge #340996: dissent 0.0.27 -> 0.0.30 2024-09-12 13:32:49 +00:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
Honnip
1e557511c6
dissent: 0.0.27 -> 0.0.30 2024-09-10 21:18:37 +09:00
Weijia Wang
e4b7f0de75
discover-overlay: 0.7.4 -> 0.7.8 (#335033) 2024-09-09 23:57:38 +02:00
R. Ryantm
7209339f1c diesel-cli: 2.2.3 -> 2.2.4 2024-09-08 18:02:35 +00:00
R. Ryantm
54aa628cf6 disko: 1.6.1 -> 1.7.0 2024-09-04 01:54:10 +00:00
R. Ryantm
0ef332b825 discover-overlay: 0.7.4 -> 0.7.8 2024-08-29 19:05:14 +00:00
Nick Cao
252fdc8def
diesel-cli: 2.2.1 -> 2.2.3 (#337382) 2024-08-26 18:28:43 -04:00
seth
2434f2f15b
diesel-cli: 2.2.1 -> 2.2.3
Changelog: https://github.com/diesel-rs/diesel/releases/tag/v2.2.3
Diff: https://github.com/diesel-rs/diesel/compare/v2.2.2...v2.2.3
2024-08-25 22:34:12 -04:00
zendo
3366d35db0 dippi: 4.0.6 -> 4.1.0 2024-08-25 22:14:12 +08:00
zendo
7960c50993 dippi: move to by-name 2024-08-25 22:08:40 +08:00
Jörg Thalheim
8d87e1cc77 disko: add missing nixos-install for disko-install 2024-08-21 12:03:23 +02:00
R. Ryantm
448b8431b6 dissent: 0.0.26 -> 0.0.27 2024-08-11 01:32:43 +00:00
éclairevoyant
e0b9fac8c3
digikam: fix wayland platform support 2024-08-09 11:25:48 -04:00
Gabriel Fontes
930cbcd072
dim: fix compilation error with rust 1.80
As per https://github.com/NixOS/nixpkgs/issues/332957,
https://github.com/rust-lang/rust/issues/127343. Bumps the time dependency in Cargo.lock, to fix a compilation issue
2024-08-08 10:31:52 -03:00
phanirithvij
77743bb232 distrobox-tui: init at 0.1.0
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-08-07 20:33:50 +05:30
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
éclairevoyant
03d798e381
digikam: fix binary replacements 2024-08-05 20:42:06 -04:00
éclairevoyant
14d2848c92
digikam: wrap with exiftool 2024-08-05 20:41:17 -04:00
Pol Dellaiera
8858c1c8da
Merge pull request #332017 from Sigmanificient/diagrams-as-code
python312Packages.diagrams-as-code: init at 0.0.4
2024-08-04 22:53:33 +02:00
Sigmanificient
e85e1bc098 python312Packages.diagrams-as-code: init at 0.0.4 2024-08-04 15:52:04 +02:00