Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #206350 from wegank/scummvm-darwin

scummvm: unbreak on aarch64-darwin

authored by

Bobby Rong and committed by
GitHub
cd670dc2 b51d3b2e

-2
-2
pkgs/games/scummvm/default.nix
··· 47 license = licenses.gpl2; 48 maintainers = [ maintainers.peterhoeg ]; 49 platforms = platforms.unix; 50 - # never built on aarch64-darwin since first introduction in nixpkgs 51 - broken = stdenv.isDarwin && stdenv.isAarch64; 52 }; 53 }
··· 47 license = licenses.gpl2; 48 maintainers = [ maintainers.peterhoeg ]; 49 platforms = platforms.unix; 50 }; 51 }