Unverified Commit dfa986cb authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

vscodium: mark non-glibc as broken (#394679)

parents f379c22f 144b801d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,5 +91,7 @@ callPackage ./generic.nix rec {
      "aarch64-darwin"
      "armv7l-linux"
    ];
    # requires libc.so.6 and other glibc specifics
    broken = stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isGnu;
  };
}