diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-08 22:27:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-11 18:59:22 +0100 |
commit | 9d3b6a5d65505018186d778c4812c3c90aab3527 (patch) | |
tree | 00fbf23fda1fd78c996903d6f848d65763bdd0da /gnu/packages/gnome.scm | |
parent | a82e6faa8b993d1f3b47a8bd22c4509f7cae7ec1 (diff) | |
download | guix-9d3b6a5d65505018186d778c4812c3c90aab3527.tar.gz |
Revert "gnu: network-manager: Fix build with glibc 2.30."
This commit was obsolete by the time it was pushed, whoops! This reverts commit 12818a0656817e95a80aace01089042c0b0e7e22.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 464f2ad818..37873e42bc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5822,8 +5822,7 @@ users.") (uri (string-append "mirror://gnome/sources/NetworkManager/" (version-major+minor version) "/" "NetworkManager-" version ".tar.xz")) - (patches (search-patches "nm-plugin-path.patch" - "network-manager-gettid.patch")) + (patches (search-patches "nm-plugin-path.patch")) (sha256 (base32 "0pnh1wr2p1fqa5pr945fr3lngfc5ccfrmgddqsg55lxnjpv0ggd3")) |