libsForQt5.audiotube: patch missing #include

This commit is contained in:
Vladimír Čunát 2022-08-24 18:34:39 +02:00
parent 7bfc2b2564
commit 32380286b4
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -16,6 +16,8 @@
mkDerivation rec {
pname = "audiotube";
postPatch = "sed '1i#include <iostream>' -i src/ytmusic.cpp";
nativeBuildInputs = [
extra-cmake-modules
gcc11 # doesn't build with GCC 9 from stdenv on aarch64