mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:26:51 +01:00
picard disable setuptools check
This commit is contained in:
parent
d139d87fd8
commit
eab8e4b1d8
1 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,9 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
localPkgs.prismlauncher-withExtraStuff
|
localPkgs.prismlauncher-withExtraStuff
|
||||||
mixxx
|
mixxx
|
||||||
picard
|
(picard.overrideAttrs{
|
||||||
|
dontUseSetuptoolsCheck = true;
|
||||||
|
})
|
||||||
goverlay
|
goverlay
|
||||||
(strawberry-qt6.overrideAttrs (finalAttrs: previousAttrs: {
|
(strawberry-qt6.overrideAttrs (finalAttrs: previousAttrs: {
|
||||||
version = "1.1.0-rc3";
|
version = "1.1.0-rc3";
|
||||||
|
|
Loading…
Reference in a new issue