Commit Graph

16 Commits (947e443e02acc92200e45c568d2e4787242da6f2)

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
zowoq 6d986d2e8d SDL_gfx: use spaces for indentation 2021-01-20 10:53:10 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Matthew Bauer c1c0094f7f SDL_gfx: 2.0.25 -> 2.0.26
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.26 with grep in /nix/store/cbvm4r21kf3acf43hff5sf6r1vbd6lpg-SDL_gfx-2.0.26
2018-03-17 02:38:43 -05:00
Matthew Bauer e19434b402 SDL: try disabling sdltest on darwin 2017-11-10 19:22:15 -06:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Nikolay Amiantov b47327ebd5 SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
Spencer Whitt e2011fa80d Enable some SDL libraries on Darwin 2015-04-29 17:39:41 -04:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Nixpkgs Monitor dd07654ca0 SDL_gfx: update from 2.0.22 to 2.0.25 2013-12-18 18:18:14 +02:00
Lluís Batlle i Rossell 97182f0bcb Making SDL_gfx and SDL_image find the SDL headers, by a postInstall patch.
They expected to sit in the same directory as the SDL headers.

svn path=/nixpkgs/trunk/; revision=26574
2011-03-28 16:08:17 +00:00
Lluís Batlle i Rossell 3d50c7c0d7 Updating SDL_gfx, as it should fix a memory corruption:
http://yellowgrass.org/issue/Nixpkgs/108
https://gna.org/bugs/?17768


svn path=/nixpkgs/trunk/; revision=26163
2011-03-04 19:37:56 +00:00
Rob Vermaas 8a019554f5 only build SDL_gfx on linux
svn path=/nixpkgs/trunk/; revision=25405
2011-01-05 09:29:26 +00:00
Ludovic Courtès 61ec7e828d Add SDL_gfx.
Contributed by Brian Gough <bjg@gnu.org>.

svn path=/nixpkgs/trunk/; revision=21554
2010-05-02 09:27:45 +00:00