forked from mirrors/nixpkgs
kde-applications: Create alias to okteta
This commit is contained in:
parent
58f53dc4d4
commit
337e9723ce
|
@ -28,6 +28,7 @@ still shows most of the available features is in `./gwenview.nix`.
|
|||
{
|
||||
stdenv, lib, libsForQt5, fetchurl, recurseIntoAttrs,
|
||||
plasma5, attica, phonon,
|
||||
okteta
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -151,7 +152,6 @@ let
|
|||
mbox-importer = callPackage ./mbox-importer.nix {};
|
||||
messagelib = callPackage ./messagelib.nix {};
|
||||
minuet = callPackage ./minuet.nix {};
|
||||
okteta = callPackage ./okteta.nix {};
|
||||
okular = callPackage ./okular.nix {};
|
||||
pimcommon = callPackage ./pimcommon.nix {};
|
||||
pim-data-exporter = callPackage ./pim-data-exporter.nix {};
|
||||
|
@ -159,6 +159,9 @@ let
|
|||
print-manager = callPackage ./print-manager.nix {};
|
||||
spectacle = callPackage ./spectacle.nix {};
|
||||
syndication = callPackage ./syndication.nix {};
|
||||
# Okteta was removed from kde applications and will now be released independently
|
||||
# Lets keep an alias for compatibility reasons
|
||||
inherit okteta;
|
||||
};
|
||||
|
||||
in lib.makeScope libsForQt5.newScope packages
|
||||
|
|
|
@ -16411,6 +16411,7 @@ with pkgs;
|
|||
inherit stdenv lib libsForQt5 fetchurl recurseIntoAttrs;
|
||||
inherit plasma5;
|
||||
inherit attica phonon;
|
||||
inherit okteta;
|
||||
};
|
||||
in
|
||||
recurseIntoAttrs (makeOverridable mkApplications attrs);
|
||||
|
|
Loading…
Reference in a new issue