1
0
Fork 1
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:
Vladimír Čunát 2014-11-26 23:59:03 +01:00
parent 130c324809
commit 75d7b9c0c3

View file

@ -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
};
}