17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
25 sha256 = "sha256-LdBQxw8K8WWSfm4E2QpK4GYTuYvI+FX5gLOouVFSU/U=";
46 inherit (src.meta) homepage;
47 description = "Queries a selection from the user and prints to stdout";
48 platforms = lib.platforms.linux;
49 license = licenses.gpl3Plus;
50 maintainers = with maintainers; [ ];