mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
cinnamon.cinnamon-common: fix build regression
It's probably fallout from PR #118479
This commit is contained in:
parent
799ebbc91d
commit
a0b9974669
|
@ -19,6 +19,7 @@
|
|||
, libsoup
|
||||
, libstartup_notification
|
||||
, libXtst
|
||||
, libXdamage
|
||||
, muffin
|
||||
, networkmanager
|
||||
, pkg-config
|
||||
|
@ -79,6 +80,7 @@ stdenv.mkDerivation rec {
|
|||
libsoup
|
||||
libstartup_notification
|
||||
libXtst
|
||||
libXdamage
|
||||
muffin
|
||||
networkmanager
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue