forked from mirrors/nixpkgs
added platforms and maintainers
This commit is contained in:
parent
b7f51920ee
commit
647617885d
|
@ -21,5 +21,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://tools.suckless.org/sselp";
|
||||
description = "Prints the X selection to stdout, usefull in scripts";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [stdenv.lib.maintainers.magnetophon ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue