mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
gst-python: Disable bindnow hardening flag
Fixes dynamic linking against libxml2.
This commit is contained in:
parent
2e08d8234e
commit
5df521abda
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0y1i4n5m1diljqr9dsq12anwazrhbs70jziich47gkdwllcza9lg";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "bindnow" ];
|
||||
|
||||
# Need to disable the testFake test case due to bug in pygobject.
|
||||
# See https://bugzilla.gnome.org/show_bug.cgi?id=692479
|
||||
patches = [ ./disable-testFake.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user