Add papi and nosv to cross-compilation CI
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit was merged in pull request #192.
This commit is contained in:
@@ -26,4 +26,6 @@ else
|
||||
"--with-arch=${stdenv.hostPlatform.uname.processor}"
|
||||
];
|
||||
patches = (old.patches or [ ]) ++ [ ./fix-ar-cross.patch ];
|
||||
|
||||
meta = old.meta // { cross = true; };
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user