Skip to content

Commit

Permalink
i3-gaps: Install man pages properly
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 6, 2017
1 parent 67651d8 commit 41d9884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/i3/default.nix
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/i3/gaps.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 41d9884

Please sign in to comment.