mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
stlport: mark as broken (it's unused anyway)
I seem unable to fix the error.
This commit is contained in:
parent
130c324809
commit
75d7b9c0c3
|
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||
description = "An implementation of the C++ Standard Library";
|
||||
homepage = http://sourceforge.net/projects/stlport/;
|
||||
license = stdenv.lib.licenses.free; # seems BSD-like
|
||||
broken = true; # probably glibc-2.20 -related issue
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue