forked from mirrors/nixpkgs
tagutil: fix build
This commit is contained in:
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";
|
||||
|
|
Loading…
Reference in a new issue