commit
f567598371
@ -1,88 +0,0 @@
|
||||
{ lib
|
||||
, mkDerivation
|
||||
, fetchFromGitHub
|
||||
, qtquickcontrols2
|
||||
, cmake
|
||||
, extra-cmake-modules
|
||||
, krunner
|
||||
, prison
|
||||
, knotifyconfig
|
||||
, kidletime
|
||||
, kpeople
|
||||
, kdesu
|
||||
, kactivities-stats
|
||||
, ktexteditor
|
||||
, kinit
|
||||
, kunitconversion
|
||||
, kitemmodels
|
||||
, phonon
|
||||
, polkit-qt
|
||||
, polkit
|
||||
, mauikit
|
||||
, mauikit-filebrowsing
|
||||
, bluedevil
|
||||
, plasma-nm
|
||||
, plasma-pa
|
||||
, bluez-qt
|
||||
, maui-core
|
||||
, cask-server
|
||||
, mauiman
|
||||
, mauikit-calendar
|
||||
, qtmultimedia
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "maui-shell";
|
||||
version = "0.6.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Nitrux";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-8D3rlYrqLfyDZQFRSaVlxLaEblbv8w787v8Np2aW3yc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
bluedevil
|
||||
bluez-qt
|
||||
cask-server
|
||||
kactivities-stats
|
||||
kdesu
|
||||
kidletime
|
||||
kinit
|
||||
kitemmodels
|
||||
knotifyconfig
|
||||
krunner
|
||||
kunitconversion
|
||||
kpeople
|
||||
ktexteditor
|
||||
mauikit
|
||||
mauikit-calendar
|
||||
mauikit-filebrowsing
|
||||
mauiman
|
||||
maui-core
|
||||
phonon
|
||||
plasma-nm
|
||||
plasma-pa
|
||||
polkit
|
||||
polkit-qt
|
||||
prison
|
||||
qtmultimedia
|
||||
qtquickcontrols2
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Convergent shell for desktops, tablets, and phones";
|
||||
homepage = "https://github.com/Nitrux/maui-shell";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
platforms = platforms.linux;
|
||||
# https://github.com/Nitrux/maui-shell/issues/56
|
||||
broken = true;
|
||||
};
|
||||
}
|
@ -935,6 +935,7 @@ mapAliases ({
|
||||
matrixcli = throw "'matrixcli' has been removed due to being unmaintained and broken functionality. Recommend 'matrix-commander' as an alternative"; # Added 2024-03-09
|
||||
matrix-recorder = throw "matrix-recorder has been removed due to being unmaintained"; # Added 2023-05-21
|
||||
maui-nota = libsForQt5.mauiPackages.nota; # added 2022-05-17
|
||||
maui-shell = throw "maui-shell has been removed from nixpkgs, it was broken"; # Added 2024-07-15
|
||||
mbox = throw "'mbox' has been removed, as it was broken and unmaintained"; # Added 2023-12-21
|
||||
mcomix3 = mcomix; # Added 2022-06-05
|
||||
meme = meme-image-generator; # Added 2021-04-21
|
||||
|
@ -10250,8 +10250,6 @@ with pkgs;
|
||||
|
||||
mars-mips = callPackage ../development/tools/mars-mips { };
|
||||
|
||||
maui-shell = libsForQt5.callPackage ../applications/window-managers/maui-shell { };
|
||||
|
||||
mawk = callPackage ../tools/text/mawk { };
|
||||
|
||||
mb2md = callPackage ../tools/text/mb2md { };
|
||||
|
Loading…
Reference in New Issue
Block a user