h7x4
8b62732138
bluemap: 3.21 -> 5.4 ( #332245 )
2024-09-29 14:05:29 +02:00
Sandro
19f1f2ebca
blackmagic-desktop-video: 14.1a1 -> 14.2a1 ( #342257 )
2024-09-28 19:56:16 +02:00
nixpkgs-merge-bot[bot]
a0ceffbc23
blockbench: 4.10.4 -> 4.11.0 ( #343835 )
2024-09-25 09:13:57 +00:00
Peder Bergebakken Sundt
b0be237aa2
bloaty: 1.1-unstable-2023-11-06 -> 1.1-unstable-2024-09-23 ( #343872 )
2024-09-25 10:51:40 +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
Mutsuha Asada
dc4a4b2ad0
bloaty: moved to by-name
2024-09-23 13:25:27 +09:00
R. Ryantm
0898171001
blockbench: 4.10.4 -> 4.11.0
2024-09-23 00:33:36 +00:00
h7x4
e9c2989220
bluemap: 5.3 -> 5.4
2024-09-21 14:47:06 +02:00
h7x4
32f34d13c2
bluemap: 3.21 -> 5.3
2024-09-21 14:47:04 +02:00
Naxdy
a2f44f1625
blackmagic-desktop-video: 14.1a1 -> 14.2a1
2024-09-16 11:20:25 +02:00
Sergei Trofimovich
ae1991a95b
blackmagic-desktop-video: use gcc
, not gcc7
...
`gcc7` will soon be removed from `nixpkgs`. Switch the package to use a
default version of `gcc`.
2024-09-16 09:32:33 +01: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
Aleksana
ae4001484e
bleep: init at 0.0.7 ( #321599 )
2024-09-14 16:20:49 +08:00
Kristian Nedrevold-Hansen
0aded5b759
bleep: init at 0.0.7
...
Scala build tool bleep.
https://github.com/oyvindberg/bleep/releases/tag/v0.0.7
A fast modern build tool for Scala with a declarative configuration.
2024-09-12 09:27:43 +02:00
David McFarland
e6c700ed11
dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs
2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28
dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig
2024-09-06 16:05:19 -03:00
lelgenio
caa7a66dda
blade-formatter: switch to yarnHooks
2024-09-04 11:15:47 -03:00
github-actions[bot]
59b57346d9
Merge master into staging-next
2024-08-28 18:04:19 +00:00
TomaSajt
4de880ad6d
blockbench: use electron.dist
2024-08-27 21:37:14 +02:00
github-actions[bot]
132f2322d0
Merge master into staging-next
2024-08-26 12:05:25 +00:00
Masum Reza
3e7dfcf6e2
Merge pull request #336019 from TomaSajt/blastem
...
blastem 0.6.2-unstable-2024-03-31 -> 0.6.2-unstable-2024-08-14
2024-08-26 11:44:49 +05:30
github-actions[bot]
d6ec3d9fd7
Merge master into staging-next
2024-08-26 00:13:15 +00:00
Roland Coeurjoly
d58200529d
blanket: substitute --replace with --replace-fail
2024-08-25 18:00:07 +02:00
TomaSajt
e85f5305f0
blastem 0.6.2-unstable-2024-03-31 -> 0.6.2-unstable-2024-08-14
2024-08-20 10:08:57 +02:00
Alyssa Ross
8b3a4a617e
bluez: fix when gobject-introspection unsupported
...
For example, when cross compiling to s390-linux.
2024-08-16 12:52:56 +02:00
R. Ryantm
21d9b9e2ac
bluetuith: 0.2.2 -> 0.2.3
2024-08-14 06:00:49 +00:00
Weijia Wang
6522b3df90
Merge pull request #331343 from nim65s/casadi
...
casadi: init at 3.6.6
2024-08-08 15:15:20 +02:00
Sandro
c2c3c5b672
Merge pull request #332599 from WheelsForReals/blackmagic-decklink
...
blackmagic-desktop-video,decklink: 14.0.1a2 -> 14.1a1
2024-08-08 15:08:40 +02:00
Guilhem Saurel
640f5d612b
blasfeo: init at 0.1.3
2024-08-08 00:26:49 +02:00
WheelsForReals
a6b6096a13
{blackmagic-desktop-video,decklink}: 14.0.1a2 -> 14.1a1
2024-08-05 13:51:58 -05:00
Francesco Gazzetta
d7302093da
bluesnarfer: init at 0.1
2024-08-04 19:05:59 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
Artturin
a516ea8c99
Merge branch 'staging-next' into staging
2024-07-16 19:07:48 +03:00
Sandro
99fe5240da
Merge pull request #325811 from Naxdy/work/blackmagic
2024-07-15 16:41:11 +02:00
Naxdy
f634371d21
{blackmagic-desktop-video,decklink}: init at 14.0.1a2
2024-07-14 20:42:50 +02:00
Florian Brandes
fe27814e39
blendfarm: init at 1.1.6
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-14 21:01:03 +05:30
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Franz Pletz
44f78b07d2
Merge pull request #325237 from TomaSajt/blockbench
...
blockbench: 4.10.2 -> 4.10.4
2024-07-09 17:35:20 +02:00
Aleksana
eedd93d4df
Merge pull request #325434 from Aleksanaa/pdf4qt
...
pdf4qt: 1.3.7 -> 1.4.0.0; blend2d: init at 0.10
2024-07-09 20:54:14 +08:00
Michael Hoang
eb725313bc
treewide: remove Enzime
2024-07-09 14:32:33 +10:00
aleksana
5bbbca9a0c
blend2d: init at 0.10
2024-07-08 13:56:15 +08:00
TomaSajt
f8bd5b7bb7
blockbench: 4.10.2 -> 4.10.4
2024-07-07 13:28:03 +02:00
Sandro
e4233cb95b
Merge pull request #322127 from szaffarano/bump-bluez-5.76
...
bluez: 5.75 → 5.76
2024-07-07 13:21:22 +02:00
Sandro Jäckel
d0eebe82f6
bluez: fix hid devices
2024-07-04 11:40:41 +02:00
ckie
7d34b64eca
maintainers: remove ckie
...
well, we failed. we have not saved nix together[0], and today's show of
utter incompetence[1] has pushed me over the edge along with many others[2]
it's been good. a lot of PRs. a lot of endless reviews.
some new friends, some old friends converted :P
cya in the next world, cuties <3
[0] https://save-nix-together.org/
[1] https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231
[2] https://github.com/NixOS/nixpkgs/issues?q=label%3A%228.has%3A+maintainer-list+%28update%29%22+remove+in%3Atitle+created%3A%3C2024-07-10
2024-07-02 02:40:02 +02:00
Thiago Kenji Okada
2c6eacab55
Merge pull request #301312 from TomaSajt/blastem
...
blastem: init at 0.6.2-unstable-2024-03-31
2024-07-01 10:39:08 +01:00
Sebastián Zaffarano
2d53d43c1c
bluez: 5.75 → 5.76
2024-06-24 09:47:10 +02:00
Aleksana
c2cb8dc317
Merge pull request #319287 from TomaSajt/blockbench
...
blockbench: remove electron version pin
2024-06-21 23:01:55 +08:00
TomaSajt
44d3de2f17
blockbench: remove electron version pin
2024-06-12 11:27:11 +02:00