File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
by-name/li/libayatana-indicator Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1- { stdenv , fetchFromGitHub , lib
2- , pkg-config , cmake
3- , gtk3
4- , ayatana-ido
1+ {
2+ ayatana-ido ,
3+ cmake ,
4+ fetchFromGitHub ,
5+ gtk3 ,
6+ lib ,
7+ pkg-config ,
8+ stdenv ,
59} :
610
711stdenv . mkDerivation rec {
@@ -15,7 +19,10 @@ stdenv.mkDerivation rec {
1519 sha256 = "sha256-OsguZ+jl274uPSCTFHq/ZwUE3yHR7MlUPHCpfmn1F7A=" ;
1620 } ;
1721
18- nativeBuildInputs = [ pkg-config cmake ] ;
22+ nativeBuildInputs = [
23+ cmake
24+ pkg-config
25+ ] ;
1926
2027 buildInputs = [ gtk3 ] ;
2128
Original file line number Diff line number Diff line change @@ -21627,8 +21627,6 @@ with pkgs;
2162721627 libindicator-gtk3 = libindicator.override { gtkVersion = "3"; };
2162821628 libindicator = callPackage ../development/libraries/libindicator { };
2162921629
21630- libayatana-indicator = callPackage ../development/libraries/libayatana-indicator { };
21631-
2163221630 libinotify-kqueue = callPackage ../development/libraries/libinotify-kqueue { };
2163321631
2163421632 libiodbc = callPackage ../development/libraries/libiodbc {
You can’t perform that action at this time.
0 commit comments