mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
darcs: install bash completion instructions
This commit is contained in:
parent
3a34ac175f
commit
b5416d6ed6
|
@ -15,6 +15,10 @@ cabal.mkDerivation (self: {
|
|||
zlib
|
||||
];
|
||||
extraLibraries = [ curl ];
|
||||
postInstall = ''
|
||||
mkdir -p $out/etc/bash_completion.d
|
||||
mv contrib/darcs_completion $out/etc/bash_completion.d/darcs
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://darcs.net/";
|
||||
description = "a distributed, interactive, smart revision control system";
|
||||
|
|
Loading…
Reference in a new issue