libsForQt5.audiotube: patch missing #include
This commit is contained in:
parent
7bfc2b2564
commit
32380286b4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue