mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
44b1600be6
commit
1a2a6810a8
1 changed files with 5 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue