i3-gaps: Install man pages properly

This commit is contained in:
Tim Steinbach 2017-09-06 10:19:17 -04:00
parent 67651d80bc
commit 41d9884067
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
sed -i 's/which/command -v/' $program
done
install -vD -t $out/share/man/man1 man/*.1
install -vD -t $out/share/man/man1 man/*.{1,man}
'';
separateDebugInfo = true;

View File

@ -3,12 +3,12 @@
i3.overrideDerivation (super : rec {
name = "i3-gaps-${version}";
version = "4.13";
releaseDate = "2016-11-08";
version = "4.14";
releaseDate = "2017-09-04";
src = fetchurl {
url = "https://github.com/Airblader/i3/archive/${version}.tar.gz";
sha256 = "0w959nx2crn00fckqwb5y78vcr1j9mvq5lh25wyjszx04pjhf378";
sha256 = "08y2m0afcm8mbzb92qz286fd1hnqfya2pvhpxbgv83sgjcsg6hlr";
};
nativeBuildInputs = super.nativeBuildInputs ++ [ autoreconfHook ];