about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL/default.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@speartail.com>2017-02-11 12:26:17 +0800
committerPeter Hoeg <peter@speartail.com>2017-02-11 12:26:17 +0800
commitc5fcd969700e05bc4f002ee1fbaf4321216ac450 (patch)
tree63c6acff98eaef6ad8577b57ee58b5c73b75b5df /pkgs/development/libraries/SDL/default.nix
parent5e8499f4472b552131c905e2fe81ec8b28a3843c (diff)
sdl: fix very long filename
Diffstat (limited to 'pkgs/development/libraries/SDL/default.nix')
-rw-r--r--pkgs/development/libraries/SDL/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/SDL/default.nix b/pkgs/development/libraries/SDL/default.nix
index fb61233dfcb34..8330dada4d35b 100644
--- a/pkgs/development/libraries/SDL/default.nix
+++ b/pkgs/development/libraries/SDL/default.nix
@@ -77,6 +77,7 @@ stdenv.mkDerivation rec {
     # Workaround X11 bug to allow changing gamma
     # Ticket: https://bugs.freedesktop.org/show_bug.cgi?id=27222
     (fetchpatch {
+      name = "SDL_SetGamma.patch";
       url = "http://pkgs.fedoraproject.org/cgit/rpms/SDL.git/plain/SDL-1.2.15-x11-Bypass-SetGammaRamp-when-changing-gamma.patch?id=04a3a7b1bd88c2d5502292fad27e0e02d084698d";
       sha256 = "0x52s4328kilyq43i7psqkqg7chsfwh0aawr50j566nzd7j51dlv";
     })