summary refs log tree commit diff
path: root/pkgs/applications/editors/yi
AgeCommit message (Collapse)AuthorFilesLines
2022-12-24petrinizer: mark as broken because sbv no longer buildsDennis Gosnell1-1/+1
2022-12-24yi: mark as broken because dependency no longer buildsDennis Gosnell1-0/+4
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
2019-12-31treewide: *inputs are listsRobin Gloster1-1/+1
2019-12-05Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk1-1/+1
I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-01treewide: use dontUnpackworldofpeace1-1/+1
2018-05-28treewide: fix derivation namesRyan Mulligan1-2/+2
2015-09-15Remove all references to haskell-ng and haskellngPackages from Nixpkgs.Peter Simons1-3/+0
2015-05-05Drop obsolete pre-NG Haskell builds.Peter Simons1-39/+0
2015-04-28Fixed some descriptionsPascal Wittmann2-2/+2
2015-04-15haskell-yi: clean-up + metaMateusz Kowalczyk2-40/+7
2015-04-15haskell-yi: improve wrapper and use haskell-ngMateusz Kowalczyk4-42/+30
Now pkgs.yi is the package to use and override
2014-11-07haskell-yi: update to version 0.11.1Mateusz Kowalczyk1-13/+13
cc @peti ; I took the courtesy to cherry-pick your yi-rope update ahead
2014-10-26haskell-yi: update to 0.11.0Mateusz Kowalczyk1-2/+2
2014-10-24haskell-yi-custom: use NIX_* vars for nicer wrapMateusz Kowalczyk1-2/+2
According to @bennofs , this should now work regardless of what kind of mess the user is in.
2014-10-24haskell-yi-custom: improve wrapperMateusz Kowalczyk1-3/+3
Apparently it is possible for the config to be compiled correctly but for ‘hint’ still not know where the packages are: it seems to ignore the GHC in PATH and does whatever.
2014-10-17haskell-yi: make the wrapper less cumbersomeMateusz Kowalczyk2-20/+14
It still suffers from ‘everything breaks’ if there is any Haskell in user env: https://github.com/NixOS/nixpkgs/issues/4560
2014-10-15haskell-yi-custom: broken = true for nowMateusz Kowalczyk1-0/+2
2014-10-15haskell-yi-custom: convenience wrapper for configsMateusz Kowalczyk3-0/+81
Now to use Yi along with its config the user passes all the extra libraries wanted by their config as extraPackages and builds the expression. This means there is no hassle from the user about having to manually create a cabal file and wrap over the Yi binary.
2014-10-15haskell-yi: use --suffix wrapperMateusz Kowalczyk1-1/+1
This allows further wrappers to get around the problem of ending up with GHC_PATH with double ‘::’ in it, breaking the whole thing.
2014-10-15haskell-yi-contrib: move under libraries insteadMateusz Kowalczyk1-22/+0
2014-10-15haskell-yi-contrib: update to 0.10.1Mateusz Kowalczyk1-7/+8
2014-10-15haskell-yi: update to 0.10.1Mateusz Kowalczyk1-45/+23
2014-08-24Mark yi and yi-contrib as brokenCray Elliott2-0/+4
They no longer build with lens v4.4.0.1 and up
2014-08-11haskell-yi: update to 0.8.2Mateusz Kowalczyk2-4/+5
Allows it to work with glib/gtk/pango 0.13.x
2014-07-14Add "please don't edit" comment at the top of every auto-generated Haskell file.Peter Simons1-0/+2
2014-06-07yi: improve expressionMateusz Kowalczyk1-5/+33
Disable Haddock docs so that it actually builds (bug in GHC 7.6.3), make pango optional (OSX people often complain), tell the binary where to find various libraries needed at runtime (currently it could not find even its own library).
2014-04-12haskell: update yi to 0.8.1Benno Fünfstück2-18/+19
2014-03-22haskell-yi: update to version 0.7.2Peter Simons1-2/+2
2014-03-22haskell-yi-contrib: update to version 0.7.2Peter Simons1-2/+2
2014-02-28haskell-yi: update to version 0.7.1Peter Simons1-11/+10
2014-02-28haskell-yi-contrib: update to version 0.7.1Peter Simons1-2/+2
2014-01-11yi: re-generate expression with cabal2nixPeter Simons1-13/+12
2014-01-08New expressions: yi, yi contrib and dependenciesBenno Fünfstück2-0/+52