mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 17:04:42 +00:00
962633e4d1
See https://github.com/gtk2hs/gtk2hs/issues/323 for details.
13 lines
363 B
Diff
13 lines
363 B
Diff
diff --git a/src/Gtk2HsSetup.hs b/src/Gtk2HsSetup.hs
|
|
index 598048f..b652b76 100644
|
|
--- a/src/Gtk2HsSetup.hs
|
|
+++ b/src/Gtk2HsSetup.hs
|
|
@@ -300,6 +300,7 @@ ourC2hs :: BuildInfo -> LocalBuildInfo -> PreProcessor
|
|
ourC2hs bi lbi = PreProcessor {
|
|
#endif
|
|
platformIndependent = False,
|
|
+ ppOrdering = (\ _ _ ms -> return ms),
|
|
runPreProcessor = runC2HS bi lbi
|
|
}
|
|
|