ati-drivers: give the patch file a more sensible name

It makes several API fixes for several kernel versions so stop trying to
enumerate them all in the filename.
This commit is contained in:
Daniel Fox Franke 2015-08-03 00:46:29 -04:00
parent 6f2db8fe44
commit 17fb7ac352
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation {
curlOpts = "--referer http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64";
};
patchPhase = "patch -p1 < ${./fglrx_3.18.19-no_hotplug_underscore_cr4.patch}";
patchPhase = "patch -p1 < ${./kernel-api-fixes.patch}";
patchPhaseSamples = "patch -p2 < ${./patch-samples.patch}";
buildInputs =