1
0
Fork 1
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:
Peter Simons 2012-09-25 15:15:38 +02:00
parent 3a34ac175f
commit b5416d6ed6

View file

@ -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";