gnulib: 20190811 -> 20200223

This update makes gnulib work even if it is installed into a readonly
location, so some hacks in nixpkgs can be removed.
This commit is contained in:
Benno Fünfstück 2020-02-23 19:16:02 +01:00
parent 02fc8dc4dc
commit 9d5cc98363

@ -2,12 +2,12 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "gnulib"; pname = "gnulib";
version = "20190811"; version = "20200223";
src = fetchgit { src = fetchgit {
url = https://git.savannah.gnu.org/r/gnulib.git; url = https://git.savannah.gnu.org/r/gnulib.git;
rev = "6430babe47ece6953cf18ef07c1d8642c8588e89"; rev = "292fd5d6ff5ecce81ec3c648f353732a9ece83c0";
sha256 = "14kgykbjly03dlb25sllcfcrpk7zkypa449gr3zbqv4rhpmnzizg"; sha256 = "0hkg3nql8nsll0vrqk4ifda0v4kpi67xz42r8daqsql6c4rciqnw";
}; };
dontFixup = true; dontFixup = true;