mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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:
parent
02fc8dc4dc
commit
9d5cc98363
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "gnulib";
|
||||
version = "20190811";
|
||||
version = "20200223";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://git.savannah.gnu.org/r/gnulib.git;
|
||||
rev = "6430babe47ece6953cf18ef07c1d8642c8588e89";
|
||||
sha256 = "14kgykbjly03dlb25sllcfcrpk7zkypa449gr3zbqv4rhpmnzizg";
|
||||
rev = "292fd5d6ff5ecce81ec3c648f353732a9ece83c0";
|
||||
sha256 = "0hkg3nql8nsll0vrqk4ifda0v4kpi67xz42r8daqsql6c4rciqnw";
|
||||
};
|
||||
|
||||
dontFixup = true;
|
||||
|
Loading…
Reference in New Issue
Block a user