a possible fix to building the app with nix build until I figure out

how to use rust in the appropriate places
This commit is contained in:
Chris Cochrun 2023-01-17 10:20:54 -06:00
parent 38885a5149
commit a774f1a427

View file

@ -44,6 +44,8 @@ stdenv.mkDerivation rec {
pname = "libre-presenter"; pname = "libre-presenter";
version = "0.0.1"; version = "0.0.1";
__noChroot = true;
src = ./.; src = ./.;
nativeBuildInputs = [ nativeBuildInputs = [