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:
parent
6f2db8fe44
commit
17fb7ac352
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user