Fix indention, remove maintainers.
This commit is contained in:
parent
4ed2c81817
commit
97de12b58e
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue