Loading pkgs/games/dwarf-fortress/game.nix +13 −2 Original line number Diff line number Diff line Loading @@ -13,9 +13,20 @@ , df-hashes }: with lib; let inherit (lib) attrNames elemAt getAttr getLib hasAttr licenses maintainers makeLibraryPath optionalString splitVersion ; libpath = makeLibraryPath [ stdenv.cc.cc stdenv.cc.libc dwarf-fortress-unfuck SDL ]; # Map Dwarf Fortress platform names to Nixpkgs platform names. Loading Loading
pkgs/games/dwarf-fortress/game.nix +13 −2 Original line number Diff line number Diff line Loading @@ -13,9 +13,20 @@ , df-hashes }: with lib; let inherit (lib) attrNames elemAt getAttr getLib hasAttr licenses maintainers makeLibraryPath optionalString splitVersion ; libpath = makeLibraryPath [ stdenv.cc.cc stdenv.cc.libc dwarf-fortress-unfuck SDL ]; # Map Dwarf Fortress platform names to Nixpkgs platform names. Loading