mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +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
|
enableParallelBuilding = false; # parallel building fails on some linux machines
|
||||||
|
|
||||||
|
hardeningDisable = lib.optional stdenv.hostPlatform.isMusl "fortify";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://cdrtools.sourceforge.net/private/cdrecord.html";
|
homepage = "https://cdrtools.sourceforge.net/private/cdrecord.html";
|
||||||
description = "Highly portable CD/DVD/BluRay command line recording software";
|
description = "Highly portable CD/DVD/BluRay command line recording software";
|
||||||
|
Loading…
Reference in New Issue
Block a user