forked from mirrors/nixpkgs
libsecret: remove obsolete patch
remove patch that was merged into the 0.20.1 patch.
regression introduced in c6a1e23eb7
This commit is contained in:
parent
f5d9e350ae
commit
35f00b429b
|
@ -11,14 +11,6 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0ir4ynpf8b64xss1azvsi5x6697lik7hkf3z0xxa2qv2xja3xxsp";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "rename-internal-functions-to-avoid-conflicts-and-fix-build.patch";
|
||||
url = "https://gitlab.gnome.org/GNOME/libsecret/commit/cf21ad50b62f7c8e4b22ef374f0a73290a99bdb8.patch";
|
||||
sha256 = "1n9nyzq5qrvw7s6sj5gzj33ia3rrx719jpys1cfhfbayg2sxyd4n";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue