about summary refs log tree commit diff
path: root/pkgs/applications/misc/xcruiser
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2024-02-01xcruiser: add desktop itemFelix Buehler1-2/+12
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2021-11-07pkgs/applications: rename name to pname&version part 1 (#144949)Felix Bühler1-5/+6
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-06xcruiser: explicitly set LIBDIR and CONFDIRSergei Trofimovich1-2/+4
In preparation to fix long-standing `imake` bug #135337 we need to set `LIBDIR` and `CONFDIR` away from incorrectly embedded `xorg-cf-files`. Before #135337 the package worked by chance. Issue: https://github.com/NixOS/nixpkgs/issues/135337
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-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2018-11-28xcruiser: add setup hookMatthew Bauer1-7/+7
Cleans things up a bit here.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-11/+12
Build-tested on x86_64 Linux & Mac.
2015-12-05Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway1-1/+1
Communication happens on Github so names should be consistent.
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-2/+2
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2014-08-07xscruiser: initial package expressionEmery Hemingway1-0/+30
http://xcruiser.sourceforge.net/