summaryrefslogtreecommitdiff
path: root/gnu/packages/samba.scm
Commit message (Collapse)AuthorAge
* Add (guix build rpath).Ludovic Courtès2013-05-08
| | | | | | | | * guix/build/rpath.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/python.scm (python): Use it; remove local copy of the *rpath* procedures. * gnu/packages/samba.scm (samba): Likewise.
* gnu: samba: Augment the RUNPATH of executables to point to $out/lib.Ludovic Courtès2013-02-15
| | | | | * gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and PatchELF as an input.
* gnu: Add Samba and iniparser.Ludovic Courtès2013-02-12
* gnu/packages/samba.scm: New file. * Makefile.am (MODULES): Add it.