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
3 changed files with 3 additions and 2 deletions
@@ -24,6 +24,6 @@ buildGoPackage rec {
license = licenses.asl20; license = licenses.asl20;
homepage = https://github.com/docker/libnetwork; homepage = https://github.com/docker/libnetwork;
maintainers = with maintainers; [vdemeester]; maintainers = with maintainers; [vdemeester];
platforms = docker.meta.platforms; platforms = platforms.linux;
}; };
} }
@@ -78,6 +78,7 @@ in stdenv.mkDerivation rec {
branch = "master"; branch = "master";
# x86_32 is an unsupported platform. # x86_32 is an unsupported platform.
# Enable generic build if you really want a JIT-less binary. # Enable generic build if you really want a JIT-less binary.
broken = stdenv.isDarwin;
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
}; };
} }
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/dico/; homepage = http://www.gnu.org/software/dico/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix; platforms = platforms.linux;
longDescription = '' longDescription = ''
GNU Dico is a flexible modular implementation of DICT server GNU Dico is a flexible modular implementation of DICT server