Skip to content

Commit

Permalink
make nix build succeed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Sep 22, 2023
1 parent a6ece1b commit 16b8b83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
14 changes: 9 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
};
};
hs-imgui = {
url = "/Users/ianwookim/repo/src/hs-imgui";
#url = "github:wavewave/hs-imgui/main";
url = "github:wavewave/hs-imgui/main";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
Expand Down Expand Up @@ -63,7 +62,12 @@
"ghc-specter-plugin" =
hself.callCabal2nix "ghc-specter-plugin" ./plugin {};
"ghc-specter-daemon" =
hself.callCabal2nix "ghc-specter-daemon" ./daemon {};
final.haskell.lib.overrideCabal
(hself.callCabal2nix "ghc-specter-daemon" ./daemon {})
(old: {
libraryFrameworkDepends =
final.lib.optional pkgs.stdenv.isDarwin final.darwin.apple_sdk.frameworks.Cocoa;
});
"ghc-build-analyzer" =
hself.callCabal2nix "ghc-build-analyzer" ./ghc-build-analyzer {};
};
Expand Down

0 comments on commit 16b8b83

Please sign in to comment.