about summary refs log tree commit diff
path: root/pkgs/applications/editors/bvi
AgeCommit message (Collapse)AuthorFilesLines
2023-03-11bvi: 1.4.1 -> 1.4.2R. Ryantm1-2/+2
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-21bvi: 1.4.0 -> 1.4.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bvi/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-11bvi: enable on darwinZach1-1/+1
2014-10-26bvi: update from 1.3.2 to 1.4.0 and adopt itPascal Wittmann1-6/+9
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-07-14Change more packages from direct downloads to mirror://sourceforgeEvgeny Egorochkin1-1/+1
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-5/+6
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2008-01-30Nix-expr style reviewYury G. Kudryashov1-4/+4
Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
2008-01-20svn path=/nixpkgs/trunk/; revision=10233Marc Weber1-0/+17