veikk-linux-driver-gui: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-12-09 03:28:19 +00:00
parent 4550c31e87
commit d1fefd49da
2 changed files with 7 additions and 6 deletions
@@ -1,11 +1,11 @@
{
lib,
mkDerivation,
stdenv,
fetchFromGitHub,
qmake,
libsForQt5,
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "veikk-linux-driver-gui";
version = "2.0";
@@ -16,7 +16,10 @@ mkDerivation rec {
sha256 = "02g1q79kwjlzg95w38a1d7nxvcry8xcsvhax2js4c7xqvzhkki5j";
};
nativeBuildInputs = [ qmake ];
nativeBuildInputs = [
libsForQt5.qmake
libsForQt5.wrapQtAppsHook
];
postBuild = ''
make all clean
-2
View File
@@ -1097,8 +1097,6 @@ with pkgs;
ufolint = with python3Packages; toPythonApplication ufolint;
veikk-linux-driver-gui = libsForQt5.callPackage ../tools/misc/veikk-linux-driver-gui { };
ventoy-full = ventoy.override {
withCryptsetup = true;
withXfs = true;