mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
cabal-install: install bash-completion instructions
This commit is contained in:
parent
a1d08ed4f6
commit
656badd501
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
Cabal filepath HTTP mtl network random time zlib
|
||||
];
|
||||
postInstall = ''
|
||||
mkdir $out/etc
|
||||
mv bash-completion $out/etc/bash_completion.d
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/cabal/";
|
||||
description = "The command-line interface for Cabal and Hackage";
|
||||
|
|
Loading…
Reference in a new issue