Skip to content

Commit

Permalink
TODO clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed Oct 11, 2020
1 parent f04df27 commit bbb502f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
with import <nixpkgs> {};

stdenv.mkDerivation {
# clangStdenv.mkDerivation { -- TODO clang
name = "hffix";
src = ./.;

buildInputs = [ boost doxygen stack gmp zlib ];
# buildInputs = [ boost doxygen stack gmp zlib clang]; -- TODO clang
}

0 comments on commit bbb502f

Please sign in to comment.