audiotube: Remove now unneeded workaround

This commit is contained in:
Samuel Dionne-Riel 2022-11-30 23:33:03 -05:00
parent 9035cb111a
commit 371e0bbc7c

View file

@ -17,8 +17,6 @@
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