uutils-{hostname, login, tar, procps, acl, util-linux}: use workspace (#491641)

This commit is contained in:
Vladimír Čunát
2026-02-26 22:13:28 +00:00
committed by GitHub
6 changed files with 12 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-p0JDeNLKkjmGsZ9fF/9Xm+0pc00pzY8pgWb4B82D6vE=";
cargoBuildFlags = [ "--workspace" ];
checkFlags = [
# Operation not supported
"--skip=common::util::tests::test_compare_xattrs"
@@ -18,6 +18,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-gt1cC06Viu0trXL1+0/EToybSAJwFL3KVSltqUtpGj0=";
cargoBuildFlags = [ "--package uu_hostname" ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
+2
View File
@@ -18,6 +18,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-iCS3n7nd5qVjTcMoTubQFl15ZY2cf0w91OBqtckNb44=";
cargoBuildFlags = [ "--workspace" ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
@@ -21,6 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-QWz6Hr3nuE4ZIMM81pR4K2bjefWV5mlnu/HYcHDwToE=";
cargoBuildFlags = [ "--workspace" ];
nativeBuildInputs = [
pkg-config
writableTmpDirAsHomeHook
+2
View File
@@ -18,6 +18,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-s8BHAfc6L0RyK8xX8C2exjjOUAULt1xnrSkt4T/qruE=";
cargoBuildFlags = [ "--workspace" ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
@@ -42,6 +42,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
export NIX_LDFLAGS="$NIX_LDFLAGS -lsmartcols -lmount"
'';
cargoBuildFlags = [ "--workspace" ];
checkFlags = [
# Operation not supported
"--skip=common::util::tests::test_compare_xattrs"