about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-07-30 19:40:18 +0200
committerMichael Weiss <dev.primeos@gmail.com>2019-07-30 19:53:58 +0200
commit14ce4947b2109b22ff01d9a740cccc2573ee43d5 (patch)
tree3f4fa80d0f867d2a9e3b2257a2f409b529c3855d /pkgs/applications/video
parent8760c695d4e1e98d53cdf410f0f509fa62f4fd41 (diff)
k9copy, kpmcore: Mark as broken
See: https://github.com/NixOS/nixpkgs/pull/63260#pullrequestreview-251601561

The build for kpmcore is only broken when the Qt version is older than
5.12.
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/k9copy/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/video/k9copy/default.nix b/pkgs/applications/video/k9copy/default.nix
index 1e8883eae7ffa..02a0f275f570e 100644
--- a/pkgs/applications/video/k9copy/default.nix
+++ b/pkgs/applications/video/k9copy/default.nix
@@ -56,5 +56,8 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.gpl2;
     maintainers = with stdenv.lib.maintainers; [ flosse ];
     platforms = stdenv.lib.platforms.unix;
+    # TODO: The software is deprecated and the build is broken, see:
+    # https://github.com/NixOS/nixpkgs/pull/63260#issuecomment-503506487
+    broken = true;
   };
 }