summaryrefslogtreecommitdiffstats
path: root/pkgs/development/guile-modules/guile-sdl2
AgeCommit message (Collapse)Author
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-09-06guile-sdl2: 0.4.0 -> 0.5.0R. RyanTM
2019-07-01guile-sdl2: 0.3.1 -> 0.4.0R. RyanTM
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
2018-11-21guile-sdl2: 0.2.0 -> 0.3.1R. RyanTM
* 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
2017-09-28guile-sdl2: 0.1.0 -> 0.2.0xd1le
Autoconf, automake, and running `./bootstrap` is no longer required because we are now building from the tarball, which includes the generated ./configure script.
2017-09-28guile-sdl2: set the correct upstream licensexd1le
2017-09-28guile-sdl2: use the proper homepage URLxd1le
2017-09-28guile-sdl2: add vyp as maintainerxd1le
2017-09-28guile-sdl2: code formatting nitsxd1le
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* 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
2017-04-16treewide: remove unused buildEnv parametersVladimír Čunát
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen
2016-05-15guile-sdl2: init at 0.1.0Sebastian Jordan