hwinfo: move package to by-name
This commit is contained in:
committed by
Bjørn Forsman
parent
ef44353cb6
commit
47e31d291d
@@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-YAhsnE1DJ5UlYAuhDxS/5IpfIJB6DrhCT3E0YiKENjU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
flex
|
||||
];
|
||||
nativeBuildInputs = [ flex ];
|
||||
|
||||
buildInputs = [
|
||||
libuuid
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user