lol

Merge pull request #261080 from linuxissuper/add_buildinput/psensor

authored by

Artturi and committed by
GitHub
32262e91 08f197be

+20 -3
+20 -3
pkgs/tools/system/psensor/default.nix
··· 1 - { stdenv, lib, fetchurl, pkg-config, lm_sensors, libgtop, libatasmart, gtk3 2 - , libnotify, udisks2, libXNVCtrl, wrapGAppsHook 1 + { stdenv 2 + , lib 3 + , fetchurl 4 + , pkg-config 5 + , lm_sensors 6 + , libgtop 7 + , libatasmart 8 + , gtk3 9 + , libnotify 10 + , udisks2 11 + , libXNVCtrl 12 + , wrapGAppsHook 13 + , libappindicator 3 14 }: 4 15 5 16 stdenv.mkDerivation rec { ··· 15 26 nativeBuildInputs = [ pkg-config wrapGAppsHook ]; 16 27 17 28 buildInputs = [ 18 - lm_sensors libgtop libatasmart gtk3 libnotify udisks2 29 + lm_sensors 30 + libgtop 31 + libatasmart 32 + gtk3 33 + libnotify 34 + udisks2 35 + libappindicator 19 36 ]; 20 37 21 38 preConfigure = ''