libdc1394: disable trivialautovarinit
This commit is contained in:
parent
aa566acfc0
commit
83ebc1143f
@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-U3zreN087ycaGD9KF2GR0c7PhfAlUg5r03WLDhnmYJ8=";
|
sha256 = "sha256-U3zreN087ycaGD9KF2GR0c7PhfAlUg5r03WLDhnmYJ8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [
|
||||||
|
# "sorry, unimplemented: __builtin_clear_padding not supported for variable length aggregates"
|
||||||
|
"trivialautovarinit"
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [ libusb1 ]
|
buildInputs = [ libusb1 ]
|
||||||
++ lib.optional stdenv.isLinux libraw1394
|
++ lib.optional stdenv.isLinux libraw1394
|
||||||
++ lib.optional stdenv.isDarwin CoreServices;
|
++ lib.optional stdenv.isDarwin CoreServices;
|
||||||
|
Loading…
Reference in New Issue
Block a user