Merge pull request #47051 from LnL7/darwin-broken-d

broken darwin packages (d)
This commit is contained in:
Daiderd Jordan 2018-09-21 20:15:00 +02:00 committed by GitHub
commit 1a1a5af252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,6 @@ buildGoPackage rec {
license = licenses.asl20;
homepage = https://github.com/docker/libnetwork;
maintainers = with maintainers; [vdemeester];
platforms = docker.meta.platforms;
platforms = platforms.linux;
};
}

View file

@ -78,6 +78,7 @@ in stdenv.mkDerivation rec {
branch = "master";
# x86_32 is an unsupported platform.
# Enable generic build if you really want a JIT-less binary.
broken = stdenv.isDarwin;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/dico/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
platforms = platforms.linux;
longDescription = ''
GNU Dico is a flexible modular implementation of DICT server