gksu: disable format hardening
This commit is contained in:
parent
e646d2c07c
commit
a2a337c562
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
libgksu
|
libgksu
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# https://savannah.nongnu.org/bugs/index.php?36127
|
# https://savannah.nongnu.org/bugs/index.php?36127
|
||||||
./gksu-2.0.2-glib-2.31.patch
|
./gksu-2.0.2-glib-2.31.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user