mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
ripmime: switch of -Werror
This commit is contained in:
parent
45fcaa64ef
commit
de149ba967
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||
mkdir -p "$out/bin" "$out/share/man/man1"
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE=" -Wno-error ";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Attachment extractor for MIME messages";
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
|
|
Loading…
Reference in a new issue