aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-12-07 00:05:59 +0000
committerOrivej Desh <orivej@gmx.fr>2020-12-07 00:06:39 +0000
commit02dabab2bd8b94237ce9cf810d662b62c9e79b52 (patch)
tree65f2714ba7dc5c755af192a63b9912b1aa148b14
parent30526f59a11838a45af8031c90ebf818aa74225e (diff)
cadence: fix build with Qt 5.15
-rw-r--r--pkgs/applications/audio/cadence/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/audio/cadence/default.nix b/pkgs/applications/audio/cadence/default.nix
index ea8a52696254..7230bf63287d 100644
--- a/pkgs/applications/audio/cadence/default.nix
+++ b/pkgs/applications/audio/cadence/default.nix
@@ -32,6 +32,11 @@ mkDerivation rec {
url = "https://github.com/falkTX/Cadence/commit/1fd3275e7daf4b75f59ef1f85a9e2e93bd5c0731.patch";
sha256 = "0q791jsh8vmjg678dzhbp1ykq8xrrlxl1mbgs3g8if1ccj210vd8";
})
+ # Fix build with Qt 5.15
+ (fetchpatch {
+ url = "https://github.com/falkTX/Cadence/commit/c167f35fbb76c4246c730b29262a59da73010412.patch";
+ sha256 = "1gm9q6gx03sla5vcnisznc95pjdi2703f8b3mj2kby9rfx2pylyh";
+ })
];
postPatch = ''
@@ -96,7 +101,5 @@ mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ worldofpeace ];
platforms = [ "x86_64-linux" ];
- # Needs QT 5.14
- broken = true;
};
}