mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
vms-empire: 1.16 -> 1.17
This commit is contained in:
parent
0ae59f20e2
commit
b6cceadf9c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user