3
0
Fork 0
forked from mirrors/nixpkgs

added platforms and maintainers

This commit is contained in:
Bart Brouns 2014-11-27 21:30:36 +01:00
parent b7f51920ee
commit 647617885d

View file

@ -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;
};
}