Skip to content

Commit

Permalink
slang: Drop boost18x (deprecated, and slang vendors header instead now).
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive committed Jul 25, 2023
1 parent 3aebe80 commit fa9d128
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions slang.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
, cmake
, python3
, catch2_3
, boost18x
}:

let
Expand All @@ -25,7 +24,7 @@ in stdenv.mkDerivation {
pname = "slang";
inherit version;
nativeBuildInputs = [ cmake python3 ];
buildInputs = [ python3 catch2_3 boost18x ];
buildInputs = [ python3 catch2_3 ];
src = slang-src;

patches = [
Expand Down

0 comments on commit fa9d128

Please sign in to comment.