octavePackages.strings: Mark broken on Darwin

This commit is contained in:
OPNA2608 2021-12-26 23:41:06 +01:00
parent af8c2038fd
commit b17386836d

View file

@ -1,4 +1,5 @@
{ buildOctavePackage
, stdenv
, lib
, fetchurl
, pcre
@ -33,5 +34,7 @@ buildOctavePackage rec {
# Claims to have a freebsd license, but I found none.
maintainers = with maintainers; [ KarlJoad ];
description = "Additional functions for manipulation and analysis of strings";
# Some pcre symbols claimed to be missing
broken = stdenv.isDarwin;
};
}