Merge pull request #19784 from joachifm/ratpoison-slim
ratpoison: reduce closure size
This commit is contained in:
commit
a2bcfea4f9
@ -12,11 +12,19 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1w502z55vv7zs45l80nsllqh9fvfwjfdfi11xy1qikhzdmirains";
|
sha256 = "1w502z55vv7zs45l80nsllqh9fvfwjfdfi11xy1qikhzdmirains";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "contrib" "doc" "info" ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig perl autoconf automake
|
[ pkgconfig perl autoconf automake
|
||||||
libX11 inputproto libXt libXpm libXft libXtst xextproto libXi
|
libX11 inputproto libXt libXpm libXft libXtst xextproto libXi
|
||||||
fontconfig freetype readline ];
|
fontconfig freetype readline ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $contrib/{bin,share}
|
||||||
|
mv $out/bin/rpws $contrib/bin
|
||||||
|
mv $out/share/ratpoison $contrib/share
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.nongnu.org/ratpoison/";
|
homepage = "http://www.nongnu.org/ratpoison/";
|
||||||
description = "Simple mouse-free tiling window manager";
|
description = "Simple mouse-free tiling window manager";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user