working lightlyshader
This commit is contained in:
parent
d9ab256bb3
commit
7e185fb489
4 changed files with 31 additions and 35 deletions
|
@ -215,8 +215,6 @@
|
|||
libsForQt5.kirigami2
|
||||
libsForQt5.ki18n
|
||||
libsForQt5.kcoreaddons
|
||||
libsForQt5.kdbusaddons
|
||||
libsForQt5.libdbusmenu
|
||||
fennel
|
||||
];
|
||||
|
||||
|
@ -224,7 +222,7 @@
|
|||
|
||||
(import (builtins.fetchTarball {
|
||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||
sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix";
|
||||
}))
|
||||
|
||||
(self: super:
|
||||
|
|
|
@ -250,17 +250,15 @@
|
|||
libsForQt5.kirigami2
|
||||
libsForQt5.ki18n
|
||||
libsForQt5.kcoreaddons
|
||||
libsForQt5.kdbusaddons
|
||||
libsForQt5.libdbusmenu
|
||||
fennel
|
||||
(libsForQt5.callPackage ../../pkgs/LightlyShaders {})
|
||||
(libsForQt5.callPackage ../../LightlyShaders {})
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
||||
(import (builtins.fetchTarball {
|
||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||
sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix";
|
||||
}))
|
||||
|
||||
(self: super:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue