dri-pkgconfig-stub: hardcode version
This commit is contained in:
parent
6bad24f436
commit
c6da9ecb27
@ -6,11 +6,13 @@
|
||||
writeTextFile {
|
||||
name = "dri-pkgconfig-stub";
|
||||
|
||||
# Version intentionally hardcoded to avoid rebuilds on Mesa updates.
|
||||
# If anything ever requires a newer version, this can simply be bumped manually.
|
||||
text = ''
|
||||
dridriverdir=${mesa.driverLink}/lib/dri
|
||||
|
||||
Name: dri
|
||||
Version: ${mesa.version}
|
||||
Version: 25.0
|
||||
Description: Nixpkgs graphics driver path stub
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user