audiotube: Remove now unneeded workaround
This commit is contained in:
parent
9035cb111a
commit
371e0bbc7c
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue