Merge pull request #208770 from wegank/barcode-darwin
This commit is contained in:
commit
e4c38ad4e6
1 changed files with 3 additions and 1 deletions
|
@ -16,12 +16,14 @@ stdenv.mkDerivation rec {
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
configureFlags = lib.optional stdenv.isDarwin "ac_cv_func_calloc_0_nonnull=yes";
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GNU barcode generator";
|
description = "GNU barcode generator";
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.linux; # Maybe other non-darwin Unix
|
platforms = platforms.unix;
|
||||||
downloadPage = "https://ftp.gnu.org/gnu/barcode/";
|
downloadPage = "https://ftp.gnu.org/gnu/barcode/";
|
||||||
homepage = "https://www.gnu.org/software/barcode/";
|
homepage = "https://www.gnu.org/software/barcode/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
|
Loading…
Reference in a new issue