Merge pull request #78122 from mkg20001/cjs-fix

cinnamon.cjs: add nma for nma typelib
This commit is contained in:
worldofpeace 2020-01-20 13:45:43 -05:00 committed by GitHub
commit 906ef87387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@
, libffi , libffi
, gtk3 , gtk3
, readline , readline
, networkmanagerapplet
}: }:
let let
@ -45,6 +46,7 @@ stdenv.mkDerivation rec {
keybinder3 keybinder3
upower upower
xapps xapps
networkmanagerapplet
]; ];
nativeBuildInputs = [ nativeBuildInputs = [