Skip to content
Snippets Groups Projects
Commit 680975db authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Allan Blanchard
Browse files

[nix] clang_11 has been removed from recent nixpkgs

parent 824ce306
No related branches found
No related tags found
No related merge requests found
{ lib
, stdenv
, black
, clang_11
, clang_12
, combinetura
, frama-c-hdrck
, frama-c-lint
......@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
name = "frama-c-checkers-shell";
buildInputs = [
black
clang_11
clang_12
combinetura
frama-c-hdrck
frama-c-lint
......
{ lib
, stdenv
, clang_11
, clang_12
, frama-c
, frama-c-hdrck
, frama-c-lint
......@@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
name = "plugin-checkers-shell";
buildInputs = [
clang_11
clang_12
frama-c
frama-c-hdrck
frama-c-lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment