about summary refs log tree commit diff
path: root/pkgs/applications/misc/far2l
AgeCommit message (Collapse)AuthorFilesLines
2023-05-23far2l: remove libSystem hackWeijia Wang1-5/+2
2022-10-11far2l: 2.4.0 -> 2.4.1Weijia Wang1-8/+5
2022-08-19treewide: inject xdg-open into wrappers as $PATH suffixEmery Hemingway1-2/+3
The xdg-open utility is only ever a runtime dependency and its dependents only expect that it accept a URI as a command line argument and do something with it that the user would expect. For such as a trivial relationship it should be possible for users to override xdg-open with something else in their PATH.
2022-06-29maintainers: remove volthajs1241-1/+1
github account deleted
2022-01-14far2l: 2020-12-30 → 2.4.0, enable on darwinNikolay Korotkiy2-53/+73
2021-11-07treewide: remove fmt from buildInputs where spdlog is usedArtturin1-2/+2
spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points to fmt_7 in buildInputs makes the builds use wrong fmt
2021-02-18far2l: remove unused inputSandro Jäckel1-1/+1
2021-02-10far2l: 2019-12-14 -> 2020-12-30 (#108750)Serge Baltic1-22/+15
2021-02-01treewide: xdg_utils -> xdg-utilsBen Siraphob1-2/+2
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-4/+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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-04-14Merge pull request #84551 from gnprice/pr-stripDebugListMaximilian Bosch1-1/+1
treewide: Fix types of stripDebugList attrs (and fix doc)
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-06treewide: Fix up stripDebugList attrs to be lists.Greg Price1-1/+1
The documentation says this should be a list, and it already is in about half the expressions that set it. The difference doesn't matter at present, because these values are all space-free literals. But it will in a future with __structuredAttrs . (The similar attr stripAllList has no users in the nixpkgs tree, so there's nothing to do to fix any of those up.)
2020-02-10far2l: fix .desktop filevolth1-1/+2
2020-02-10far2l: 2018-07-19 -> 2019-12-14volth1-16/+18
2018-11-08far2l: fix bug on darwin (https://github.com/elfmz/far2l/issues/416)volth1-0/+2
2018-07-21far2l: 2018-02-27 -> 2018-07-19volth2-166/+14
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-27far2l: 2017-10-08 -> 2018-02-27volth2-6/+6
2017-12-07far2l: unstable-2017-09-30 -> unstable-2017-10-08John Doe2-6/+7
2017-10-01far2l: unstable-2017-09-25 -> unstable-2017-09-30volth1-3/+3
2017-09-26far2l: support darwinvolth1-7/+12
2017-09-26far2l: unstable-2017-07-13 -> unstable-2017-09-25volth1-3/+3
2017-08-13Merge pull request #28238 from volth/far2l-2017-07-13Frederik Rietdijk2-3/+162
far2l: unstable-2017-05-09 -> unstable-2017-07-13
2017-08-13far2l: add nix syntax highlightingVolth2-0/+159
2017-08-13far2l: 2017-05-09 -> 2017-07-13Volth1-3/+3
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-05-09far2l: VT: support 'keypad' switching (fix ↵Volth1-3/+3
https://github.com/elfmz/far2l/issues/273)
2017-05-04far2l: no need to fix xterm's path, it is used only when xterm is on $PATHVolth1-3/+2
2017-05-02far2l: add .desktop fileVolth1-11/+19
2017-03-21far2l: init at 2.1Volth1-0/+63