hwinfo: move package to by-name

This commit is contained in:
Bob van der Linden
2024-08-21 22:38:35 +02:00
committed by Bjørn Forsman
parent ef44353cb6
commit 47e31d291d
2 changed files with 1 additions and 5 deletions
@@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
hash = "sha256-YAhsnE1DJ5UlYAuhDxS/5IpfIJB6DrhCT3E0YiKENjU=";
};
nativeBuildInputs = [
flex
];
nativeBuildInputs = [ flex ];
buildInputs = [
libuuid
-2
View File
@@ -8802,8 +8802,6 @@ with pkgs;
humanfriendly = with python3Packages; toPythonApplication humanfriendly;
hwinfo = callPackage ../tools/system/hwinfo { };
hw-probe = perlPackages.callPackage ../tools/system/hw-probe { };
hybridreverb2 = callPackage ../applications/audio/hybridreverb2 { };