about summary refs log tree commit diff
path: root/pkgs/development/libraries/herqq
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-09-21 18:54:38 +0200
committerUli Baum <xeji@cat3.de>2018-09-25 11:59:26 +0200
commit9beaa6dcadf69949e646f0def3fc2410d8b50597 (patch)
treec6eec1145b8d1d0919ae02c5a6ecca6ca5b92a9d /pkgs/development/libraries/herqq
parent6b4abb9fa74368fb0760f59ab9c70c9e1657f0ed (diff)
herqq: mark broken
- build fails with qt511 and qt59
  (it used to build with qt510 which is not available anymore)
- no nixpkgs maintainer
- upstream repo looks inactive, last commit a year ago
Diffstat (limited to 'pkgs/development/libraries/herqq')
-rw-r--r--pkgs/development/libraries/herqq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/herqq/default.nix b/pkgs/development/libraries/herqq/default.nix
index 75dd8693d2cf6..a5f8f00a6bfd0 100644
--- a/pkgs/development/libraries/herqq/default.nix
+++ b/pkgs/development/libraries/herqq/default.nix
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
     description = "A software library for building UPnP devices and control points";
     platforms = platforms.linux;
     maintainers = [ ];
+    broken = true; # 2018-09-21, built with qt510 (which was removed) but neither qt59 nor qt511
   };
 }