treewide: mark qt and linuxPackages as disabled

This commit is contained in:
Jonathan Ringer
2020-10-26 00:44:47 -07:00
committed by Jon
parent 1a1d940f07
commit 9151a596d9
19 changed files with 21 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ mkDerivation {
meta = {
license = [ lib.licenses.lgpl21 ];
maintainers = kdepimTeam;
broken = lib.versionOlder (lib.getVersion qttools.name) "5.13";
};
patches = [
./0001-akonadi-paths.patch

View File

@@ -9,6 +9,7 @@ mkDerivation {
meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
maintainers = kdepimTeam;
broken = lib.versionOlder qtbase.version "5.13";
};
output = [ "out" "dev" ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];

View File

@@ -9,6 +9,7 @@ mkDerivation {
meta = {
license = [ lib.licenses.lgpl21 ];
maintainers = kdepimTeam;
broken = lib.versionOlder qtbase.version "5.13";
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcodecs ki18n qtbase ];

View File

@@ -2,7 +2,7 @@
mkDerivation, lib, kdepimTeam,
extra-cmake-modules, kdoctools,
grantlee, kcodecs, kconfigwidgets, kemoticons, ki18n, kiconthemes, kio,
kdesignerplugin, ktextwidgets, sonnet, syntax-highlighting, qttools,
kdesignerplugin, ktextwidgets, sonnet, syntax-highlighting, qttools,
qtspeech
}:
@@ -11,6 +11,7 @@ mkDerivation {
meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
maintainers = kdepimTeam;
broken = lib.versionOlder (lib.getVersion qttools.name) "5.13";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [

View File

@@ -8,6 +8,7 @@ mkDerivation {
meta = {
license = with lib.licenses; [ lgpl21 ];
maintainers = [ lib.maintainers.bkchr ];
broken = lib.versionOlder qtbase.version "5.13";
};
nativeBuildInputs = [ extra-cmake-modules shared-mime-info ];
buildInputs = [ qtbase karchive ];

View File

@@ -10,6 +10,7 @@ mkDerivation {
meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
maintainers = kdepimTeam;
broken = lib.versionOlder (lib.getVersion qtwebengine.name) "5.13";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ qtwebengine kio kcalendarcore kcontacts cyrus_sasl ];

View File

@@ -200,7 +200,7 @@ stdenv.mkDerivation rec {
};
meta = {
broken = true;
broken = true; # yes, all versions are currently broken
description = "High-level performance-oriented dynamical language for technical computing";
homepage = "https://julialang.org/";
license = stdenv.lib.licenses.mit;

View File

@@ -175,6 +175,7 @@ let
self.node-pre-gyp
];
meta.broken = true;
};
thelounge = super.thelounge.override {

View File

@@ -25,6 +25,7 @@ stdenv.mkDerivation {
meta = with lib; {
license = licenses.apsl20;
maintainers = with maintainers; [ matthewbauer ];
broken = stdenv.isLinux;
};
}

View File

@@ -36,7 +36,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/anbox/anbox-modules";
license = licenses.gpl2;
platforms = platforms.linux;
broken = (versionOlder kernel.version "4.4") || (kernel.features.grsecurity);
broken = (versionOlder kernel.version "4.4") || (kernel.features.grsecurity) || versionAtLeast kernel.version "5.8";
maintainers = with maintainers; [ edwtjo ];
};

View File

@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = "http://cryptodev-linux.org/";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
broken = !stdenv.lib.versionOlder kernel.version "4.13";
broken = true;
};
}

View File

@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = with licenses; [ lgpl21 gpl2 ];
homepage = "https://www.displaylink.com/";
broken = versionOlder kernel.version "4.9" || stdenv.isAarch64;
broken = versionOlder kernel.version "5" || stdenv.isAarch64;
};
}

View File

@@ -58,6 +58,6 @@ in stdenv.mkDerivation {
license = licenses.gpl2;
maintainers = with maintainers; [ ck3d ];
priority = -1;
broken = stdenv.lib.versionAtLeast kernel.version "4.18";
broken = true;
};
}

View File

@@ -27,5 +27,6 @@ stdenv.mkDerivation {
description = "allows to pass USB device from server to client over the network";
license = licenses.gpl2;
platforms = platforms.linux;
broken = lib.versionOlder kernel.version "4.14";
};
}

View File

@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.domenkozar ];
platforms = platforms.linux;
broken = stdenv.lib.versionOlder kernel.version "4.14";
};
}

View File

@@ -89,5 +89,6 @@ perlPackages.buildPerlPackage rec {
description = "FusionInventory unified Agent for UNIX, Linux, Windows and MacOSX";
license = stdenv.lib.licenses.gpl2;
maintainers = [ maintainers.phile314 ];
broken = true;
};
}

View File

@@ -33,5 +33,6 @@ in python2Packages.buildPythonApplication rec {
homepage = "https://www.claudiokuenzler.com/nagios-plugins/";
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
broken = true;
};
}

View File

@@ -9,6 +9,7 @@
cargo-download = attrs: {
buildInputs = lib.optional stdenv.isDarwin
darwin.apple_sdk.frameworks.Security;
meta.broken = true;
};
};
}

View File

@@ -564,6 +564,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ obadz ];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
};
@@ -591,6 +592,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ obadz ];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
};