Skip to content

Commit

Permalink
Merge pull request NixOS#267659 from a-n-n-a-l-e-e/deliantra-server
Browse files Browse the repository at this point in the history
deliantra-server: use perl536; fix build
  • Loading branch information
risicle authored Nov 17, 2023
2 parents 1302010 + 195bf2c commit c2bd3be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37680,6 +37680,9 @@ with pkgs;

deliantra-server = callPackage ../games/deliantra/server.nix {
stdenv = gcc10StdenvCompat;
# perl538 defines 'struct object' in sv.h. many conflicts result
perl = perl536;
perlPackages = perl536Packages;
};
deliantra-arch = callPackage ../games/deliantra/arch.nix {
stdenv = gcc10StdenvCompat;
Expand Down

0 comments on commit c2bd3be

Please sign in to comment.