mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #3043 from cstrahan/bzr-darwin
enable bazaar on darwin
This commit is contained in:
commit
ad58665e98
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = http://bazaar-vcs.org/;
|
||||
description = "A distributed version control system that Just Works";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue