summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Pierron2009-04-22 16:44:11 +0000
committerNicolas Pierron2009-04-22 16:44:11 +0000
commitea2d78f2bd35104f81967f095a7f0b7bc29e371d (patch)
tree2e22c3554f2e84d67de6091a2e2a701fd56e5dfc
parentf70b4763bbd519ee7b1b56b257d7e08432964649 (diff)
Add STLport to hydra.
svn path=/nixpkgs/trunk/; revision=15249
-rw-r--r--pkgs/top-level/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 19e38f7c8073..0ffcbf13086d 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -250,6 +250,7 @@ in {
   sqlite = allBut "i686-cygwin";
   ssmtp = linux;
   stdenv = prio 175 all;
+  stlport = linux;
   strace = linux;
   su = linux;
   subversion = all;