Loading pkgs/by-name/qr/qrencode/package.nix +19 −12 Original line number Diff line number Diff line Loading @@ -2,13 +2,14 @@ lib, stdenv, fetchFromGitHub, nix-update-script, pkg-config, libpng, libiconv, autoreconfHook, }: stdenv.mkDerivation (finalAttrs: rec { stdenv.mkDerivation (finalAttrs: { pname = "qrencode"; version = "4.1.1"; Loading @@ -22,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: rec { src = fetchFromGitHub { owner = "fukuchi"; repo = "libqrencode"; rev = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-nbrmg9SqCqMrLE7WCfNEzMV/eS9UVCKCrjBrGMzAsLk"; }; Loading @@ -48,22 +49,28 @@ stdenv.mkDerivation (finalAttrs: rec { runHook postCheck ''; passthru.tests = finalAttrs.finalPackage.overrideAttrs (_: { passthru = { tests = finalAttrs.finalPackage.overrideAttrs { configureFlags = [ "--with-tests" ]; doCheck = true; }); }; updateScript = nix-update-script { }; }; meta = with lib; { meta = { homepage = "https://fukuchi.org/works/qrencode/"; description = "C library for encoding data in a QR Code symbol"; description = "C library and command line tool for encoding data in a QR Code symbol"; longDescription = '' Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. such as a smartphone. The library also contains qrencode, a command-line utility to output QR Code images in various formats. ''; license = licenses.lgpl21Plus; maintainers = [ ]; platforms = platforms.all; license = lib.licenses.lgpl21Plus; maintainers = [ lib.maintainers.mdaniels5757 ]; platforms = lib.platforms.all; mainProgram = "qrencode"; }; }) Loading
pkgs/by-name/qr/qrencode/package.nix +19 −12 Original line number Diff line number Diff line Loading @@ -2,13 +2,14 @@ lib, stdenv, fetchFromGitHub, nix-update-script, pkg-config, libpng, libiconv, autoreconfHook, }: stdenv.mkDerivation (finalAttrs: rec { stdenv.mkDerivation (finalAttrs: { pname = "qrencode"; version = "4.1.1"; Loading @@ -22,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: rec { src = fetchFromGitHub { owner = "fukuchi"; repo = "libqrencode"; rev = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-nbrmg9SqCqMrLE7WCfNEzMV/eS9UVCKCrjBrGMzAsLk"; }; Loading @@ -48,22 +49,28 @@ stdenv.mkDerivation (finalAttrs: rec { runHook postCheck ''; passthru.tests = finalAttrs.finalPackage.overrideAttrs (_: { passthru = { tests = finalAttrs.finalPackage.overrideAttrs { configureFlags = [ "--with-tests" ]; doCheck = true; }); }; updateScript = nix-update-script { }; }; meta = with lib; { meta = { homepage = "https://fukuchi.org/works/qrencode/"; description = "C library for encoding data in a QR Code symbol"; description = "C library and command line tool for encoding data in a QR Code symbol"; longDescription = '' Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. such as a smartphone. The library also contains qrencode, a command-line utility to output QR Code images in various formats. ''; license = licenses.lgpl21Plus; maintainers = [ ]; platforms = platforms.all; license = lib.licenses.lgpl21Plus; maintainers = [ lib.maintainers.mdaniels5757 ]; platforms = lib.platforms.all; mainProgram = "qrencode"; }; })