plasma5Packages.kdesu: restrict platforms
This commit is contained in:
parent
2ddd52c93f
commit
bb8a261ecb
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
mkDerivation,
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules,
|
||||
kcoreaddons, ki18n, kpty, kservice, qtbase,
|
||||
}:
|
||||
|
@ -11,4 +11,5 @@ mkDerivation {
|
|||
propagatedBuildInputs = [ kpty ];
|
||||
outputs = [ "out" "dev" ];
|
||||
patches = [ ./kdesu-search-for-wrapped-daemon-first.patch ];
|
||||
meta.platforms = lib.platforms.linux ++ lib.platforms.freebsd;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue