K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. RyanTM
4ca57d8219
scid-vs-pc: 4.21 -> 4.22
2021-08-28 00:15:09 +00:00
Sandro Jäckel
8d6ca95ea7
scid: add todo comments
2021-06-17 20:43:01 +02:00
Andrew Brooks
c677478b0b
scid-vs-pc: Simplify package with tcl.mkTclDerivation
2021-05-21 15:18:13 -05:00
Ben Siraphob
2e34288f0d
pkgs/games: stdenv.lib -> lib
2021-01-15 13:36:04 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
a56d715193
scid-vs-pc: 4.20 -> 4.21
2020-01-30 07:45:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
bc9bbd91a7
scid-vs-pc: 4.19 -> 4.20 ( #58877 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/scid-vs-pc/versions
2019-04-07 16:43:50 +02:00
Johannes Frankenau
5704496953
scid-vs-pc: 4.18.1 -> 4.19
2019-02-07 18:13:11 -05:00
Sebastian Galkin
0079153414
scid-vs-pc: Set meta platforms to linux
...
Darwin spits the following error:
Location of "tk.h": not found
Location of Tcl 8.6 library: /nix/store/zr4n0fdb3nsdp80vff9mihks22w1g8jm-tcl-8.6.6/lib
Location of Tk 8.6 library: /nix/store/bwlx46zncj2c6bv2sn75ai0wgzc89d93-tk-8.6.6/lib
Location of X11 library: /nix/store/093lzjvm2r27rprpqxvyrgqvfp1k0dlf-libX11-1.6.5/lib/
Checking if your system already has zlib installed: no.
Error: compiler g++ does not support C++0x (C++11).
2018-01-13 23:42:51 -02:00
Sebastian Galkin
dc7091f41c
scid-vs-pc: init at version 4.18.1
...
scid vs pc is a chess database and playing program, a more maintained fork of
scid. scid was already packaged so this change adds a very similar expression.
Currently scid and scid-vs-pc collide since they install the same binaries.
2018-01-12 14:41:20 -02:00