removing librepresenter for now

This commit is contained in:
Chris Cochrun 2022-10-25 09:19:56 -05:00
parent 76d5cd128a
commit b2e77903e6
2 changed files with 2 additions and 2 deletions

View file

@ -696,7 +696,7 @@ Notice how I am including all of my software here. It may be a big file, but hav
# Dev tools # Dev tools
<<dev-tools>> <<dev-tools>>
<<lightlyshaders>> <<lightlyshaders>>
<<librepresenter>> # <<librepresenter>>
# (with import <nixpkgs> {}; libsForQt5.callPackage ../../bismuth {}) # (with import <nixpkgs> {}; libsForQt5.callPackage ../../bismuth {})
]; ];

View file

@ -386,7 +386,7 @@
sqlite sqlite
fennel fennel
(with import <nixpkgs> {}; libsForQt5.callPackage ../../LightlyShaders {}) (with import <nixpkgs> {}; libsForQt5.callPackage ../../LightlyShaders {})
(with import <nixpkgs> {}; libsForQt5.callPackage /home/chris/dev/church-presenter {}) # (with import <nixpkgs> {}; libsForQt5.callPackage /home/chris/dev/church-presenter {})
# (with import <nixpkgs> {}; libsForQt5.callPackage ../../bismuth {}) # (with import <nixpkgs> {}; libsForQt5.callPackage ../../bismuth {})
]; ];