summary refs log tree commit diff
path: root/pkgs/applications/editors/joe
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* joe: cleanupAndersonTorres2021-01-03
| | | | Add a longDescription, and also add myself as maintainer.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* joe: 4.4 -> 4.6Vladyslav M2018-02-21
|
* joe: 4.2 -> 4.4ndowens2017-03-19
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* joe: 4.1 -> 4.2Matthias Beyer2016-05-16
|
* joe: Move version to own variableMatthias Beyer2015-09-25
|
* joe: 4.0 -> 4.1Matthias Beyer2015-09-25
|
* joe: update from 3.7 to 4.0, add meta-informationPascal Wittmann2015-05-31
|
* Joe: Bump to 3.7Shea Levy2012-07-31
|
* meta.homepage added to several packagesYury G. Kudryashov2008-01-30
| | | | svn path=/nixpkgs/trunk/; revision=10417
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Remove a bunch of unused Nix expressions.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6716
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* Joe doen't need its own builder scriptMerijn de Jonge2006-02-03
| | | | svn path=/nixpkgs/trunk/; revision=4683
* added Joe (Joe's own editor). Yes!Merijn de Jonge2006-02-02
svn path=/nixpkgs/trunk/; revision=4679