1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
Commit graph

200 commits

Author SHA1 Message Date
Aleksana 4e292f2411
dotnet-repl: init at 0.1.216 (#299834) 2024-10-28 23:29:32 +08:00
wxt 929843caff
doctave: fix build 2024-10-25 22:04:59 +08:00
wxt 0b268d4b3b
doctave: nixfmt 2024-10-25 22:04:59 +08:00
wxt febbf089dd
doctave: move to by-name 2024-10-25 22:04:59 +08:00
R. Ryantm 7ff5fbb746 dopamine: 3.0.0-preview.34 -> 3.0.0-preview.35 2024-10-24 10:47:02 +00:00
Fabián Heredia Montiel ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Bojun Ren d1adcbf662
double-entry-generator: init at 2.7.1 2024-10-10 10:42:10 +08:00
R. Ryantm edc017aaa8 doublecmd: 1.1.18 -> 1.1.19 2024-10-07 01:21:41 +00:00
R. Ryantm e5747637af dotenvx: 1.14.1 -> 1.14.2 2024-10-04 23:39:18 +00:00
kirillrdy 1d71b24d5a
dooit: Fix textual version (#345228) 2024-10-01 09:41:56 +10:00
kirillrdy 6d6e3bf20d
dooit: add maintainer kraanzu (#345234) 2024-10-01 06:14:24 +10:00
Maximilian Bosch 88c017a5f1
doggo: 1.0.4 -> 1.0.5
ChangeLog: https://github.com/mr-karan/doggo/releases/tag/v1.0.5
2024-09-30 12:17:56 +02:00
kraanzu bc01328c57 dooit: add maintainer kraanzu 2024-09-29 11:41:25 +05:30
kraanzu 30547aa269 dooit: fix textual version 2024-09-29 10:42:54 +05:30
Julien Malka 459b86756b
dokieli: init at 0-unstable-2024-09-23 (#344234) 2024-09-27 23:06:13 +02:00
Sh0g0-1758 ef49e8a739
dokieli: init at 0-unstable-2024-09-23 2024-09-27 23:40:10 +05:30
Robert Schütz ec757a2132 docify: init at 1.0.0 2024-09-27 07:39:47 +02: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
Nick Cao edbc24f84c
dopamine: 3.0.0-preview.33 -> 3.0.0-preview.34 (#343809) 2024-09-23 09:24:26 -04:00
nixpkgs-merge-bot[bot] 8eb04890bf
doublecmd: 1.1.17 -> 1.1.18 (#343627) 2024-09-22 22:52:00 +00:00
R. Ryantm 100eefb99c dopamine: 3.0.0-preview.33 -> 3.0.0-preview.34 2024-09-22 21:25:50 +00:00
R. Ryantm 78eb428c85 dotenvx: 1.14.0 -> 1.14.1 2024-09-22 03:25:28 +00:00
R. Ryantm 03a0ef64ea doublecmd: 1.1.17 -> 1.1.18 2024-09-22 00:45:34 +00:00
Nick Cao 13325632bf
dotter: 0.13.2-unstable-2024-08-02 -> 0.13.3 (#335357) 2024-09-20 18:39:13 -04:00
R. Ryantm 778d506a69 docfd: 8.0.2 -> 8.0.3 2024-09-19 08:16:31 +00:00
R. Ryantm cbb1ba9314
dotter: 0.13.2-unstable-2024-08-02 -> 0.13.3 2024-09-18 13:57:32 -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
Masum Reza 8966ab8ca3
treewide: adopt some unmaintained GTK packages (#341829) 2024-09-14 19:43:30 +05:30
aleksana bd36b81aed treewide: adopt some unmaintained GTK packages 2024-09-14 21:07:29 +08:00
R. Ryantm 1c001acbb9 doppler: 3.69.0 -> 3.69.1 2024-09-13 07:20:31 +00:00
R. Ryantm 7b21976a44 dopamine: 3.0.0-preview.32 -> 3.0.0-preview.33 2024-09-10 08:20:57 +00:00
OTABI Tomoya b52644f179
dotenvx: 1.8.0 -> 1.14.0 (#337739) 2024-09-10 10:35:00 +09:00
R. Ryantm 959c9e7b6b dotenvx: 1.8.0 -> 1.14.0 2024-09-09 22:24:33 +00:00
Weijia Wang 128bf09864
dopamine: 3.0.0-preview.31 -> 3.0.0-preview.32 (#337812) 2024-09-09 20:52:46 +02:00
R. Ryantm d46b732b94 docker-credential-gcr: 2.1.23 -> 2.1.25 2024-09-09 04:40:08 +00:00
R. Ryantm 91466cae59 docfd: 8.0.1 -> 8.0.2 2024-09-08 03:47:38 +00:00
lassulus 6d973e42d9
docfd: 7.0.0 -> 8.0.1 (#337919) 2024-09-01 10:04:21 +02:00
TomaSajt bc7a9700e9
dotnet-repl: init at 0.1.216 2024-09-01 00:33:57 +02:00
Vincent Laporte 43b6851327 docfd: remove spurrious dependency on domainslib 2024-08-30 13:55:37 +02:00
John Garcia e049c50c2d docfd: 7.0.0 -> 8.0.1 2024-08-28 16:08:58 +01:00
R. Ryantm a153ea8a8d dopamine: 3.0.0-preview.31 -> 3.0.0-preview.32 2024-08-27 22:51:13 +00:00
R. Ryantm fd8a665d23 downonspot: 0.5.1 -> 0.6.0 2024-08-27 00:44:14 +00:00
nixpkgs-merge-bot[bot] e5f8186809
Merge pull request #335964 from r-ryantm/auto-update/doublecmd
doublecmd: 1.1.16 -> 1.1.17
2024-08-22 02:38:28 +00:00
R. Ryantm 0f3d70d295 dotenvx: 1.7.0 -> 1.8.0 2024-08-21 12:37:20 +00:00
R. Ryantm 2b28845f00 doublecmd: 1.1.16 -> 1.1.17 2024-08-20 01:35:50 +00:00
R. Ryantm b9c3f08cbd doomretro: 5.4 -> 5.5.1 2024-08-14 23:19:46 -03:00
Anderson Torres 8a03e0357a doomretro: rework
- nixfmt-rfc-style
- delete meta.changelog
2024-08-14 23:19:46 -03:00
Anderson Torres 40d9cf0c86 doomretro: migrate to by-name 2024-08-14 23:19:46 -03:00
R. Ryantm c846d93d74 dopamine: 3.0.0-preview.29 -> 3.0.0-preview.31 2024-08-14 07:51:52 +00:00