tagainijisho: move to by-name (#487307)
This commit is contained in:
+5
-7
@@ -1,12 +1,10 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
stdenv,
|
||||
fetchzip,
|
||||
qtbase,
|
||||
qttools,
|
||||
cmake,
|
||||
sqlite,
|
||||
wrapQtAppsHook,
|
||||
qt5,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -24,12 +22,12 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
qttools
|
||||
qt5.qttools
|
||||
cmake
|
||||
wrapQtAppsHook
|
||||
qt5.wrapQtAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qt5.qtbase
|
||||
sqlite
|
||||
];
|
||||
|
||||
@@ -11167,8 +11167,6 @@ with pkgs;
|
||||
inherit (haskellPackages) ghcWithPackages taffybar;
|
||||
};
|
||||
|
||||
tagainijisho = libsForQt5.callPackage ../applications/office/tagainijisho { };
|
||||
|
||||
telegram-desktop =
|
||||
kdePackages.callPackage ../applications/networking/instant-messengers/telegram/telegram-desktop
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user