mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
pageedit: move to pkgs/by-name
This commit is contained in:
parent
0591e43e63
commit
3b3c59b984
2 changed files with 3 additions and 8 deletions
|
@ -3,10 +3,7 @@
|
|||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
qtsvg,
|
||||
qtwebengine,
|
||||
wrapQtAppsHook,
|
||||
qttools,
|
||||
qt6Packages,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
@ -20,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-Tkc8iOH+HG3ULrdUvVdeOzAl0i1R3QFaZ1U/vjCKGjo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = with qt6Packages; [
|
||||
cmake
|
||||
wrapQtAppsHook
|
||||
qttools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
propagatedBuildInputs = with qt6Packages; [
|
||||
qtsvg
|
||||
qtwebengine
|
||||
];
|
|
@ -4085,8 +4085,6 @@ with pkgs;
|
|||
|
||||
padthv1 = libsForQt5.callPackage ../applications/audio/padthv1 { };
|
||||
|
||||
pageedit = qt6Packages.callPackage ../applications/office/PageEdit { };
|
||||
|
||||
pagefind = libsForQt5.callPackage ../applications/misc/pagefind { };
|
||||
|
||||
pakcs = callPackage ../development/compilers/pakcs { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue