1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00
Commit graph

5711 commits

Author SHA1 Message Date
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
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
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
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
Anderson Torres 114bfa7d5c
Merge pull request #169267 from AndersonTorres/lgames
Add lgames
2022-04-22 13:18:55 -03:00
AndersonTorres ae841fd9ab barrage: init at 1.0.5 2022-04-22 12:18:57 -03:00
AndersonTorres 34158db516 lbreakouthd: init at 1.0.9 2022-04-22 12:18:57 -03:00
Bobby Rong 32e217d0e4
Merge pull request #169540 from trofi/fix-rili-on-gcc-11
rili: fix build on gcc-11
2022-04-22 23:08:29 +08:00
Artturin f1c7f19e49 treewide: testVersion -> testers.testVersion 2022-04-22 16:24:27 +03:00
AndersonTorres 6b841f4d89 lpairs2: init at 2.1 2022-04-22 10:05:53 -03:00
AndersonTorres c174731004 lbreakout2: rewrite 2022-04-22 10:05:53 -03:00
Ryan Mulligan 187764481b
Merge pull request #163758 from r-ryantm/auto-update/bzflag
bzflag: 2.4.22 -> 2.4.24
2022-04-21 11:39:12 -07:00
Bobby Rong bfc7dcbe6b
Merge pull request #169325 from WolfangAukang/heroic-2.2.6
heroic: 2.2.1 -> 2.2.6
2022-04-21 19:15:03 +08:00