1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

5821 commits

Author SHA1 Message Date
Lassulus a2a339cc23
Merge pull request #166217 from r-ryantm/auto-update/black-hole-solver
black-hole-solver: 1.10.1 -> 1.12.0
2022-05-24 19:10:39 +02:00
Thomas Tuegel 1daa1ede66
Merge pull request #174205 from dotlambda/cutemaze-1.3.1
cutemaze: 1.3.0 -> 1.3.1
2022-05-24 10:16:59 -05:00
legendofmiracles 72a2c11e15
Merge pull request #173718 from atemp/emp_ddnet_16.1
ddnet: 16.0.3 -> 16.1
2022-05-23 21:41:38 -06:00
Robert Schütz cbbd0f77ea cutemaze: 1.3.0 -> 1.3.1
https://github.com/gottcode/cutemaze/blob/v1.3.1/ChangeLog
2022-05-23 23:35:55 +00:00
Ivv 608d595855
Merge pull request #173116 from mdarocha/dotnet-6-update
dotnet-sdk: 6.0.202 -> 6.0.300
2022-05-23 17:43:41 +02:00
mdarocha 82541f40f4 xivlauncher: update dependencies 2022-05-23 17:09:52 +02:00
mdarocha 851211ea72 osu-lazer: update dependencies 2022-05-23 17:09:52 +02:00
Mustafa Çalışkan fbf5610b03 polymc: 1.2.2 -> 1.3.0 2022-05-23 17:21:39 +03:00
Artturin b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
Sergei Trofimovich 8d08c7b83e lincity: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: modules/.libs/libmodules.a(rocket_pad.o):/build/lincity-1.13.1/modules/../screen.h:23:
      multiple definition of `monthgraph_style'; ldsvguts.o:/build/lincity-1.13.1/screen.h:23: first defined here
2022-05-22 10:51:39 +01:00
Guillaume Girol 0fd58eded9
Merge pull request #172764 from trofi/fix-fno-common-for-chocolateDoom
chocolateDoom: pull upstream fix for -fno-common toolchains
2022-05-21 19:55:57 +00:00
Jörg Thalheim 75020bca80
Merge pull request #173856 from trofi/fix-fno-common-for-gnugo
gnugo: pul patch pending upstream inclusion for -fno-common toolchain…
2022-05-21 14:43:41 +01:00
Francesco Gazzetta 8a1f275216 domination: fix desktop items installation
Use copyDesktopItems instead of copying them manually
2022-05-21 15:13:28 +02:00
Sergei Trofimovich a75d2421fe gnugo: pul patch pending upstream inclusion for -fno-common toolchain support
Without the change build on upstream gcc-10 fails as:

    ld: dfa.o:/build/gnugo-3.8/patterns/../engine/liberty.h:861: multiple definition of
      `meaningless_white_moves'; mkpat.o:/build/gnugo-3.8/patterns/../engine/liberty.h:861: first defined here
    ld: dfa.o:/build/gnugo-3.8/patterns/../engine/liberty.h:860: multiple definition of
      `meaningless_black_moves'; mkpat.o:/build/gnugo-3.8/patterns/../engine/liberty.h:860: first defined here
2022-05-21 10:52:03 +01:00
7c6f434c 0c8b22956f
Merge pull request #173754 from kirillrdy/master
flightgear: 2020.3.12 -> 2020.3.13
2022-05-21 04:27:01 +00:00
Kirill Radzikhovskyy d06ff0544d flightgear: 2020.3.12 -> 2020.3.13 2022-05-20 21:39:42 +10:00
marius david 2a6c90b0a7 easyrpg-player: fix 2022-05-20 11:09:01 +02:00
Heinz Deinhart b56e64b99b ddnet 16.0.3 -> 16.1 2022-05-20 09:13:25 +02:00
Sergei Trofimovich a48f967809 brogue: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: src/brogue/Time.o:/build/brogue-1.7.5/src/brogue/IncludeGlobals.h:51:
      multiple definition of `messageArchive'; src/brogue/Architect.o:/build/brogue-1.7.5/src/brogue/IncludeGlobals.h:51: first defined here
2022-05-19 15:18:04 +01:00
Sergei Trofimovich 8a18533744
Merge pull request #172996 from trofi/workaround-fno-common-for-egoboo
egoboo: add -fcommon workaround
2022-05-19 07:09:28 +00:00
Mario Rodas 5e19ce7a9b
Merge pull request #173399 from legendofmiracles/update/wordle
cl-wordle: 0.4.0 -> 0.5.0
2022-05-18 18:34:09 -05:00
Artturi b0c602515d
Merge pull request #173084 from Artturin/unecessaryprf
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
2022-05-18 21:23:58 +03:00
Shaun Smiley 1cf8b6d6b1
anki-bin: 2.1.51 -> 2.1.52 2022-05-18 22:43:18 +08:00
lom 1f02ea4ccc cl-wordle: 0.4.0 -> 0.5.0 2022-05-17 07:35:55 -06:00
Sergei Trofimovich d78f677173 liquidwar5: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: random.o:(.bss+0x0): multiple definition of `LW_RANDOM_ON'; game.o:(.bss+0x4): first defined here
2022-05-17 11:18:18 +01:00
Ivar Scholten 578589e1da treewide: remove unneeded dotnet SDK version pins
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
2022-05-16 21:39:47 +02:00
Johannes Schleifenbaum aa6a14f350
oh-my-git: fix ingame editor missing perl 2022-05-16 11:04:24 +02:00
ash lea 16e7096a56 xivlauncher: 1.0.0.4 -> 1.0.0.9 2022-05-15 13:50:42 -07:00
Bobby Rong 34e4df5566
Merge pull request #172014 from r-ryantm/auto-update/fheroes2
fheroes2: 0.9.14 -> 0.9.15
2022-05-16 00:42:35 +08:00
Artturin 1a634cc057 treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files

which links the schemas to their correct fhs locations and adds
gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-15 05:19:23 +03:00
Ivv 1bae25ac65
Merge pull request #171310 from IvarWithoutBones/fix/dotnetmodule-flags
buildDotnetModule drvs: fix flags
2022-05-14 23:15:25 +02:00
Ivv 5f721cfb1c
Merge pull request #169121 from ashkitten/xivlauncher
xivlauncher: init at 1.0.0.4
2022-05-14 22:53:35 +02:00
Sergei Trofimovich a45936728a egoboo: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
    gcc-10. Otherwise build fails as:

        ld: mad.o:(.bss+0x233800): multiple definition of `tile_dict'; camera.o:(.bss+0x140): first defined here
2022-05-14 09:54:50 +01:00
tomberek e23f1f2509
Merge pull request #172899 from armeenm/break-blightmud
blightmud-tts: mark as broken
2022-05-14 00:50:58 -04:00
Armeen Mahdian 2b36595596 blightmud-tts: mark as broken 2022-05-13 17:31:32 -05:00
Armeen Mahdian 712ded5f7a cdogs-sdl: fix 2022-05-13 14:33:17 -05:00
marius david 3382e4d222 opendungeons: fix compilation 2022-05-12 18:06:24 -05:00
Sergei Trofimovich a679de55a4 chocolateDoom: pull upstream fix for -fno-common toolchains
Without the change build fails on -fno-common toolchains like upstream
gcc-10:

    ld: hexen/libhexen.a(g_game.o):/build/source/src/hexen/g_game.c:101:
      multiple definition of `demoextend'; hexen/libhexen.a(mn_menu.o):
        /build/source/src/hexen/mn_menu.c:134: first defined here
2022-05-12 22:24:53 +01:00
Lluís Batlle i Rossell 8085bbe67b srb2: 2.2.8 -> 2.2.10 2022-05-12 23:03:51 +02:00
Lluís Batlle i Rossell a93a197fc9 srb2kart: init at 1.3.0 2022-05-12 23:03:48 +02:00
ZerataX e8e144a22a srb2: init at 2.2.8 2022-05-12 23:03:45 +02:00
OPNA2608 51b24b0bf0 openxray: 822-december-preview -> 1144-december-2021-rc1 2022-05-12 19:34:54 +02:00
Sandro fbf8e81d93
Merge pull request #172665 from trofi/workaround-fno-common-for-0verkill
_0verkill: add -fcommon workaround for gcc-10
2022-05-12 15:08:56 +02:00
Sergei Trofimovich e686d3e812 _0verkill: add -fcommon workaround for gcc-10
Without the change the build against upstream gcc-10 build fails as:

     ld: sprite.o:/build/0verkill/data.h:171: multiple definition of `obj_attr'; server.o:/build/0verkill/data.h:171: first defined here
     ld: sprite.o:/build/0verkill/data.h:142: multiple definition of `weapon_name'; server.o:/build/0verkill/data.h:142: first defined here

Use -fcommon as a workeround until upstream updates the code.
2022-05-12 08:03:32 +01:00
be7a 08594d7a7e factorio: 1.1.57 -> 1.1.59 2022-05-11 11:24:51 -07:00
ash lea 3e0a894e95 xivlauncher: init at 1.0.0.4 2022-05-11 13:42:38 -04:00
Rick van Schijndel e680b5cf74
Merge pull request #172383 from Mindavi/treewide/remove-broken
Treewide(ish): remove long-time broken pkgs
2022-05-11 19:34:13 +02:00
Rick van Schijndel 0165df5b45 ue4: link to fixing issue, remove maintainer
puffnfresh is not maintaining this anymore
2022-05-11 19:27:35 +02:00
Artturi 842a49ce0c
Merge pull request #172527 from marius851000/azimuth
azimuth: fix compilation
2022-05-11 13:17:18 +03:00
marius david d77b0fc315 azimuth: fix compilation 2022-05-11 11:33:18 +02:00
Sandro 6ffce07a36
Merge pull request #172334 from bb2020/gimx 2022-05-11 01:03:09 +02:00
D Anzorge 273e32f1aa minetest: use irrlichtmt from Nixpkgs, add optional touch support
Touch support requires rebuilding irrlichtmt with touch support, which
upstream does not enable by default. Building Minetest with touch
support also disables the regular interface, so touch support defaults
to off.
2022-05-10 19:26:25 +02:00
bb2020 fd8414512b gimx: fix build 2022-05-10 19:00:02 +03:00
Artturi 5074f16c7b
Merge pull request #172265 from otavio/topic/asc-ftbfs
asc: force use of C++11 during build
2022-05-10 06:22:03 +03:00
Nick Novitski fb7287e6d2 openmw: enable with glibc fix 2022-05-10 10:54:06 +08:00
Otavio Salvador c9078c5236 asc: force use of C++11 during build
Log of error: https://hydra.nixos.org/log/f8yhxkg3zqqsz9ljbi98fsiibihvdbfd-asc-2.6.0.0.drv
Refs: ZHF: #172160
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-05-09 21:57:04 -03:00
Sandro d82115927c
Merge pull request #168300 from dnaq/anki-2.1.50
anki-bin: 2.1.49 -> 2.1.51
2022-05-09 01:54:50 +02:00
Mustafa Çalışkan e4b550643c polymc: 1.2.1 -> 1.2.2 2022-05-09 00:57:46 +03:00
Artturi 841e6ae7cb
Merge pull request #171837 from trofi/update-opentyrian
opentyrian: 2.1.20130907 -> 2.1.20220318
2022-05-08 15:08:17 +03:00
R. Ryantm 6eab3568fa fheroes2: 0.9.14 -> 0.9.15 2022-05-08 02:07:39 +00:00
Sergei Trofimovich da840a3ba1 opentyrian: 2.1.20130907 -> 2.1.20220318
Updated homepage url and download url to github.
Updated assets URL.
2022-05-06 18:03:27 +01:00
Sandro 900a20ebc0
Merge pull request #170901 from NULLx76/papermc-update-1.18.2-313
papermc: 1.18.1r132 -> 1.18.2r313
2022-05-06 18:15:24 +02:00
Bernardo Meurer e6b94ad07e
Merge pull request #171602 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-05-05 18:16:09 -07:00
Sandro d8443f9251
Merge pull request #170955 from SuperSandro2000/crossfire
crossfire: fix version parsing for nix-env
2022-05-05 23:10:28 +02:00
Malo Bourgon 16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Sandro Jäckel b1950abfc1
crossfire: fix version parsing for nix-env 2022-05-04 19:15:52 +02:00
Sandro 2f900ae0ff
Merge pull request #170974 from SuperSandro2000/7kaa 2022-05-04 11:51:40 +02:00
Rick van Schijndel f02b987754
Merge pull request #171027 from trofi/fix-mindustry-runtime-depends
mindustry: propagate more runtime depends
2022-05-03 20:03:11 +02:00
Lassulus af887d87f1
Merge pull request #156360 from astro/yquake2
yquake2: migrate from cmake to gnumake
2022-05-03 18:30:39 +02:00
Sandro Jäckel c660b584ef
7kaa: fix nix-env version parsing 2022-05-03 17:49:34 +02:00
Ivar Scholten 4d46155835 osu-lazer: set dotnetFlags as an attribute 2022-05-02 20:22:21 +02:00
dnaq c9f742f7bc anki -> 2.1.51
Since the previous version of anki no longer works on nixos-unstable
due to glibc changes the version was bumped to 2.1.51 which works.
Also adds support for aarch64 on apple silicon

Fixes #167765
2022-05-01 17:54:06 +02:00
github-actions[bot] 5dce602f06
Merge master into haskell-updates 2022-05-01 00:16:25 +00:00
Sergei Trofimovich 26e02c1972 mindustry: propagate more runtime depends
glew alone is not enough to propagate explicitly:

```
$ nix run nixpkgs#mindustry
[E] Failed to initialize discord. Enable debug logging for details.
[E] java.lang.ExceptionInInitializerError
        at arc.backend.sdl.SdlApplication.lambda$init$0(SdlApplication.java:73)
        at arc.backend.sdl.SdlApplication.check(SdlApplication.java:181)
        at arc.backend.sdl.SdlApplication.init(SdlApplication.java:73)
        at arc.backend.sdl.SdlApplication.<init>(SdlApplication.java:29)
        at mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:36)
Caused by: arc.util.ArcRuntimeException: Couldn't load shared library 'libsdl-arc64.so' for target: Linux, 64-bit
        at arc.util.SharedLibraryLoader.load(SharedLibraryLoader.java:85)
        at arc.backend.sdl.jni.SDL.<clinit>(SDL.java:142)
        ... 5 more
Caused by: arc.util.ArcRuntimeException: java.lang.UnsatisfiedLinkError: /tmp/arc/35a2b27b/libsdl-arc64.so: /nix/store/v8pdm5rd4f89ng08zgxryyil065g1dh2-SDL2-2.0.20/lib/libSDL2.so: cannot open shared object file: No such file or directory
        at arc.util.SharedLibraryLoader.loadFile(SharedLibraryLoader.java:288)
        at arc.util.SharedLibraryLoader.load(SharedLibraryLoader.java:81)
        ... 6 more
Caused by: java.lang.UnsatisfiedLinkError: /tmp/arc/35a2b27b/libsdl-arc64.so: /nix/store/v8pdm5rd4f89ng08zgxryyil065g1dh2-SDL2-2.0.20/lib/libSDL2.so: cannot open shared object file: No such file or directory
        at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
        at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:383)
        at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:227)
        at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:169)
        at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2407)
        at java.base/java.lang.Runtime.load0(Runtime.java:747)
        at java.base/java.lang.System.load(System.java:1857)
        at arc.util.SharedLibraryLoader.loadFile(SharedLibraryLoader.java:294)
        at arc.backend.sdl.jni.SDL$3.loadFile(SDL.java:140)
        at arc.util.SharedLibraryLoader.loadFile(SharedLibraryLoader.java:260)
        ... 7 more
```

Let's add all SDL and alsa-lib as well. Instead of using propagatedBuildInputs
let's embed store paths into a shell wrapper.
2022-04-30 22:18:43 +01:00
Jonathan Ringer 075f25eb98 dwarf-fortress/dfhack: fix build with gcc 11 2022-04-30 11:00:41 -07:00
Pavol Rusnak 4b7a8ae947
treewide: refactor curlWithGnuTls into all-packages.nix 2022-04-30 18:56:59 +02:00
Jason O'Conal 58eae5a47e tintin: remove due to lack of maintainers 2022-04-30 15:44:03 +09:30
Dennis Gosnell f36e14d7cd
hedgewars: mark broken 2022-04-30 12:27:31 +09:00
Sandro 23be5cc043
Merge pull request #170833 from jonringer/bump-factorio-1.1.57
factorio: 1.1.53 -> 1.1.57
2022-04-29 18:26:02 +02:00
R. Ryantm 77edb0a28a vkquake: 1.12.2 -> 1.13.0 2022-04-29 09:36:52 -05:00
Victor 85f977180a papermc: 1.18.1r132 -> 1.18.2r313 2022-04-29 14:04:32 +02:00
Jonathan Ringer 442101e4f8
factorio: 1.1.53 -> 1.1.57 2022-04-28 18:34:16 -07:00
papojari de72347627
kabeljau: 1.1.0 → 1.2.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-27 22:16:03 +02:00
Sandro a65b7ef487
Merge pull request #169975 from DarkOnion0/aussault-cube 2022-04-26 16:48:00 +02:00
DarkOnion0 ab968d7dd0 assaultcube: 1.2.0.2 -> 1.3.0.2
assaultcube: update meta field

assaultcube: update nix expression

assaultcube: reformat expression

assaultcube: add hooks and update desktop item
2022-04-26 14:42:25 +02:00
Alvar Penning 6f5f386a6c openrct2: 0.3.5.1 -> 0.4.0
https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.0
2022-04-25 21:38:53 +02:00
Ivv 88dd6033ee
Merge pull request #168486 from mdarocha/dotnet-6.0.4-update
dotnet-sdk: 6.0.201 -> 6.0.202
2022-04-25 17:50:32 +02:00
papojari 2d928b6c61
kabeljau: init at 1.0.1 (#168930)
* kabeljau: init at 1.0.1

* Update pkgs/games/kabeljau/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* Update pkgs/games/kabeljau/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-25 12:02:42 +02:00
mdarocha 4dd38e1b45 osu-lazer: update dependencies 2022-04-25 07:59:35 +02:00
mdarocha 58c8e4c8c0 osu-lazer: fix update.sh script
Use the currently checked out nixpkgs, not the system one.
Also add a CLI flag to not update the app, but dependencies only.
2022-04-25 07:58:44 +02:00
Sandro 550162327f
Merge pull request #166379 from atemp/master
ddnet: 15.9.1 -> 16.0.3
2022-04-25 04:40:50 +02:00
Ivv 41b500b737
Merge pull request #170092 from kira64xyz/master
prboom-plus: init at 2.6.2
2022-04-24 20:51:27 +02:00
Rick van Schijndel 14c59df2d2
Merge pull request #148113 from GRBurst/runescape3
runescape-launcher: Use package from archive.org + add myself as maintainer
2022-04-24 20:31:18 +02:00
Ashley Chiara dbf443827d prboom: remove
PrBoom has not seen a release since 2008 and is essentially superseded
by PrBoom+
2022-04-24 19:04:56 +02:00
Ashley Chiara ded34c9cb0 prboom-plus: init at 2.6.2 2022-04-24 18:10:08 +02:00
Dee Anzorge a3c605936a
xonotic: fix compiling with GCC11 (#170036)
Upstream issue: https://gitlab.com/xonotic/darkplaces/-/issues/361
2022-04-24 17:40:56 +02:00
Lassulus 4441cd9c54
Merge pull request #169902 from icelimetea/polymc-1.2.1
polymc: 1.1.1 -> 1.2.1
2022-04-23 20:46:30 +01:00
Michael Raskin c72d40e573 xconq: fix build by pinning C++ standard version 2022-04-23 12:08:50 +02:00
icelimetea c8577c92b8 polymc: 1.1.1 -> 1.2.1 2022-04-23 06:58:16 +01:00
Artturi 62866bc352
Merge pull request #169449 from Artturin/movetesting1
testers.testVersion: move from trivial-builders.nix
2022-04-23 06:06:16 +03:00