cdrdao: Fix build on gcc 6

http://hydra.nixos.org/build/56889707
This commit is contained in:
Eelco Dolstra
2017-07-25 12:01:38 +02:00
parent dac08b2a98
commit ecaef62bd9

View File

@@ -24,6 +24,9 @@ stdenv.mkDerivation {
sed -i 's,linux/../,,g' dao/sg_err.h
'';
# Needed on gcc >= 6.
NIX_CFLAGS_COMPILE = "-Wno-narrowing";
meta = {
description = "A tool for recording audio or data CD-Rs in disk-at-once (DAO) mode";
homepage = http://cdrdao.sourceforge.net/;