giac: disable libc++ hardening
This commit is contained in:
committed by
Mauricio Collares
parent
2fad6eac60
commit
aa528432f4
@@ -192,6 +192,9 @@ stdenv.mkDerivation rec {
|
||||
"--disable-micropy"
|
||||
];
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/pull/463804
|
||||
hardeningDisable = [ "libcxxhardeningfast" ];
|
||||
|
||||
postInstall = ''
|
||||
# example Makefiles contain the full path to some commands
|
||||
# notably texlive, and we don't want texlive to become a runtime
|
||||
|
||||
Reference in New Issue
Block a user