Commit b6cceadf authored by Anderson Torres's avatar Anderson Torres
Browse files

vms-empire: 1.16 -> 1.17

parent 0ae59f20
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vms-empire";
  version = "1.16";
  version = "1.17";

  src = fetchurl{
    url = "http://www.catb.org/~esr/vms-empire/vms-empire-${finalAttrs.version}.tar.gz";
    hash = "sha256-XETIbt/qVU+TpamPc2WQynqqUuZqkTUnItBprjg+gPk=";
    hash = "sha256-AmHs6ojVcfglvvFvC9JzNWVS2t4Coqg8WwyNCM+sEno=";
  };

  nativeBuildInputs = [
@@ -34,8 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
    "man"
  ];

  # when true, can't find XML
  strictDeps = false;
  strictDeps = true;

  postBuild = ''
    xmlto man vms-empire.xml
@@ -53,8 +52,6 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  hardeningDisable = [ "format" ];

  meta = {
    homepage = "http://catb.org/~esr/vms-empire/";
    description = "The ancestor of all expand/explore/exploit/exterminate games";