K900
7f898ed413
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-25 21:06:42 +03:00
R. Ryantm
6e32aa7240
ananicy-rules-cachyos: 0-unstable-2024-09-18 -> 0-unstable-2024-10-25
2024-10-25 15:09:41 +00:00
Thiago Kenji Okada
7658fc3855
open{jdk{8,11,17,21,23},jfx{17,21,23}}: deduplicate ( #350736 )
2024-10-24 17:33:45 +01:00
Emily
9bad08529e
openjdk{8,11,17,21,23}: deduplicate into generic.nix
2024-10-24 15:04:55 +01:00
Austin Horstman
c89efac4ab
anyrun: add khaneliman maintainer
2024-10-23 23:49:47 -05:00
NotAShelf
a89407bf01
antares: modernize derivation
2024-10-23 06:40:32 +03:00
Sefa Eyeoglu
cc8291c4f5
ani-skip: init at 1.0.1 ( #339027 )
2024-10-21 22:36:26 +02:00
Aleksana
a380895546
ananicy-cpp: add patch to fix detect cgroups ( #350109 )
2024-10-21 11:32:04 +08:00
Peder Bergebakken Sundt
62e660dda6
anyk: add javafx to classpath ( #348605 )
2024-10-21 00:33:44 +02:00
Artturin
4400a3b902
ananicy-cpp: add patch to fix detect cgroups
2024-10-20 23:36:01 +03:00
eymeric
4fec5df908
antares: add .desktop file install
2024-10-20 14:45:58 +02:00
eymeric
d918a8a4ac
antares: 0.7.28 -> 0.7.29
2024-10-19 16:35:39 +02:00
Patrick Chilton
d8039594c5
anyk: use OpenJDK with JavaFX
2024-10-16 00:51:44 +02:00
xrelkd
5089e82de8
anchor: drop xrelkd from maintainer
2024-10-15 23:43:51 +08:00
NAHO
8d93801da9
antora: declare passthru.updateScript
...
Link: https://github.com/NixOS/nixpkgs/pull/332341
2024-10-08 14:43:40 +02:00
NAHO
c7b93d24a7
antora: declare meta.platforms
2024-10-08 14:43:39 +02:00
NAHO
915e1b9a5d
antora: sort entries
...
Link: https://github.com/NixOS/nixpkgs/pull/332341
2024-10-08 14:43:39 +02:00
NAHO
efc3298775
antora: reformat with nixfmt
...
Link: https://github.com/NixOS/nixpkgs/pull/332341
2024-10-08 14:43:38 +02:00
NAHO
3108e45ca8
antora: move package into pkgs/by-name directory
...
Move the antora package from the deprecated location into the
pkgs/by-name directory to regroup future Antora packages.
Link: https://github.com/NixOS/nixpkgs/pull/332341
2024-10-08 14:43:38 +02:00
R. Ryantm
2e588d4ecf
ansel: 0-unstable-2024-08-13 -> 0-unstable-2024-09-29
2024-09-29 19:17:39 +00:00
R. Ryantm
96abf50315
ansible-navigator: 24.7.0 -> 24.9.0
2024-09-27 04:37:44 +00:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs
( #344516 )
2024-09-26 08:38:07 +03:00
Artturin
4cb379f4d7
treewide: use nativeBuildInputs
in appimage builder derivations
2024-09-25 23:01:28 +03:00
wxt
5c863c35b6
anchor: run nixfmt
2024-09-25 10:44:13 +02:00
wxt
0c8a2fdad5
anchor: fix build
2024-09-25 10:44:13 +02: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
Nick Cao
f14415463b
ananicy-rules-cachyos: 0-unstable-2024-08-26 -> 0-unstable-2024-09-18 ( #343850 )
2024-09-23 09:29:08 -04:00
Aleksana
e1dd56a6c8
anytype: add commandLineArgs ( #341140 )
2024-09-23 10:27:54 +08:00
R. Ryantm
ef9fc98527
ananicy-rules-cachyos: 0-unstable-2024-08-26 -> 0-unstable-2024-09-18
2024-09-23 01:59:10 +00:00
h7x4
9a6c76c4af
treewide: remove unused inputs ( #342672 )
2024-09-19 20:36:18 +02:00
running-grass
9784dc0a1d
anytype: add commandLineArgs
2024-09-18 09:51:02 +08:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +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
Nick Cao
70d20d5c29
ananicy-rules-cachyos: remove diniamo as a maintainer ( #341904 )
2024-09-15 09:09:56 -04:00
Nick Cao
7afe98b5ae
anytype: 0.42.6 -> 0.42.8 ( #341832 )
2024-09-15 09:00:37 -04: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
diniamo
bfa8012041
ananicy-rules-cachyos: remove diniamo as a maintainer
...
Uninterested in getting pinged for update PRs.
2024-09-14 21:18:57 +02:00
David Chocholatý
190c37ed2a
anytype: 0.42.6 -> 0.42.8
2024-09-14 15:31:58 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
R. Ryantm
b0ad5d01a4
ansel: 0-unstable-2024-07-09 -> 0-unstable-2024-08-13
2024-09-08 09:32:26 +00:00
R. Ryantm
455eeff913
anytype: 0.42.5 -> 0.42.6
2024-09-05 08:08:24 +00:00
diniamo
268db32079
ani-skip: init at 1.0.1
2024-09-03 18:54:26 +02:00
tu-maurice
885106141c
ansel: fix build
2024-09-01 19:13:57 +02:00
David Chocholatý
fc2cad8888
anytype: 0.42.4 -> 0.42.5
2024-08-29 18:53:01 +02:00
R. RyanTM
71e91c409d
ananicy-rules-cachyos: 0-unstable-2024-07-27 -> 0-unstable-2024-08-26 ( #337863 )
2024-08-28 10:02:53 +05:30
eymeric
5c764c21d8
antares: 0.7.24 -> 0.7.28
2024-08-26 22:39:34 +02:00
OTABI Tomoya
3cd1fa6bd4
Merge pull request #335492 from natsukium/andi/init
...
andi: init at 0.14
2024-08-23 09:14:21 +09: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
Masum Reza
cbd64d71ea
Merge pull request #335727 from r-ryantm/auto-update/antimatter-dimensions
...
antimatter-dimensions: 0-unstable-2024-06-28 -> 0-unstable-2024-08-12
2024-08-20 00:17:45 +05:30
R. Ryantm
bf2e74ff78
antimatter-dimensions: 0-unstable-2024-06-28 -> 0-unstable-2024-08-12
2024-08-19 03:24:53 +00:00
Peder Bergebakken Sundt
0a94515f47
Merge pull request #333883 from kouyk/anytype-fix
...
anytype: 0.42.3 -> 0.42.4
2024-08-18 22:45:31 +02:00
Masum Reza
625941e1a9
Merge pull request #332912 from r-ryantm/auto-update/ananicy-rules-cachyos
...
ananicy-rules-cachyos: 0-unstable-2024-07-23 -> 0-unstable-2024-07-27
2024-08-18 17:22:09 +05:30
natsukium
b4fbaae278
andi: init at 0.14
...
Efficient Estimation of Evolutionary Distances
https://github.com/evolbioinf/andi
2024-08-18 11:10:01 +09:00
Steven Kou
43ac742526
anytype: 0.42.3 -> 0.42.4
2024-08-17 22:31:29 +08:00
Steven Kou
97444575c3
anytype: minor fixes
...
Add meta.mainProgram alongside removing an invalid move and set the
pname properly.
2024-08-17 22:28:40 +08:00
OTABI Tomoya
980377fa5a
Merge pull request #333097 from pyrox0/pythonpackages/ansible-navigator
...
ansible-navigator: migrate from python3Packages; modernize
2024-08-10 00:17:49 +09:00
Nick Cao
7df134b4f9
Merge pull request #333094 from Adda0/anytype
...
anytype: 0.41.1 -> 0.42.3
2024-08-08 14:27:17 -04:00
Pyrox
64646ebabe
ansible-navigator: modernize and make build again
...
ansible-navigator: modernize
2024-08-07 21:48:14 -04:00
Pyrox
0717d7fda7
ansible-navigator: migrate from python3Packages
2024-08-07 17:43:12 -04:00
David Chocholatý
a887b4e1ec
anytype: 0.41.1 -> 0.42.3
2024-08-07 23:11:00 +02:00
R. Ryantm
ce8459b7bf
ananicy-rules-cachyos: 0-unstable-2024-07-23 -> 0-unstable-2024-07-27
2024-08-07 06:07:24 +00:00
Yuri Albuquerque
405114d4a0
anchor: 0.30.0 -> 0.30.1
...
https://github.com/coral-xyz/anchor/releases/tag/v0.30.1
2024-08-06 11:35:56 -03:00
John Titor
ad5cd5a0a0
ananicy-cpp: make bpf support optional
...
ananicy-cpp compiled with bpf does not work on hardened kernels
So we make it optional to allow users to disable it
https://github.com/NixOS/nixpkgs/issues/327382
2024-07-28 01:16:48 +05:30
John Titor
ec8b4b40dd
ananicy-cpp: cleanup derivation
...
use lib.cmakeBool and lib.cmakeFeature
switch to finalAttrs from recursion
format with nixfmt-rfc-style
2024-07-28 00:40:47 +05:30
R. Ryantm
23d47ebe11
ananicy-rules-cachyos: 0-unstable-2024-07-11 -> 0-unstable-2024-07-23
2024-07-25 18:30:26 +00:00
R. Ryantm
e051cb0f85
any-nix-shell: 2.0.0 -> 2.0.1
2024-07-23 18:25:39 +00:00
Artturin
2034787ce9
Merge pull request #328137 from Pandapip1/init-android-studio-tools
...
android-studio-tools: init at 11076708
2024-07-21 02:40:16 +03:00
Thiago Kenji Okada
54ca7f9154
any-nix-shell: 1.2.1 -> 2.0.0
2024-07-20 21:21:37 +01:00
Thiago Kenji Okada
31798c17aa
any-nix-shell: run preInstall/postInstall hooks, remove with lib
2024-07-20 21:20:55 +01:00
Thiago Kenji Okada
9a8e69dd4e
any-nix-shell: update description
2024-07-20 21:20:55 +01:00
Thiago Kenji Okada
119f78fd47
any-nix-shell: add runtime dependencies
2024-07-20 21:20:55 +01:00
Thiago Kenji Okada
aed4a5070d
any-nix-shell: reformat with RFC166
2024-07-20 21:20:51 +01:00
Thiago Kenji Okada
f709e90813
any-nix-shell: move to pkgs/by-name
2024-07-20 21:19:51 +01:00
Gavin John
a137a798dc
android-studio-tools: init at 11076708
2024-07-18 06:17:32 -04:00
R. Ryantm
c3cedb8bb8
ananicy-rules-cachyos: 0-unstable-2024-07-03 -> 0-unstable-2024-07-11
2024-07-16 08:13:53 +00:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
éclairevoyant
13ed31c6c5
ansel: remove hardcoded paths in desktop file
2024-07-12 21:12:01 -04:00
Nick Cao
58b5f5a542
Merge pull request #326088 from r-ryantm/auto-update/ansel
...
ansel: 0-unstable-2024-06-29 -> 0-unstable-2024-07-09
2024-07-11 19:49:32 -04:00
hand7s
6cef413dfc
ananicy-cpp: fix failing build
2024-07-10 22:25:19 +03:00
R. Ryantm
f17d01f635
ansel: 0-unstable-2024-06-29 -> 0-unstable-2024-07-09
2024-07-10 10:27:01 +00:00
Masum Reza
757c5d5f02
Merge pull request #317405 from tie/ansible-cmdb
...
ansible-cmdb: init at 1.31, python3Packages.jsonxs: init at 0.6
2024-07-06 23:10:39 +05:30
R. Ryantm
5c1577fafb
ananicy-rules-cachyos: 0-unstable-2024-06-22 -> 0-unstable-2024-07-03
2024-07-05 15:44:33 +00:00
R. Ryantm
fca6a35960
ansel: 0-unstable-2024-02-23 -> 0-unstable-2024-06-29
2024-07-02 21:02:39 +00:00
Wroclaw
2bae328c3f
antimatter-dimensions: 0-unstable-2024-05-11 -> 0-unstable-2024-06-28
2024-06-30 15:16:01 +02:00
Ivan Trubach
909af8cf75
ansible-cmdb: init at 1.31
2024-06-30 08:59:35 +03:00
R. Ryantm
65050f0379
ananicy-rules-cachyos: 0-unstable-2024-06-19 -> 0-unstable-2024-06-22
2024-06-28 12:38:52 +00:00
Weijia Wang
d27ca203e5
Merge pull request #319987 from r-ryantm/auto-update/anytype
...
anytype: 0.40.9 -> 0.41.1
2024-06-26 00:46:47 +02:00
Masum Reza
f35da175e1
Merge pull request #317242 from amozeo/pkgs/antimatter-dimensions/init
...
antimatter-dimensions: init at 0-unstable-2024-05-11
2024-06-25 23:56:09 +05:30
Wroclaw
3cf2c9a018
antimatter-dimensions: init at 0-nstable-2024-05-11
2024-06-25 18:09:13 +02:00
R. Ryantm
4174a85e05
anytype: 0.40.9 -> 0.41.1
2024-06-23 09:08:10 +00:00
R. Ryantm
6dd848feea
ananicy-rules-cachyos: 0-unstable-2024-06-14 -> 0-unstable-2024-06-19
2024-06-22 17:48:52 +00:00
Artturin
65b6baea6f
Merge pull request #319634 from diniamo/ananicy-cpp-patch-for-wrappers
...
ananicy-cpp: support wrapped applications
2024-06-20 13:09:18 +03:00
h7x4
53cede6f86
ananicy-cpp: fix license
2024-06-16 22:13:30 +02:00
diniamo
3565fd8bf6
ananicy-cpp: support wrapped applications
2024-06-16 15:27:09 +02:00
R. Ryantm
3cd3b65fb9
ananicy-rules-cachyos: 0-unstable-2024-06-07 -> 0-unstable-2024-06-14
2024-06-14 23:54:08 +00:00
diniamo
957cbdc5fb
ananicy-cpp: add diniamo as a maintainer
2024-06-13 20:13:44 +02: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
98ab6d76b0
ananicy-rules-cachyos: 0-unstable-2024-05-28 -> 0-unstable-2024-06-07
2024-06-07 21:00:07 +00:00
John Titor
1501a531db
ananicy-cpp: add johnrtitor as maintainer
2024-06-03 19:01:30 +05:30
John Titor
f65bd7b775
ananicy-cpp: enable regex support
...
Fetch the patch from https://gitlab.com/ananicy-cpp/ananicy-cpp/-/merge_requests/26
2024-06-03 18:56:54 +05:30