mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
i3-gaps: Install man pages properly
This commit is contained in:
parent
67651d80bc
commit
41d9884067
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue