Compare commits
3 commits
b2b2630e39
...
5d4c559970
Author | SHA1 | Date | |
---|---|---|---|
|
5d4c559970 | ||
|
5f9f219cd3 | ||
|
254ed0e074 |
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@
|
||||||
/.flatpak-builder/
|
/.flatpak-builder/
|
||||||
/src/config.rs
|
/src/config.rs
|
||||||
/subprojects/blueprint-compiler
|
/subprojects/blueprint-compiler
|
||||||
|
result/
|
||||||
|
|
|
@ -52,6 +52,8 @@
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
];
|
];
|
||||||
|
|
||||||
|
cargoHash = "";
|
||||||
|
|
||||||
cargoArtifacts = craneLib.buildDepsOnly ({
|
cargoArtifacts = craneLib.buildDepsOnly ({
|
||||||
src = craneLib.cleanCargoSource (craneLib.path ./.);
|
src = craneLib.cleanCargoSource (craneLib.path ./.);
|
||||||
inherit buildInputs nativeBuildInputs;
|
inherit buildInputs nativeBuildInputs;
|
||||||
|
|
Loading…
Reference in a new issue