mp3info: turn off format hardening
This commit is contained in:
parent
7b37bbedc4
commit
548c1404d5
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ ncurses pkgconfig gtk ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
configurePhase =
|
||||
'' sed -i Makefile \
|
||||
-e "s|^prefix=.*$|prefix=$out|g ;
|
||||
|
|
Loading…
Reference in a new issue