mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
-std=gnu17 for packages which cannot compile with gnu23 as is
This commit is contained in:
@@ -29,6 +29,20 @@
|
||||
]);
|
||||
});
|
||||
})
|
||||
(final: prev: {
|
||||
zenmonitor = prev.zenmonitor.overrideAttrs (oldAttrs: {
|
||||
env = (oldAttrs.env or { }) // {
|
||||
NIX_CFLAGS_COMPILE = "-std=gnu17";
|
||||
};
|
||||
});
|
||||
})
|
||||
(final: prev: {
|
||||
nufraw-thumbnailer = prev.nufraw-thumbnailer.overrideAttrs (oldAttrs: {
|
||||
env = (oldAttrs.env or { }) // {
|
||||
NIX_CFLAGS_COMPILE = "-std=gnu17";
|
||||
};
|
||||
});
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
@@ -162,7 +176,7 @@
|
||||
which
|
||||
wine
|
||||
wireshark
|
||||
xfce.tumbler
|
||||
tumbler
|
||||
xz
|
||||
yt-dlp
|
||||
zenmonitor
|
||||
|
||||
Reference in New Issue
Block a user