Merge pull request #139175 from hqurve/walc
This commit is contained in:
commit
6c6ad879b4
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
, libappindicator-gtk3
|
, libappindicator-gtk3
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
, pcre
|
, pcre
|
||||||
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue