Merge pull request #201478 from ncfavier/dwarf-therapist-x86

authored by Martin Weinelt and committed by GitHub 8f4ba4a2 5f9d7477

+2 -2
+1 -1
pkgs/games/dwarf-fortress/dwarf-therapist/default.nix
··· 34 description = "Tool to manage dwarves in a running game of Dwarf Fortress"; 35 maintainers = with maintainers; [ abbradar bendlas numinit jonringer ]; 36 license = licenses.mit; 37 - platforms = platforms.unix; 38 homepage = "https://github.com/Dwarf-Therapist/Dwarf-Therapist"; 39 }; 40 }
··· 34 description = "Tool to manage dwarves in a running game of Dwarf Fortress"; 35 maintainers = with maintainers; [ abbradar bendlas numinit jonringer ]; 36 license = licenses.mit; 37 + platforms = platforms.x86; 38 homepage = "https://github.com/Dwarf-Therapist/Dwarf-Therapist"; 39 }; 40 }
+1 -1
pkgs/games/dwarf-fortress/dwarf-therapist/wrapper.nix
··· 10 11 stdenv.mkDerivation { 12 pname = "dwarf-therapist"; 13 - version = dwarf-therapist.version; 14 15 wrapper = substituteAll { 16 src = ./dwarf-therapist.in;
··· 10 11 stdenv.mkDerivation { 12 pname = "dwarf-therapist"; 13 + inherit (dwarf-therapist) version meta; 14 15 wrapper = substituteAll { 16 src = ./dwarf-therapist.in;