Fix indention, remove maintainers.

This commit is contained in:
Jordi 2013-04-22 19:23:50 +02:00
parent 4ed2c81817
commit 97de12b58e

View file

@ -13,15 +13,14 @@ stdenv.mkDerivation {
buildInputs = [ libX11 libXaw ];
installPhase = ''
mkdir -p $out/bin
cp autocutsel $out/bin/
'';
mkdir -p $out/bin
cp autocutsel $out/bin/
'';
meta = {
homepage = "http://www.nongnu.org/autocutsel/";
description = "Autocutsel tracks changes in the server's cutbuffer and CLIPBOARD selection.";
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [];
platforms = with stdenv.lib.platforms; all;
};
}