Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cdrdao: Fix build on gcc 6

http://hydra.nixos.org/build/56889707

+3
+3
pkgs/tools/cd-dvd/cdrdao/default.nix
··· 24 24 sed -i 's,linux/../,,g' dao/sg_err.h 25 25 ''; 26 26 27 + # Needed on gcc >= 6. 28 + NIX_CFLAGS_COMPILE = "-Wno-narrowing"; 29 + 27 30 meta = { 28 31 description = "A tool for recording audio or data CD-Rs in disk-at-once (DAO) mode"; 29 32 homepage = http://cdrdao.sourceforge.net/;