uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
27
pkgs/desktops/plasma-5/kinfocenter.nix
Normal file
27
pkgs/desktops/plasma-5/kinfocenter.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules, kdoctools,
|
||||
qtbase,
|
||||
kcmutils, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons,
|
||||
kdeclarative, ki18n, kiconthemes, kio, kirigami2, kpackage, kservice,
|
||||
kwayland, kwidgetsaddons, kxmlgui, solid, systemsettings,
|
||||
libraw1394, libGLU, pciutils,
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "kinfocenter";
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kcmutils kcompletion kconfig kconfigwidgets kcoreaddons kdbusaddons
|
||||
kdeclarative ki18n kiconthemes kio kirigami2 kpackage kservice kwayland
|
||||
kwidgetsaddons kxmlgui solid systemsettings
|
||||
|
||||
libraw1394 libGLU pciutils
|
||||
];
|
||||
preFixup = ''
|
||||
# fix wrong symlink of infocenter pointing to a 'systemsettings5' binary in
|
||||
# the same directory, while it is actually located in a completely different
|
||||
# store path
|
||||
ln -sf ${lib.getBin systemsettings}/bin/systemsettings5 $out/bin/kinfocenter
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue