mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
parent
c849e56790
commit
c2e4b04d29
@ -1,4 +1,4 @@
|
|||||||
{ lib, mkXfceDerivation, gobjectIntrospection, gtk2, gtk3
|
{ lib, mkXfceDerivation, gobjectIntrospection, gtk2, gtk3, libICE, libSM
|
||||||
, libstartup_notification ? null, libxfce4util, xfconf }:
|
, libstartup_notification ? null, libxfce4util, xfconf }:
|
||||||
|
|
||||||
mkXfceDerivation rec {
|
mkXfceDerivation rec {
|
||||||
@ -9,7 +9,7 @@ mkXfceDerivation rec {
|
|||||||
sha256 = "0m9h3kvkk2nx8pxxmsg9sjnyp6ajwjrz9djjxxvranjsdw3ilydy";
|
sha256 = "0m9h3kvkk2nx8pxxmsg9sjnyp6ajwjrz9djjxxvranjsdw3ilydy";
|
||||||
|
|
||||||
buildInputs = [ gobjectIntrospection gtk2 gtk3 libstartup_notification xfconf ];
|
buildInputs = [ gobjectIntrospection gtk2 gtk3 libstartup_notification xfconf ];
|
||||||
propagatedBuildInputs = [ libxfce4util ];
|
propagatedBuildInputs = [ libxfce4util libICE libSM ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Widgets library for Xfce";
|
description = "Widgets library for Xfce";
|
||||||
|
Loading…
Reference in New Issue
Block a user