kinda fixed bitwig
This commit is contained in:
parent
d6fc76be86
commit
545c380061
2 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ in {
|
|||
inkscape
|
||||
imagemagick
|
||||
|
||||
#bitwig-studio
|
||||
bitwig-studio3
|
||||
#unstable.sonic-visualiser
|
||||
sononym-crawler
|
||||
darktable
|
||||
|
|
|
@ -12,15 +12,15 @@ in {
|
|||
|
||||
polygon-art = super.callPackage ./polygon-art { };
|
||||
|
||||
bitwig-studio1 = super.bitwig-studio1.override {
|
||||
libxkbcommon = super.libxkbcommon.overrideAttrs (old: rec {
|
||||
name = "libxkbcommon-0.7.2";
|
||||
src = super.fetchurl {
|
||||
url = "https://xkbcommon.org/download/${name}.tar.xz";
|
||||
sha256 = "1n5rv5n210kjnkyrvbh04gfwaa7zrmzy1393p8nyqfw66lkxr918";
|
||||
};
|
||||
});
|
||||
};
|
||||
#bitwig-studio1 = super.bitwig-studio1.override {
|
||||
# libxkbcommon = super.libxkbcommon.overrideAttrs (old: rec {
|
||||
# name = "libxkbcommon-0.7.2";
|
||||
# src = super.fetchurl {
|
||||
# url = "https://xkbcommon.org/download/${name}.tar.xz";
|
||||
# sha256 = "1n5rv5n210kjnkyrvbh04gfwaa7zrmzy1393p8nyqfw66lkxr918";
|
||||
# };
|
||||
# });
|
||||
#};
|
||||
|
||||
haskellPackages = super.haskellPackages.override {
|
||||
overrides = self: super: { mahlzeit = super.callPackage ./mahlzeit { }; };
|
||||
|
|
Loading…
Reference in a new issue