Skip to content
Snippets Groups Projects
Commit 9d745155 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

not actually necessary

parent 80f8f892
No related branches found
No related tags found
1 merge request!93Update to a newer Haskell.nix
......@@ -36,9 +36,5 @@ in
PaymentServer.components.library = hsPkgs.PaymentServer.components.library.overrideAttrs (old: {
PKG_CONFIG_PATH = "${pkgs.libchallenge_bypass_ristretto_ffi.lib}/pkgconfig";
NIX_LDFLAGS = "-L${pkgs.libchallenge_bypass_ristretto_ffi.lib}/lib";
nativeBuildInputs = with pkgs; hsPkgs.PaymentServer.components.library.nativeBuildInputs ++ [
libchallenge_bypass_ristretto_ffi
];
});
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment