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
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