We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4c013a9 commit b33b400Copy full SHA for b33b400
pkgs/tools/misc/ddccontrol/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
19
20
patches = [ ./automake.patch ];
21
22
- hardeningDisable = [ "format" ];
+ hardeningDisable = [ "format" "bindnow" ];
23
24
prePatch = ''
25
newPath=$(echo "${ddccontrol-db}/share/ddccontrol-db" | sed "s/\\//\\\\\\//g")
0 commit comments