mirror of
https://github.com/FliegendeWurst/nur-packages.git
synced 2024-11-08 10:20:38 +00:00
q: drop
Included in nixpkgs now.
This commit is contained in:
parent
6ed2488820
commit
a0afc2a463
@ -21,7 +21,6 @@
|
||||
kernel = pkgs.linuxPackages.kernel;
|
||||
};
|
||||
openscad-snapshot = pkgs.callPackage ./pkgs/openscad-snapshot { };
|
||||
q = pkgs.callPackage ./pkgs/q { };
|
||||
# TODO: fix dependency specification
|
||||
#raspi-oled = pkgs.callPackage ./pkgs/raspi-oled { };
|
||||
raspi-oled-cross = pkgs.pkgsCross.muslpi.callPackage ./pkgs/raspi-oled { };
|
||||
|
@ -1,28 +0,0 @@
|
||||
{ buildGo118Module, fetchFromGitHub, lib }:
|
||||
|
||||
buildGo118Module rec {
|
||||
pname = "q";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "natesales";
|
||||
repo = "q";
|
||||
rev = "v${version}";
|
||||
sha256 = "1qvpw21b7w3awa37vy14xvw4ai3nwrq0qd7gnpl4vx4nd9m5f970";
|
||||
};
|
||||
|
||||
vendorSha256 = "1mv533hbs6bgfzrgnpbp3b1rijc7xdn93jnr8lksh8z7ddkw44wc";
|
||||
|
||||
ldflags = [
|
||||
"-X main.version=${version}"
|
||||
];
|
||||
|
||||
doCheck = false; # requires network access
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH";
|
||||
homepage = "https://github.com/natesales/q";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ fliegendewurst ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user