tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mucommander: unbreak on darwin
since #105784 is fixed now
Pavol Rusnak
4 years ago
08b86004
b6312861
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
mucommander
default.nix
-3
pkgs/applications/misc/mucommander/default.nix
···
81
description = "Cross-platform file manager";
82
license = licenses.gpl3;
83
maintainers = with maintainers; [ volth ];
84
-
# build is broken on MacOS
85
-
# https://github.com/NixOS/nixpkgs/pull/105784
86
-
broken = stdenv.isDarwin;
87
platforms = platforms.all;
88
};
89
}
···
81
description = "Cross-platform file manager";
82
license = licenses.gpl3;
83
maintainers = with maintainers; [ volth ];
0
0
0
84
platforms = platforms.all;
85
};
86
}