forked from mirrors/nixpkgs
tagutil: fix build
This commit is contained in:
parent
0390fcfd05
commit
f7a4abe5c0
|
@ -30,6 +30,11 @@ stdenv.mkDerivation rec {
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace CMakeLists.txt \
|
||||||
|
--replace "-o aslr" ""
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Scriptable music files tags tool and editor";
|
description = "Scriptable music files tags tool and editor";
|
||||||
homepage = "https://github.com/kaworu/tagutil";
|
homepage = "https://github.com/kaworu/tagutil";
|
||||||
|
|
Loading…
Reference in a new issue