about summary refs log tree commit diff
path: root/pkgs/games/enigma
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.
2023-11-17treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph1-1/+1
stdenv.targetPlatform really shouldn't be used by software that doesn't generate or manipulate binaries. I reviewed all uses of targetPlatform outside of pkgs/development/compilers and pkgs/stdenv and replaced those which weren't involved in something which fits these criteria.
2022-08-19treewide: inject xdg-open into wrappers as $PATH suffixEmery Hemingway1-1/+2
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-04-02enigma: 1.30-alpha -> 1.30Ingo Blechschmidt1-8/+21
2021-02-20enigma: xdg_utils -> xdg-utilsCole Helbling1-3/+3
2021-02-20enigma: stdenv.lib -> libCole Helbling1-3/+3
2021-01-11enigma: 1.21 -> 1.30-alphaIngo Blechschmidt4-50/+13
2021-01-10enigma: init at 1.21Ingo Blechschmidt4-0/+69