aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions
flags (list "-DRELEASE=true" "-DBUILD_PULSEAUDIO=ON" "-DBUILD_WLAN=ON" "-DBUILD_TESTS=ON") #:phases (modify-phases %standard-phases (add-after 'unpack 'add-freetype-to-search-path (lambda* (#:key inputs #:allow-other-keys) (substitute* "cmake/ConkyPlatformChecks.cmake" (("set\\(INCLUDE_SEARCH_PATH") (string-append "set(INCLUDE_SEARCH_PATH " (assoc-ref inputs "freetype") "/include/freetype2 "))) #t)) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (bin (string-append out "/bin"))) (install-file "src/conky" bin)) #t))))) (inputs (list freetype imlib2 libx11 libxdamage libxext libxft libxi libxinerama pulseaudio lua ncurses curl wireless-tools)) (native-inputs (list pkg-config)) (synopsis "Lightweight system monitor for X") (description "Conky is a lightweight system monitor for X that displays operating system statistics (CPU, disk, and memory usage, etc.) and more on the desktop.") (license license:gpl3+)))