Skip to content

Commit 41d9884

Browse files
committedSep 6, 2017
i3-gaps: Install man pages properly
1 parent 67651d8 commit 41d9884

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

Diff for: ‎pkgs/applications/window-managers/i3/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
5050
sed -i 's/which/command -v/' $program
5151
done
5252
53-
install -vD -t $out/share/man/man1 man/*.1
53+
install -vD -t $out/share/man/man1 man/*.{1,man}
5454
'';
5555

5656
separateDebugInfo = true;

Diff for: ‎pkgs/applications/window-managers/i3/gaps.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
i3.overrideDerivation (super : rec {
44

55
name = "i3-gaps-${version}";
6-
version = "4.13";
7-
releaseDate = "2016-11-08";
6+
version = "4.14";
7+
releaseDate = "2017-09-04";
88

99
src = fetchurl {
1010
url = "https://github.com/Airblader/i3/archive/${version}.tar.gz";
11-
sha256 = "0w959nx2crn00fckqwb5y78vcr1j9mvq5lh25wyjszx04pjhf378";
11+
sha256 = "08y2m0afcm8mbzb92qz286fd1hnqfya2pvhpxbgv83sgjcsg6hlr";
1212
};
1313

1414
nativeBuildInputs = super.nativeBuildInputs ++ [ autoreconfHook ];

0 commit comments

Comments
 (0)
Please sign in to comment.