Unverified Commit 2d5980c8 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

devcontainer: fix build (#494867)

parents 74f0dffc 61b04161
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  fetchFromGitHub,
  fixup-yarn-lock,
  nodejs_20,
  node-gyp,
  python3,
  makeBinaryWrapper,
  git,
@@ -39,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
    python3
    makeBinaryWrapper
    nodejs
    node-gyp
  ];

  buildPhase = ''