mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
parent
a6a9f5f195
commit
fe5391e180
2 changed files with 36 additions and 38 deletions
|
@ -227,7 +227,7 @@ in
|
||||||
ayatana-indicators = runTest ./ayatana-indicators.nix;
|
ayatana-indicators = runTest ./ayatana-indicators.nix;
|
||||||
babeld = runTest ./babeld.nix;
|
babeld = runTest ./babeld.nix;
|
||||||
bazarr = runTest ./bazarr.nix;
|
bazarr = runTest ./bazarr.nix;
|
||||||
bcachefs = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./bcachefs.nix { };
|
bcachefs = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./bcachefs.nix;
|
||||||
beanstalkd = handleTest ./beanstalkd.nix { };
|
beanstalkd = handleTest ./beanstalkd.nix { };
|
||||||
bees = handleTest ./bees.nix { };
|
bees = handleTest ./bees.nix { };
|
||||||
benchexec = handleTest ./benchexec.nix { };
|
benchexec = handleTest ./benchexec.nix { };
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import ./make-test-python.nix (
|
{ pkgs, ... }:
|
||||||
{ pkgs, ... }:
|
{
|
||||||
{
|
|
||||||
name = "bcachefs";
|
name = "bcachefs";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ Madouura ];
|
meta.maintainers = with pkgs.lib.maintainers; [ Madouura ];
|
||||||
|
|
||||||
|
@ -36,5 +35,4 @@ import ./make-test-python.nix (
|
||||||
"udevadm settle",
|
"udevadm settle",
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue