mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
qtsvg,
|
qt6Packages,
|
||||||
qtwebengine,
|
|
||||||
wrapQtAppsHook,
|
|
||||||
qttools,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
|
@ -20,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
hash = "sha256-Tkc8iOH+HG3ULrdUvVdeOzAl0i1R3QFaZ1U/vjCKGjo=";
|
hash = "sha256-Tkc8iOH+HG3ULrdUvVdeOzAl0i1R3QFaZ1U/vjCKGjo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = with qt6Packages; [
|
||||||
cmake
|
cmake
|
||||||
wrapQtAppsHook
|
wrapQtAppsHook
|
||||||
qttools
|
qttools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = with qt6Packages; [
|
||||||
qtsvg
|
qtsvg
|
||||||
qtwebengine
|
qtwebengine
|
||||||
];
|
];
|
|
@ -4085,8 +4085,6 @@ with pkgs;
|
||||||
|
|
||||||
padthv1 = libsForQt5.callPackage ../applications/audio/padthv1 { };
|
padthv1 = libsForQt5.callPackage ../applications/audio/padthv1 { };
|
||||||
|
|
||||||
pageedit = qt6Packages.callPackage ../applications/office/PageEdit { };
|
|
||||||
|
|
||||||
pagefind = libsForQt5.callPackage ../applications/misc/pagefind { };
|
pagefind = libsForQt5.callPackage ../applications/misc/pagefind { };
|
||||||
|
|
||||||
pakcs = callPackage ../development/compilers/pakcs { };
|
pakcs = callPackage ../development/compilers/pakcs { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue