mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
scummvm: fixup build by avoiding warning
Probably after freetype update. https://hydra.nixos.org/build/274116362/nixlog/9/tail
This commit is contained in:
parent
01ab871995
commit
695636a77c
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
||||
--replace aarch64-apple-darwin-ranlib ${cctools}/bin/ranlib
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Program to run certain classic graphical point-and-click adventure games (such as Monkey Island)";
|
||||
mainProgram = "scummvm";
|
||||
|
Loading…
Reference in New Issue
Block a user