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:
parent
38885a5149
commit
a774f1a427
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue