tagutil: fix build

This commit is contained in:
dan4ik
2021-11-06 14:24:15 -04:00
committed by tomberek
parent 0390fcfd05
commit f7a4abe5c0
@@ -30,6 +30,11 @@ stdenv.mkDerivation rec {
zlib
];
prePatch = ''
substituteInPlace CMakeLists.txt \
--replace "-o aslr" ""
'';
meta = with lib; {
description = "Scriptable music files tags tool and editor";
homepage = "https://github.com/kaworu/tagutil";