Skip to content

Commit e54a24c

Browse files
nushellPlugins.*: remove broken status
1 parent 16e2b52 commit e54a24c

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

pkgs/shells/nushell/plugins/dbus.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
1919
hash = "sha256-Ga+1zFwS/v+3iKVEz7TFmJjyBW/gq6leHeyH2vjawto=";
2020
};
2121

22-
cargoHash = "sha256-7pD5LA1ytO7VqFnHwgf7vW9eS3olnZBgdsj+rmcHkbU=";
22+
cargoHash = "sha256-/ViKfnC8PVffT0CP0rlN9SlOnFuZOb2U5qwtPZIdhDU=";
2323

2424
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
2525
buildInputs = [ dbus ];
@@ -33,8 +33,5 @@ rustPlatform.buildRustPackage (finalAttrs: {
3333
license = lib.licenses.mit;
3434
maintainers = with lib.maintainers; [ aftix ];
3535
platforms = lib.platforms.linux;
36-
# "Plugin `dbus` is compiled for nushell version 0.101.0, which is not
37-
# compatible with version 0.105.1"
38-
broken = true;
3936
};
4037
})

pkgs/shells/nushell/plugins/net.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
1717
hash = "sha256-HiNydU40FprxVmRRZtnXom2kFYI04mbeuGTq8+BMh7o=";
1818
};
1919

20-
cargoHash = "sha256-tq0XqY2B7tC2ep8vH6T3nkAqxqhniqzYnhbkfB3SbHU=";
20+
cargoHash = "sha256-ZIyWsA7WFX/NeSSEd8Nkp2tWehT/nih+FSs3UTs8jZo=";
2121

2222
nativeBuildInputs = lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
2323

@@ -32,8 +32,5 @@ rustPlatform.buildRustPackage (finalAttrs: {
3232
license = lib.licenses.mit;
3333
maintainers = with lib.maintainers; [ happysalada ];
3434
mainProgram = "nu_plugin_net";
35-
# "Plugin `net` is compiled for nushell version 0.104.0, which is not
36-
# compatible with version 0.105.1"
37-
broken = true;
3835
};
3936
})

pkgs/shells/nushell/plugins/units.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
1818
hash = "sha256-4donh0UlBbaEwgDxUECKTPWGLuAc9KUmrRty2Ob7ZMA=";
1919
};
2020

21-
cargoHash = "sha256-MjalDrjJTAHay9zcPhA8br2tOkkIzE4etL+yF5MKetY=";
21+
cargoHash = "sha256-8/ubL2s49y8mqXFJBs9gA0U889k8Bx6UfAy77jJx6TM=";
2222

2323
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
2424

0 commit comments

Comments
 (0)