mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 17:56:34 +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; [
|
||||
localPkgs.prismlauncher-withExtraStuff
|
||||
mixxx
|
||||
picard
|
||||
(picard.overrideAttrs{
|
||||
dontUseSetuptoolsCheck = true;
|
||||
})
|
||||
goverlay
|
||||
(strawberry-qt6.overrideAttrs (finalAttrs: previousAttrs: {
|
||||
version = "1.1.0-rc3";
|
||||
|
|
Loading…
Reference in a new issue