3
0
Fork 0
forked from mirrors/nixpkgs

mp3info: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 12:34:15 +00:00
parent 7b37bbedc4
commit 548c1404d5

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses pkgconfig gtk ];
hardening_format = false;
configurePhase =
'' sed -i Makefile \
-e "s|^prefix=.*$|prefix=$out|g ;