flirc: migrate to by-name
This commit is contained in:
@@ -3,11 +3,9 @@
|
||||
stdenv,
|
||||
fetchurl,
|
||||
autoPatchelfHook,
|
||||
wrapQtAppsHook,
|
||||
hidapi,
|
||||
readline,
|
||||
qtsvg,
|
||||
qtxmlpatterns,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -21,14 +19,14 @@ stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
wrapQtAppsHook
|
||||
libsForQt5.wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
hidapi
|
||||
readline
|
||||
qtsvg
|
||||
qtxmlpatterns
|
||||
libsForQt5.qtsvg
|
||||
libsForQt5.qtxmlpatterns
|
||||
];
|
||||
|
||||
dontConfigure = true;
|
||||
@@ -1517,10 +1517,6 @@ with pkgs;
|
||||
|
||||
libfx2 = with python3Packages; toPythonApplication fx2;
|
||||
|
||||
flirc = libsForQt5.callPackage ../applications/video/flirc {
|
||||
readline = readline70;
|
||||
};
|
||||
|
||||
foxdot = with python3Packages; toPythonApplication foxdot;
|
||||
|
||||
fluffychat-web = fluffychat.override { targetFlutterPlatform = "web"; };
|
||||
|
||||
Reference in New Issue
Block a user