3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #68598 from aanderse/zhf/liquidwar5

liquidwar5: fix broken build
This commit is contained in:
Michael Raskin 2019-09-12 16:47:09 +00:00 committed by GitHub
commit 0aa63cae1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = [ "-lm" ];
meta = with stdenv.lib; {
description = ''The classic version of a quick tactics game LiquidWar'';
maintainers = [ maintainers.raskin ];