about summary refs log tree commit diff
path: root/pkgs/applications/graphics/goxel
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-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-12goxel: use libpng instead of libpng12Thomas Gerbet1-2/+2
`goxel` supports newer version of `libpng`, they test against it in their CI pipeline: https://github.com/guillaumechereau/goxel/blob/v0.14.0/.github/workflows/ci.yml#L46
2024-03-05goxel: use finalAttrs patternFrancesco Gazzetta1-3/+3
2024-02-03goxel: 0.13.0 -> 0.14.0R. Ryantm1-2/+2
2023-12-30goxel: 0.12.0 -> 0.13.0R. Ryantm1-2/+2
2023-12-02treewide: install missing desktopItemsh7x41-0/+8
2023-04-02goxel: add fgaz to maintainersFrancesco Gazzetta1-1/+1
2023-04-02goxel: 0.10.8 -> 0.12.0Francesco Gazzetta2-24/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-01-27treewide: add gcc12 flagsFabián Heredia Montiel1-0/+6
2021-08-09goxel: 0.10.7 -> 0.10.8R. RyanTM1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
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-12-07goxel: 0.10.6 -> 0.10.7R. RyanTM1-2/+2
2020-06-17goxel: 0.10.5 -> 0.10.6R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-07goxel: 0.10.0 -> 0.10.5tilpner1-2/+2
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-3/+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-09goxel: 0.9.0 -> -> 0.10.0Will Dietz1-2/+2
2019-06-06goxel: 0.8.3 -> 0.9.0Will Dietz1-2/+2
https://github.com/guillaumechereau/goxel/releases/tag/v0.9.0
2019-04-25goxel: re-enable aarch64 (#59882)Jörg Thalheim1-1/+1
* goxel: re-enable aarch64
2019-04-06goxel: 0.8.2 -> 0.8.3 (#59032)Will Dietz1-2/+2
2019-01-06Merge #53490: fix treewide linking errors after #51770Vladimír Čunát1-0/+3
Issue #53001. This might not be all of them, but let's not wait.
2019-01-04goxel: link with pthreads explicitlyPiotr Bogdan1-0/+3
2019-01-03goxel: 0.8.1 -> 0.8.2R. 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/goxel/versions
2018-10-13goxel: 0.8.0 -> 0.8.1 (#47789)R. RyanTM1-3/+3
* goxel: 0.8.0 -> 0.8.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/goxel/versions * goxel: build only on x86_64-linux
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-01goxel: don't save imgui.ini to working directorytilpner2-0/+15
2018-04-30goxel: 0.7.3 -> 0.8.0R. 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/goxel/versions. These checks were done: - built on NixOS - ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/goxel --help’ got 0 exit code - ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/goxel -V’ and found version 0.8.0 - ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/goxel --version’ and found version 0.8.0 - ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/.goxel-wrapped --help’ got 0 exit code - ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/.goxel-wrapped -V’ and found version 0.8.0 - ran ‘/nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0/bin/.goxel-wrapped --version’ and found version 0.8.0 - found 0.8.0 with grep in /nix/store/af30rki4lvc9cinx3nxq1nqdnfgi6g1b-goxel-0.8.0 - directory tree listing: https://gist.github.com/ee8a96a0b785c0293e1e477b693c483b
2018-03-21goxel: 0.7.2 -> 0.7.3Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/goxel --help` got 0 exit code - ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/goxel -V` and found version 0.7.3 - ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/goxel --version` and found version 0.7.3 - ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/.goxel-wrapped --help` got 0 exit code - ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/.goxel-wrapped -V` and found version 0.7.3 - ran `/nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3/bin/.goxel-wrapped --version` and found version 0.7.3 - found 0.7.3 with grep in /nix/store/zinzc9bkhn7n97jlp7mian6bzw1dzz8d-goxel-0.7.3 - directory tree listing: https://gist.github.com/86658b436ae3d2085eba59f7c23e0825
2018-01-16goxel: init at 0.7.2tilpner1-0/+33