about summary refs log tree commit diff
path: root/pkgs/tools/misc/hakuneko
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-05treewide: throw on unsupported system src accessannalee1-1/+1
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-10-03hakuneko: remove atomEnvSandro Jäckel1-3/+15
2022-06-16treewide/servers,tools: add sourceType binaryNativeCode for many packagesRobert Scott1-0/+1
2022-02-25treewide: switch all desktop file generators to new APIK9001-2/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-08-13hakuneko: use lib.getLib udev instead of udev.libFlorian Klink1-1/+2
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-01-20hakuneko: 5.0.8 -> 6.1.7Noah Loomans1-3/+3
2020-01-13hakuneko: 1.4.2 -> 5.0.8Noah Loomans1-19/+75
HakuNeko switched to electron. Since this is the latest release the broken status can be dropped. The original maintainer (Ruben Astudillo) dropped support for the package so I decided to pick it up. I based this on the simplenote package, and implemented the setuid fix from the slack package. Closes #45332
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-01hakuneko: mark as brokenRuben Astudillo1-0/+3
This project was abandoned upstream in favor a new project based on electron. This version builds yet the code doesn't work with most providers, so it is practically broken.
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-02-11hakuneko: 1.4.1 -> 1.4.2Ruben Astudillo1-2/+2
2016-06-19hakuneko: 1.3.12 -> 1.4.1Ruben Astudillo1-4/+4
2016-05-20hakuneko: init at 1.3.12Ruben Astudillo1-0/+25