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
Jonas Heinrich
8763c0896f
Merge pull request #336711 from onny/densify
...
densify: init at 0.3.2
2024-08-24 15:57:52 +02:00
Jonas Heinrich
080dbd66d4
densify: init at 0.3.2
2024-08-24 15:53:36 +02:00
Alex James
dd2b338d7a
dezoomify-rs: fix build on Darwin
...
It fails to link otherwise:
= note: ld: framework not found SystemConfiguration
clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
error: could not compile `dezoomify-rs` (bin "dezoomify-rs") due to 1 previous error
2024-08-22 22:07:36 -05:00
Sandro
457fff4a44
Merge pull request #330389 from fsagbuya/dezoomify-rs
2024-08-22 14:11:44 +02:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname}
to string literal ( #336172 )
...
* adwaita-icon-theme: change `${pname}` to string literal
* alp: change `${pname}` to string literal
* alsa-oss: change `${pname}` to string literal
* alsa-plugins: change `${pname}` to string literal
* alsa-ucm-conf: change `${pname}` to string literal
* alsa-utils: change `${pname}` to string literal
* anyrun: change `${pname}` to string literal
* assemblyscript: change `${pname}` to string literal
* audiobookshelf: change `${pname}` to string literal
* baobab: change `${pname}` to string literal
* braa: change `${pname}` to string literal
* brill: change `${pname}` to string literal
* centrifugo: change `${pname}` to string literal
* cheese: change `${pname}` to string literal
* cljfmt: change `${pname}` to string literal
* coppwr: change `${pname}` to string literal
* cosmic-edit: change `${pname}` to string literal
* cosmic-files: change `${pname}` to string literal
* cosmic-store: change `${pname}` to string literal
* cosmic-term: change `${pname}` to string literal
* crate2nix: change `${pname}` to string literal
* cups-kyocera-3500-4500: change `${pname}` to string literal
* dbqn: change `${pname}` to string literal
* dconf-editor: change `${pname}` to string literal
* devhelp: change `${pname}` to string literal
* dmarc-report-converter: change `${pname}` to string literal
* engage: change `${pname}` to string literal
* eog: change `${pname}` to string literal
* evolution-data-server-gtk4: change `${pname}` to string literal
* find-billy: change `${pname}` to string literal
* firefly-iii: change `${pname}` to string literal
* fuchsia-cursor: change `${pname}` to string literal
* geary: change `${pname}` to string literal
* ghex: change `${pname}` to string literal
* gitg: change `${pname}` to string literal
* glasskube: change `${pname}` to string literal
* gnome.gnome-autoar: change `${pname}` to string literal
* gnome.gnome-calculator: change `${pname}` to string literal
* gnome.gnome-calendar: change `${pname}` to string literal
* gnome.gnome-common: change `${pname}` to string literal
* gnome.gnome-dictionary: change `${pname}` to string literal
* gnome.gnome-disk-utility: change `${pname}` to string literal
* gnome.gnome-font-viewer: change `${pname}` to string literal
* gnome.gnome-keyring: change `${pname}` to string literal
* gnome.gnome-screenshot: change `${pname}` to string literal
* gnome.gnome-system-monitor: change `${pname}` to string literal
* gnome.seahorse: change `${pname}` to string literal
* gnome.simple-scan: change `${pname}` to string literal
* gnome.sushi: change `${pname}` to string literal
* gnome.totem: change `${pname}` to string literal
* gnome.yelp: change `${pname}` to string literal
* gnome.yelp-xsl: change `${pname}` to string literal
* gnucap-full: change `${pname}` to string literal
* goredo: change `${pname}` to string literal
* guile-semver: change `${pname}` to string literal
* halo: change `${pname}` to string literal
* intiface-central: change `${pname}` to string literal
* intune-portal: change `${pname}` to string literal
* iscc: change `${pname}` to string literal
* jetbrains-toolbox: change `${pname}` to string literal
* jnr-posix: change `${pname}` to string literal
* keymapp: change `${pname}` to string literal
* libation: change `${pname}` to string literal
* libeduvpn-common: change `${pname}` to string literal
* libmamba: change `${pname}` to string literal
* littlefs-fuse: change `${pname}` to string literal
* logseq: change `${pname}` to string literal
* lxgw-wenkai-tc: change `${pname}` to string literal
* microsoft-identity-broker: change `${pname}` to string literal
* minetest-mapserver: change `${pname}` to string literal
* msalsdk-dbusclient: change `${pname}` to string literal
* neverest: change `${pname}` to string literal
* nf-test: change `${pname}` to string literal
* numbat: change `${pname}` to string literal
* pdf2odt: change `${pname}` to string literal
* plemoljp: change `${pname}` to string literal
* plemoljp-hs: change `${pname}` to string literal
* plemoljp-nf: change `${pname}` to string literal
* pocket-updater-utility: change `${pname}` to string literal
* proto: change `${pname}` to string literal
* pw3270: change `${pname}` to string literal
* ratchet: change `${pname}` to string literal
* read-it-later: change `${pname}` to string literal
* redmine: change `${pname}` to string literal
* regina: change `${pname}` to string literal
* regripper: change `${pname}` to string literal
* revolt-desktop: change `${pname}` to string literal
* rs: change `${pname}` to string literal
* signaturepdf: change `${pname}` to string literal
* sonarlint-ls: change `${pname}` to string literal
* srgn: change `${pname}` to string literal
* stackit-cli: change `${pname}` to string literal
* substudy: change `${pname}` to string literal
* swayosd: change `${pname}` to string literal
* synthesia: change `${pname}` to string literal
* tarlz: change `${pname}` to string literal
* termcap: change `${pname}` to string literal
* tinycompress: change `${pname}` to string literal
* tracexec: change `${pname}` to string literal
* treefmt2: change `${pname}` to string literal
* udev-gothic: change `${pname}` to string literal
* udev-gothic-nf: change `${pname}` to string literal
* vvvvvv: change `${pname}` to string literal
* yggdrasil: change `${pname}` to string literal
* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
Robert Schütz
5c2a3cf6bb
Merge pull request #334681 from dotlambda/deltachat-desktop
...
deltachat-desktop: 1.46.2 -> 1.46.5
2024-08-19 15:59:17 -07:00
Robert Schütz
491f5ebe71
deltachat-desktop: move to pkgs/by-name
2024-08-19 07:26:27 -07:00
Mrmaxmeier
49a8916e9e
deepfilternet: fix compilation with Rust 1.80
...
As per #332957 , rust-lang/rust#127343 . Bumps the time dependency in
Cargo.lock, to fix a compilation issue.
Xref #333227 for a similar PR :)
Upstream issue:
https://github.com/Rikorose/DeepFilterNet/issues/602
2024-08-15 13:52:37 +02:00
Peder Bergebakken Sundt
ea08d0dede
Merge pull request #331770 from pbsds/fix-sourceRoot-1722602716
...
treewide: use src.name in sourceRoot
2024-08-09 04:41:06 +02:00
Alex Martens
e574a549ab
devenv: rm test binaries
...
Prior to this change the devenv package contained "devenv-run-tests"
and "xtask" test binaries.
2024-08-07 18:52:00 -07:00
Robert Schütz
017244e759
deltatouch: 1.4.0 -> 1.5.1
...
Diff: https://codeberg.org/lk108/deltatouch.git/compare/v1.4.0...1.5.1
Changelog: https://codeberg.org/lk108/deltatouch/src/tag/v1.5.1/CHANGELOG
2024-08-05 04:09:59 -07:00
Florian Agbuya
fc83b7abbd
dezoomify-rs: init at 2.12.4
2024-08-03 12:06:13 +08:00
Peder Bergebakken Sundt
a0396ab411
treewide: use src.name in sourceRoot
2024-08-02 14:56:50 +02:00
Nick Cao
518c31dfc2
Merge pull request #330998 from r-ryantm/auto-update/decker
...
decker: 1.46 -> 1.47
2024-07-30 19:04:59 -04:00
Peder Bergebakken Sundt
489420ebfa
Merge pull request #329589 from BirdeeHub/updateDepTree
...
dep-tree: 0.20.3 -> 0.23.0
2024-07-30 17:14:20 +02:00
R. Ryantm
a99a154be9
decker: 1.46 -> 1.47
2024-07-30 02:21:06 +00:00
Sigmanificient
6dd44107ac
treewide: remove unused lib (and other) arguments
2024-07-26 11:18:09 +02:00
BirdeeHub
6397b78082
dep-tree: 0.20.3 -> 0.23.0
2024-07-23 23:25:11 -07:00
Domen Kožar
d6ecafa365
devenv: 1.0.7 -> 1.0.8
2024-07-23 20:17:17 +01:00
R. Ryantm
4944dda320
decker: 1.45 -> 1.46
2024-07-18 08:49:00 +00:00
Markus Theil
461c584707
dediprog-sf100: init at 1.14.20.x
...
DediProg produces SPI-based flash chip programmers
which are rather common in the hardware/embedded space.
Add support for their linux-based programming driver.
See: https://github.com/DediProgSW/SF100Linux
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-07-16 13:14:35 +02:00
Sandro
83046d8a63
Merge pull request #319146 from BirdeeHub/master
...
dep-tree: init at 0.20.3
2024-07-07 11:08:34 +02:00
Aleksana
6a8ac9e74f
Merge pull request #318708 from getchoo/pkgs/decibels/init
...
decibels: init at 46.0
2024-07-06 18:36:26 +08:00
Weijia Wang
7f96b92844
Merge pull request #323390 from r-ryantm/auto-update/decker
...
decker: 1.44 -> 1.45
2024-07-06 01:09:28 +02:00
R. Ryantm
72cfd51065
debianutils: 5.19 -> 5.20
2024-07-05 02:37:30 +00:00
BirdeeHub
4d8ba53242
dep-tree: init at 0.20.3
2024-07-04 02:46:41 -07:00
Jan Tojnar
20d5442d8e
devhelp: Move from gnome scope to top-level
2024-07-01 08:26:48 +02:00
Josh Spicer
cf2f7895b7
devcontainer: 0.64.0 -> 0.65.0
...
Increments the devcontainer CLI from 0.64.0 to 0.65.0.
Changelog: https://github.com/devcontainers/cli/blob/main/CHANGELOG.md#0650
(Awesome jobs, @Rucadi @Gerg-L ! I opened my laptop today to finally resurrect #276208 , only to see the work had already been done 🎉 )
_Creating a new pull request as the commit message was incorrect, apologies for that._
2024-06-29 09:15:25 -07:00
R. Ryantm
a62dd9a33f
decker: 1.44 -> 1.45
2024-06-29 14:33:14 +00:00
Pol Dellaiera
1182067118
devenv: remove drupol
from maintainers
2024-06-24 09:14:00 +02:00
Sandro
9576a4c9e0
Merge pull request #318829 from linsui/design
2024-06-20 12:01:27 +02:00
R. Ryantm
587b00cb7a
debianutils: 5.18 -> 5.19
2024-06-17 10:50:30 +00:00
R. Ryantm
fdc5e35b36
decker: 1.43 -> 1.44
2024-06-15 05:51:59 +00:00
Weijia Wang
03128c64ef
Merge pull request #319211 from Gerg-L/devcontaienr
...
devcontainer: 0.60.0 -> 0.64.0 and fix build
2024-06-14 22:49:48 +02:00
Domen Kožar
a06e115bbb
devenv: 1.0.6 -> 1.0.7
2024-06-13 09:10:14 +01:00
Gerg-L
2332debd71
devcontainer: cleanup
2024-06-11 23:40:21 -04:00
Gerg-L
d57eb80a35
devcontainer: 0.60.0 -> 0.64.0
2024-06-11 23:36:42 -04:00
Gerg-L
0fb423a3b5
devcontainer: fix build
2024-06-11 23:33:22 -04:00
Gerg-L
7117669a4b
devcontainer: format with nixfmt-rfc-style
2024-06-11 22:22:28 -04:00
Domen Kožar
cefbadfd3b
devenv: 1.0.5 -> 1.0.6
2024-06-11 14:09:27 +01:00
Robert Schütz
90e4a08f48
Merge pull request #299844 from link2xt/deltachat-rpc-server
...
deltachat-rpc-server: init at 1.136.3
2024-06-10 10:04:32 -07:00
linsui
9a1d2b98ad
design: init at 46-alpha1
2024-06-10 23:01:06 +08:00
Peder Bergebakken Sundt
3263c89de9
Merge pull request #316577 from r-ryantm/auto-update/decker
...
decker: 1.41 -> 1.43
2024-06-10 15:46:13 +02:00
seth
e80ea5fa34
decibels: init at 46.0
2024-06-10 05:00:16 -04:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
1dda3b95d2
debianutils: 5.17 -> 5.18
2024-06-09 05:50:15 +00:00
Peder Bergebakken Sundt
cf263f4c58
Merge pull request #252951 from TomaSajt/desktop-postflop
...
desktop-postflop: init at 0.2.7
2024-06-06 01:17:05 +02:00
R. Ryantm
f541e553dd
decker: 1.41 -> 1.43
2024-06-02 02:46:49 +00:00
Avery
ee5090d33e
delfin: 0.4.4 -> 0.4.5
2024-05-29 11:29:35 -04:00
Sigmanificient
cc8120d3ff
pkgs/by-name: remove unuseed fetchpatch arguments
2024-05-24 02:49:58 +02:00
ruben
38992c3c81
Devcontainer: 0.58.0 -> 0.60.0
2024-05-08 15:20:13 +00:00
R. Ryantm
2e482ea14f
dep-scan: 5.3.3 -> 5.3.4
2024-05-03 02:18:12 +00:00