nwg-panel: fix cross-compiled result to not ship build-time dependencies

This commit is contained in:
Colin 2024-06-15 00:52:31 +00:00
parent 3165c95d0f
commit 2e0a3dc8ef

View File

@ -62,6 +62,8 @@ in
];
# XXX(2024/06/13) the bluetooth stuff doesn't cross compile, so disable it
propagatedBuildInputs = lib.filter (p: p.pname != "pybluez") base.propagatedBuildInputs;
strictDeps = true;
});
# fs.".config/nwg-panel/config".symlink.target = ./config;