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
|
firefox
|
||||||
git
|
git
|
||||||
gramps
|
gramps
|
||||||
|
hive.layan-qt6
|
||||||
insomnia
|
insomnia
|
||||||
libreoffice
|
libreoffice
|
||||||
mosquitto
|
mosquitto
|
||||||
|
|||||||
@ -3,5 +3,6 @@ final: _: {
|
|||||||
crossover = final.callPackage ./crossover.nix {};
|
crossover = final.callPackage ./crossover.nix {};
|
||||||
transcode-davinci-resolve = final.callPackage ./transcode-davinci-resolve {};
|
transcode-davinci-resolve = final.callPackage ./transcode-davinci-resolve {};
|
||||||
spotify-shortcuts = final.callPackage ./spotify-shortcuts {};
|
spotify-shortcuts = final.callPackage ./spotify-shortcuts {};
|
||||||
|
layan-qt6 = final.kdePackages.callPackage ./layan-qt6.nix {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,6 +4,8 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
gitUpdater,
|
gitUpdater,
|
||||||
kdeclarative,
|
kdeclarative,
|
||||||
|
libplasma,
|
||||||
|
plasma-workspace,
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "layan-kde-qt6";
|
pname = "layan-kde-qt6";
|
||||||
@ -19,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
# not find them. Putting them in buildInputs is not enough.
|
# not find them. Putting them in buildInputs is not enough.
|
||||||
propagatedUserEnvPkgs = [
|
propagatedUserEnvPkgs = [
|
||||||
kdeclarative
|
kdeclarative
|
||||||
|
libplasma
|
||||||
|
plasma-workspace
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
Loading…
x
Reference in New Issue
Block a user