parent
a04bbae81c
commit
e0a33f36fd
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
description = "Queries a selection from the user and prints to stdout";
|
description = "Queries a selection from the user and prints to stdout";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ primeos mbakke ];
|
maintainers = with maintainers; [ primeos mbakke ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user