mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
- Move mozart2 to pkgs/by-name/mo/mozart2/package.nix - Move mozart-binary to pkgs/by-name/mo/mozart-binary/package.nix - Relocate patch-limits.diff alongside mozart2 - Remove mozart2 and mozart2-binary from all-packages.nix - No functional changes; structural migration only
11 lines
318 B
Diff
11 lines
318 B
Diff
--- mozart2-2.0.1.orig/vm/vm/main/core-forward-decl.hh 2018-09-05 03:16:51.000000000 +0200
|
|
+++ mozart2-2.0.1/vm/vm/main/core-forward-decl.hh 2021-08-03 10:31:50.281476430 +0200
|
|
@@ -36,6 +36,7 @@
|
|
#include <cstdint>
|
|
#include <ostream>
|
|
#include <functional>
|
|
+#include <limits>
|
|
#include <memory>
|
|
#include <cassert>
|
|
|