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";
|
description = "An implementation of the C++ Standard Library";
|
||||||
homepage = http://sourceforge.net/projects/stlport/;
|
homepage = http://sourceforge.net/projects/stlport/;
|
||||||
license = stdenv.lib.licenses.free; # seems BSD-like
|
license = stdenv.lib.licenses.free; # seems BSD-like
|
||||||
|
broken = true; # probably glibc-2.20 -related issue
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user