cdrtools: disable fortify hardening on musl

This commit is contained in:
Yureka 2023-09-05 18:52:56 +02:00
parent 566f5fcd2d
commit a6cc0a7530

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = false; # parallel building fails on some linux machines
hardeningDisable = lib.optional stdenv.hostPlatform.isMusl "fortify";
meta = with lib; {
homepage = "https://cdrtools.sourceforge.net/private/cdrecord.html";
description = "Highly portable CD/DVD/BluRay command line recording software";