3
0
Fork 0
forked from mirrors/nixpkgs

tagutil: fix build

This commit is contained in:
dan4ik 2021-11-05 17:07:43 +07:00 committed by tomberek
parent 0390fcfd05
commit f7a4abe5c0

View file

@ -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";