dotfiles/oni/packages/scsh.scm

18 lines
533 B
Scheme
Raw Normal View History

(define-module (oni packages scsh)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages autotools)
#:use-module ((gnu packages shells) #:prefix shells:)
#:use-module (guix build-system gnu)
#:use-module (guix git-download)
#:use-module (guix packages))
(define-public scsh
(package
(inherit shells:scsh)
;; (native-search-paths
;; (list (search-path-specification
;; (variable "SCSH_LIB_DIRS")
;; (separator #f)
;; (files '("share/scsh-0.7")))))
))