Loading pkgs/by-name/hw/hwinfo/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ perl, kmod, systemdMinimal, testers, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -60,6 +61,10 @@ stdenv.mkDerivation (finalAttrs: { installFlags = [ "DESTDIR=$(out)" ]; passthru.tests = { version = testers.testVersion { package = finalAttrs.finalPackage; }; }; meta = with lib; { description = "Hardware detection tool from openSUSE"; license = licenses.gpl2Only; Loading Loading
pkgs/by-name/hw/hwinfo/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ perl, kmod, systemdMinimal, testers, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -60,6 +61,10 @@ stdenv.mkDerivation (finalAttrs: { installFlags = [ "DESTDIR=$(out)" ]; passthru.tests = { version = testers.testVersion { package = finalAttrs.finalPackage; }; }; meta = with lib; { description = "Hardware detection tool from openSUSE"; license = licenses.gpl2Only; Loading