Commit Graph

10 Commits

Author SHA1 Message Date
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
Sergei Trofimovich
3489a438d4 ut1999: fix library search paths on x86_64-linux
Without the change the game fails to start as it fails to find it's
shared objects as:

    $ NIXPKGS_ALLOW_UNFREE=1 nix build -f. ut1999 && ./result/bin/ut1999
    Object not found: Class Render.Render
    History: UObject::SafeLoadError <- UObject::StaticLoadClass <- UGameEngine::Init <- InitEngine <- main
    Exiting due to error

After the change the game starts without problems.
2024-08-05 22:33:24 +01:00
R. Ryantm
1432699caa ut: 2.0.1 -> 2.1.0 2024-07-24 16:34:40 +00:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Elian Doran
9c9dc1f366
ut1999: add aarch64_linux support 2024-03-31 19:20:10 +03:00
Elian Doran
e0ff218af8
ut1999: Enable darwin support 2024-03-31 19:20:09 +03:00
Elian Doran
1f047397ab
ut1999: add support for i686-linux 2024-03-31 19:14:30 +03:00
Elian Doran
91797cc880
ut1999: init at 469d 2024-03-04 23:27:59 +02:00
R. Ryantm
e6ce4a3286 ut: 2.0.0 -> 2.0.1 2023-12-24 21:53:07 +00:00
matthewcroughan
2249f4de34 ut: init at 2.0.0
Co-authored-by: Mikael Fangel <34864484+MikaelFangel@users.noreply.github.com>
2023-11-20 21:54:58 +00:00