dwarf-fortress-packages.dwarf-therapist: 41.0.2 -> 41.1.2
This commit is contained in:
parent
349bf18212
commit
e293cf9117
@ -3,17 +3,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dwarf-therapist";
|
pname = "dwarf-therapist";
|
||||||
version = "41.0.2";
|
version = "41.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Dwarf-Therapist";
|
owner = "Dwarf-Therapist";
|
||||||
repo = "Dwarf-Therapist";
|
repo = "Dwarf-Therapist";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0cvnk1dkszh7q7viv3i1v3ifzv1w0xyz69mifa1cbvbi47z2dh0d";
|
sha256 = "1qyyny2v4wxqs4ar02s8aawaxnkibz5aa5xgjm421k6v04iqxgcl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase qtdeclarative ];
|
|
||||||
nativeBuildInputs = [ texlive cmake ninja ];
|
nativeBuildInputs = [ texlive cmake ninja ];
|
||||||
|
buildInputs = [ qtbase qtdeclarative ];
|
||||||
|
|
||||||
installPhase = if stdenv.isDarwin then ''
|
installPhase = if stdenv.isDarwin then ''
|
||||||
mkdir -p $out/Applications
|
mkdir -p $out/Applications
|
||||||
@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tool to manage dwarves in a running game of Dwarf Fortress";
|
description = "Tool to manage dwarves in a running game of Dwarf Fortress";
|
||||||
maintainers = with maintainers; [ the-kenny abbradar bendlas numinit ];
|
maintainers = with maintainers; [ the-kenny abbradar bendlas numinit jonringer ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
homepage = https://github.com/Dwarf-Therapist/Dwarf-Therapist;
|
homepage = "https://github.com/Dwarf-Therapist/Dwarf-Therapist";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user