mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Fix indention, remove maintainers.
This commit is contained in:
parent
4ed2c81817
commit
97de12b58e
@ -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 New Issue
Block a user