mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
f19ed980a2
Sawfish is a versatile, Lisp-based window manager In that commit I include all Sawfish stack: - librep, a lisp system; - rep-gtk, bindings for gtk - sawfish, the window manager
6 lines
102 B
Bash
6 lines
102 B
Bash
addRepDLLoadPath () {
|
|
addToSearchPath REP_DL_LOAD_PATH $1/lib/rep
|
|
}
|
|
|
|
envHooks+=(addRepDLLoadPath)
|