about summary refs log tree commit diff
path: root/pkgs/applications/misc/glava
AgeCommit message (Collapse)AuthorFilesLines
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.
2022-11-24glava: remove -march=nativeThiago Kenji Okada1-2/+0
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-24fix glava wants to load shaders from /etc/xdg/glavamlatus1-1/+9
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-14glava: 1.6.0 -> 1.6.3Edmund Wu1-2/+2
2019-03-12glava: correctly display version informationEdmund Wu1-0/+3
2019-03-11glava: 1.5.8 -> 1.6.0Edmund Wu1-2/+2
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2018-11-04glava: 1.5.5 -> 1.5.8Edmund Wu1-5/+6
2018-10-11glava: 1.5.1 -> 1.5.5 (#48086)Edmund Wu1-19/+4
2018-09-12glava: 1.4.5 -> 1.5.1Edmund Wu1-18/+7
2018-07-12glava: adjust syntax in patchelf commandEdmund Wu1-1/+2
2018-07-07glava: init at v1.4.5Edmund Wu1-0/+105