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

This commit is contained in:
Martin Weinelt
2022-11-17 02:10:36 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "Tool to manage dwarves in a running game of Dwarf Fortress";
maintainers = with maintainers; [ abbradar bendlas numinit jonringer ];
license = licenses.mit;
platforms = platforms.unix;
platforms = platforms.x86;
homepage = "https://github.com/Dwarf-Therapist/Dwarf-Therapist";
};
}
@@ -10,7 +10,7 @@ in
stdenv.mkDerivation {
pname = "dwarf-therapist";
version = dwarf-therapist.version;
inherit (dwarf-therapist) version meta;
wrapper = substituteAll {
src = ./dwarf-therapist.in;