mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03: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";
|
sha256 = "0y1i4n5m1diljqr9dsq12anwazrhbs70jziich47gkdwllcza9lg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [ "bindnow" ];
|
||||||
|
|
||||||
# Need to disable the testFake test case due to bug in pygobject.
|
# Need to disable the testFake test case due to bug in pygobject.
|
||||||
# See https://bugzilla.gnome.org/show_bug.cgi?id=692479
|
# See https://bugzilla.gnome.org/show_bug.cgi?id=692479
|
||||||
patches = [ ./disable-testFake.patch ];
|
patches = [ ./disable-testFake.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user