aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/stlport
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-11-26 23:59:03 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-11-27 00:00:39 +0100
commit75d7b9c0c34b5266a9d6a76d42abb4acc5e0e94a (patch)
tree580499431fc01705714ad80e8d3bc3625d918814 /pkgs/development/libraries/stlport
parent130c324809dea4b735a521790d1afb42d8cfb76b (diff)
stlport: mark as broken (it's unused anyway)
I seem unable to fix the error.
Diffstat (limited to 'pkgs/development/libraries/stlport')
-rw-r--r--pkgs/development/libraries/stlport/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/stlport/default.nix b/pkgs/development/libraries/stlport/default.nix
index 5588646e53ad..30f87d36ddf9 100644
--- a/pkgs/development/libraries/stlport/default.nix
+++ b/pkgs/development/libraries/stlport/default.nix
@@ -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
};
}