pe-bear: move to pkgs/by-name

This commit is contained in:
magicquark
2025-12-09 03:28:01 +00:00
parent 5d55c6115e
commit 92b8b7f10c
2 changed files with 3 additions and 6 deletions
@@ -3,8 +3,7 @@
stdenv,
fetchFromGitHub,
cmake,
qtbase,
wrapQtAppsHook,
libsForQt5,
}:
stdenv.mkDerivation rec {
@@ -21,11 +20,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
];
buildInputs = [
qtbase
libsForQt5.qtbase
];
meta = with lib; {
-2
View File
@@ -504,8 +504,6 @@ with pkgs;
prefer-remote-fetch = import ../build-support/prefer-remote-fetch;
pe-bear = libsForQt5.callPackage ../applications/misc/pe-bear { };
magika = with python3Packages; toPythonApplication magika;
mysql-shell = mysql-shell_8;