haskellPackages.HDRUtils: don't distribute because transitively insecure
This commit is contained in:
parent
719c977c8f
commit
83df91b7fc
2 changed files with 2 additions and 0 deletions
|
@ -841,6 +841,7 @@ dont-distribute-packages:
|
||||||
|
|
||||||
# Packages that (transitively) depend on insecure packages
|
# Packages that (transitively) depend on insecure packages
|
||||||
- distributed-process-zookeeper # depends on hzk
|
- distributed-process-zookeeper # depends on hzk
|
||||||
|
- HDRUtils # depends on pfstools, which depends on imagemagick
|
||||||
- hzk # depends on zookeeper_mt, which depends on openssl-1.1
|
- hzk # depends on zookeeper_mt, which depends on openssl-1.1
|
||||||
- persistent-zookeper # depends on hzk
|
- persistent-zookeper # depends on hzk
|
||||||
- pocket-dns # depends on persistent-zookeeper
|
- pocket-dns # depends on persistent-zookeeper
|
||||||
|
|
|
@ -8331,6 +8331,7 @@ self: {
|
||||||
description = "Utilities for reading, manipulating, and writing HDR images";
|
description = "Utilities for reading, manipulating, and writing HDR images";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
badPlatforms = lib.platforms.darwin;
|
badPlatforms = lib.platforms.darwin;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {inherit (pkgs) pfstools;};
|
}) {inherit (pkgs) pfstools;};
|
||||||
|
|
||||||
"HERA" = callPackage
|
"HERA" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue