forked from mirrors/nixpkgs
parent
dac08b2a98
commit
ecaef62bd9
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue