System Gen99 @ 2025-08-17-15:16:36 by jonas@monolith
This commit is contained in:
parent
9ffd68a9cf
commit
d58dca0cfa
@ -98,6 +98,7 @@
|
||||
firefox
|
||||
git
|
||||
gramps
|
||||
hive.layan-qt6
|
||||
insomnia
|
||||
libreoffice
|
||||
mosquitto
|
||||
|
||||
@ -3,5 +3,6 @@ final: _: {
|
||||
crossover = final.callPackage ./crossover.nix {};
|
||||
transcode-davinci-resolve = final.callPackage ./transcode-davinci-resolve {};
|
||||
spotify-shortcuts = final.callPackage ./spotify-shortcuts {};
|
||||
layan-qt6 = final.kdePackages.callPackage ./layan-qt6.nix {};
|
||||
};
|
||||
}
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
fetchFromGitHub,
|
||||
gitUpdater,
|
||||
kdeclarative,
|
||||
libplasma,
|
||||
plasma-workspace,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "layan-kde-qt6";
|
||||
@ -19,6 +21,8 @@ stdenv.mkDerivation rec {
|
||||
# not find them. Putting them in buildInputs is not enough.
|
||||
propagatedUserEnvPkgs = [
|
||||
kdeclarative
|
||||
libplasma
|
||||
plasma-workspace
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
Loading…
x
Reference in New Issue
Block a user