mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
d3ec7e0c3d
See https://github.com/NixOS/nixpkgs/pull/111985/ for previous discussion
8 lines
266 B
Diff
8 lines
266 B
Diff
--- a/Setup.hs 2021-02-04 14:01:09.557970245 +0100
|
|
+++ b/Setup.hs 2021-02-04 14:07:45.047443753 +0100
|
|
@@ -3,4 +3,4 @@
|
|
import Distribution.Simple
|
|
|
|
main :: IO ()
|
|
-main = defaultMainWithHooks defaultUserHooks
|
|
+main = defaultMainWithHooks autoconfUserHooks
|