lact: enable failing intel tests since they pass after the update
This commit is contained in:
@@ -76,10 +76,6 @@ rustPlatform.buildRustPackage rec {
|
||||
# read() looks for the database in /usr/share so we use read_from_file() instead
|
||||
substituteInPlace lact-daemon/src/server/handler.rs \
|
||||
--replace-fail 'Database::read()' 'Database::read_from_file("${hwdata}/share/hwdata/pci.ids")'
|
||||
|
||||
# test data is probably incorrect for these since the other intel tests pass
|
||||
rm -r lact-daemon/src/tests/data/intel/a380-xe
|
||||
rm -r lact-daemon/src/tests/data/intel/a380-i915
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user