WIP: add meta to packages and create nix-support/private file for unfree packages #20

Draft
abonerib wants to merge 481 commits from abonerib/bscpkgs:add-meta into master
Showing only changes of commit 2053ec82b7 - Show all commits

View File

@ -1,7 +1,7 @@
final: prev:
{
bsc = prev.bsc.extend (bsc: {
mpi2 = bsc.mpich;
bsc = prev.bsc.extend (bscFinal: bscPrev: {
mpi2 = bscFinal.mpich;
mpich = with final; prev.mpich.overrideAttrs (old: {
buildInput = old.buildInputs ++ [
libfabric