[neon/neon-packaging/corrosion/Neon/unstable] debian: -DRust_CARGO=/usr/bin/cargo-1.80

Carlos De Maine null at kde.org
Wed Apr 16 15:40:27 BST 2025


Git commit 8a092fe8bbc5a04d5721b978c799484130649a51 by Carlos De Maine.
Committed on 16/04/2025 at 14:40.
Pushed by carlosdem into branch 'Neon/unstable'.

-DRust_CARGO=/usr/bin/cargo-1.80

M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/corrosion/-/commit/8a092fe8bbc5a04d5721b978c799484130649a51

diff --git a/debian/rules b/debian/rules
index 079c9f9..4d1c7d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DRust_COMPILER=/usr/bin/rustc-1.80
\ No newline at end of file
+	dh_auto_configure -- -DRust_COMPILER=/usr/bin/rustc-1.80 -DRust_CARGO=/usr/bin/cargo-1.80
\ No newline at end of file


More information about the Neon-commits mailing list