gnulib: update to version 0.1-263-g92b60e6 and disable the fixup hook that breaks the expected location of the docs directory

This commit is contained in:
Peter Simons 2014-11-16 02:05:50 +01:00
parent 44b1600be6
commit 1a2a6810a8

View File

@ -1,16 +1,16 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation {
name = "gnulib-0.1-228-gb155b06";
name = "gnulib-0.1-263-g92b60e6";
phases = ["unpackPhase" "installPhase"];
src = fetchgit {
url = "http://git.savannah.gnu.org/r/gnulib.git";
rev = "b155b0649814b20e635a2db305696710fa1037ce";
sha256 = "06r0cpm97k82hx6qqm9nbwyp5mr8g9qqdiw2ak2pndymc66v233l";
rev = "92b60e61666f008385d9b7f7443da17c7a44d1b1";
sha256 = "0xpxq8vqdl0niib961dnsrgjq6kbpyap6nnydzp15dvzfhzgz189";
};
buildPhase = ":";
installPhase = "mkdir -p $out; mv * $out/";
meta = {