mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 00:38:16 +03:00
cdrtools: disable fortify hardening on musl
This commit is contained in:
parent
566f5fcd2d
commit
a6cc0a7530
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user