Commit Graph

6888 Commits

Author SHA1 Message Date
Weijia Wang
cbcdfdd7b0
Merge pull request #218213 from wegank/nix-cflags-env
treewide: move more NIX_CFLAGS_COMPILE to env
2023-02-25 14:14:07 +02:00
Weijia Wang
1dfe93fe85 treewide: move more NIX_CFLAGS_COMPILE to env 2023-02-25 13:00:47 +02:00
Dennis Gosnell
0467f6d76f
anki-bin: set correct name and version for derivation
anki-bin is built with buildFHSUserEnv on Linux, which doesn't set a
version for the resulting derivation.  This commit overrides the
resulting derivation to have a version set correctly.

This is important for end-users to be able to easily tell what
version of Anki they will get when they install `anki-bin`.  It is
normally very important to use the correct version of Anki.
2023-02-25 14:00:05 +09:00
Sergei Trofimovich
97b81db662
Merge pull request #218064 from trofi/quake3-fix-wrapper
quake3demo: fix binary paths in the wrapper
2023-02-24 20:29:19 +00:00
Sergei Trofimovich
06afa6115d quake3demo: fix binary paths in the wrapper
https://github.com/NixOS/nixpkgs/pull/209008 moved quake3 binaries to
$out/bin. This broke wrappers as:

    $ NIXPKGS_ALLOW_UNFREE=1 nix build -f. quake3demo -L
    ...
    quake3-demo> Builder called die: Cannot wrap '/nix/store/khlq2wa0i7rab4vkzvk4pl54lyi6c36d-quake3-demo-1.11-6-ioquake3-unstable-2022-11-24/bin/quake3' because it is not an executable file

The change fixes wrapper to point to new locations.
2023-02-24 19:19:21 +00:00
Weijia Wang
2b8c56c12e unciv: 4.4.13-gp -> 4.4.19 2023-02-24 21:00:46 +02:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Nick Cao
467efb339c
Merge pull request #217643 from mahmoudk1000/master
anki-bin: 2.1.58 -> 2.1.60
2023-02-23 09:18:52 +08:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Mahmoud Ayman
ad6c8e2a18
anki-bin: add mahmoudk1000 to the maintainers 2023-02-22 18:09:03 +02:00
Naïm Favier
2343d23c44
dwarf-fortress: unfuck unfuck 2023-02-22 13:03:53 +01:00
Mahmoud Ayman
b021cf91ff
anki-bin: 2.1.58 -> 2.1.60 2023-02-22 13:48:49 +02:00
K900
0870fc6680
Merge pull request #216972 from SuperSandro2000/steam-fhs-full
steam-small: init
2023-02-21 17:29:00 +03:00
Anderson Torres
ffd92dde5b
Merge pull request #216416 from atorres1985-contrib/2048-cli
2048-cli: new package
2023-02-20 21:27:44 -03:00
Jörg Thalheim
a891613ead
Merge pull request #217227 from mothsART/feature/replace_http_by_https__second_pass
treewide: replace http by https when https is a permanent redirection
2023-02-20 21:33:05 +01:00
7c6f434c
fbf9888d26
Merge pull request #216680 from tnias/love-fix-versions
love: fix versions
2023-02-20 06:45:07 +00:00
Mario Rodas
5b1227cdad
Merge pull request #216942 from mahmoudk1000/master
anki-bin: 2.1.57 -> 2.1.58
2023-02-19 18:47:35 -05:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Jonas Heinrich
c62eeb1e62
Merge pull request #217019 from r-ryantm/auto-update/sdlpop
sdlpop: 1.22 -> 1.23
2023-02-19 10:55:14 +01:00
Jonas Heinrich
3c46639d25
sdlpop: Add changelog 2023-02-19 10:54:39 +01:00
toastal
06365ba454 nethack: 3.6.6 → 3.6.7
Release notes: https://www.nethack.org/v367/release.html

> This release primarily corrects a security issue present in NetHack versions 3.6.2, 3.6.3, 3.6.4, 3.6.5, and 3.6.6

More info: https://www.nethack.org/security/CVE-2023-24809.html
2023-02-18 23:39:43 +00:00
davidak
7fac81ab46
Merge pull request #209008 from drperceptron/ioquake3
ioquake3: fix binaries installation location; bump version
2023-02-19 00:08:38 +01:00
R. Ryantm
97c91d0d44 sdlpop: 1.22 -> 1.23 2023-02-18 22:29:00 +00:00
Sandro Jäckel
a62d444697
steam-small: init
A steam variant without game specific libraries to have a smaller
footprint on systems where people don't need or want the full blown fhs.
2023-02-18 17:34:49 +01:00
Sandro Jäckel
ad815aebfb
steam: cleanup 2023-02-18 16:02:22 +01:00
Sandro Jäckel
ca2ce98720
steam-fhs: remove deprecated options 2023-02-18 15:42:39 +01:00
Mahmoud Ayman
06374bf2a2
anki-bin: 2.1.57 -> 2.1.58 2023-02-18 13:27:33 +02:00
hw-lunemann
eaf8701406 steam: add elfutils to fhsenv
Pressure-vessel's helper *-inspect-library now depends on libelf.so.1 which is provided by elfutils.out (not libelf) on nixos.
2023-02-18 00:26:38 +01:00
Anderson Torres
8354258491
Merge pull request #216543 from SuperSandro2000/dont-run-cppcheck-linter
Dont run cppcheck linter
2023-02-17 11:18:33 -03:00
Sandro
f6f6796bc9
Merge pull request #215428 from devusb/theforceengine 2023-02-16 22:26:59 +01:00
Morgan Helton
6cf19065ad theforceengine: init at 1.09.100 2023-02-16 14:51:31 -06:00
Philipp Bartsch
fe18efc37b mrrescue: fix path to love game file 2023-02-16 20:03:17 +01:00
Delan Azabani
b77dc354d7 osu-lazer{,-bin}: 2022.1228.0 -> 2023.207.0 2023-02-16 10:41:38 +08:00
Sandro Jäckel
2f97cda1f8
freeorion: use boost that builds with python3, remove cppcheck linter 2023-02-15 22:12:24 +01:00
Anderson Torres
f445f928f4 2048-cli: 0.9.1 -> unstable-2019-12-10 2023-02-14 22:32:08 -03:00
Anderson Torres
93aba2c96d 2048-cli: init at 0.9.1
Also, mark as broken on SDL.
2023-02-14 22:32:08 -03:00
Felix Buehler
bc3d5934d7 treewide: use lib.optionals 2023-02-14 19:11:59 +01:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
github-actions[bot]
15bfb025ab
Merge master into staging-next 2023-02-11 18:01:19 +00:00
Jason Yundt
73d3af8712 beret: remove leftover file
PR #146312 removed the beret package, but didn’t remove a patch file
that was only used by beret. This commit gets rid of that unused file.
2023-02-11 07:26:48 -05:00
github-actions[bot]
cd4ded4f12
Merge master into staging-next 2023-02-11 12:01:14 +00:00
R. Ryantm
acb0628924 unciv: 4.4.11 -> 4.4.13-gp 2023-02-11 06:18:57 +00:00
github-actions[bot]
9be52f693f
Merge master into staging-next 2023-02-10 12:01:38 +00:00
Sergei Trofimovich
a4bfed4f6d fheroes2: 1.0.0 -> 1.0.1
Changes: https://github.com/ihhub/fheroes2/releases/tag/1.0.1
2023-02-10 08:12:51 +00:00
github-actions[bot]
71c0c6d984
Merge master into staging-next 2023-02-10 00:02:27 +00:00
Philipp Hausmann
5cb3cdf6d4 simutrans: remove phile314 as maintainer 2023-02-09 22:16:02 +01:00
github-actions[bot]
b5d4dad2b8
Merge master into staging-next 2023-02-09 18:01:11 +00:00