about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-02-27 13:25:49 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-02-27 13:25:52 -0800
commit35f00b429b54b01a753a16339305d14a3d9d087e (patch)
tree6f02a04f0c7b457108664171b7e4b016d2ba00de /pkgs/development/libraries
parentf5d9e350aed37e9c6f187d994d2aa1edce2aa136 (diff)
downloadnixlib-35f00b429b54b01a753a16339305d14a3d9d087e.tar
nixlib-35f00b429b54b01a753a16339305d14a3d9d087e.tar.gz
nixlib-35f00b429b54b01a753a16339305d14a3d9d087e.tar.bz2
nixlib-35f00b429b54b01a753a16339305d14a3d9d087e.tar.lz
nixlib-35f00b429b54b01a753a16339305d14a3d9d087e.tar.xz
nixlib-35f00b429b54b01a753a16339305d14a3d9d087e.tar.zst
nixlib-35f00b429b54b01a753a16339305d14a3d9d087e.zip
libsecret: remove obsolete patch
remove patch that was merged into the 0.20.1 patch.

regression introduced in c6a1e23eb7337ced431644d218e4f684ddde3842
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libsecret/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/libraries/libsecret/default.nix b/pkgs/development/libraries/libsecret/default.nix
index 9292760c6e66..e4e87eba8587 100644
--- a/pkgs/development/libraries/libsecret/default.nix
+++ b/pkgs/development/libraries/libsecret/default.nix
@@ -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 .
   '';