summary refs log tree commit diff
path: root/pkgs/development/guile-modules/guile-sdl2
Commit message (Collapse)AuthorAge
* guile-sdl2: 0.5.0 → 0.7.0Nikolay Korotkiy2021-12-12
|
* guile-sdl2: rewriteAndersonTorres2021-04-15
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* guile-sdl2: 0.4.0 -> 0.5.0R. RyanTM2020-09-06
|
* guile-sdl2: 0.3.1 -> 0.4.0R. RyanTM2019-07-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/guile-sdl2/versions
* guile-sdl2: 0.2.0 -> 0.3.1R. RyanTM2018-11-21
| | | | | | | | | | | | | * guile-sdl2: 0.2.0 -> 0.3.1 (#50730) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/guile-sdl2/versions * guilde-sdl2: split native build inputs libtool and pkgconfig are moved from buildInputs to nativeBuildInputs
* guile-sdl2: 0.1.0 -> 0.2.0xd1le2017-09-28
| | | | | | Autoconf, automake, and running `./bootstrap` is no longer required because we are now building from the tarball, which includes the generated ./configure script.
* guile-sdl2: set the correct upstream licensexd1le2017-09-28
|
* guile-sdl2: use the proper homepage URLxd1le2017-09-28
|
* guile-sdl2: add vyp as maintainerxd1le2017-09-28
|
* guile-sdl2: code formatting nitsxd1le2017-09-28
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* treewide: remove unused buildEnv parametersVladimír Čunát2017-04-16
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* guile-sdl2: init at 0.1.0Sebastian Jordan2016-05-15