mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
revert -std=gcc17 for nufraw
The issue has been fixed upstream
This commit is contained in:
@@ -36,13 +36,6 @@
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
(final: prev: {
|
|
||||||
nufraw-thumbnailer = prev.nufraw-thumbnailer.overrideAttrs (oldAttrs: {
|
|
||||||
env = (oldAttrs.env or { }) // {
|
|
||||||
NIX_CFLAGS_COMPILE = "-std=gnu17";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user