Merge pull request #39312 from Mic92/rdf4store

rdf4store: mark as broken
This commit is contained in:
Michael Raskin
2018-04-21 21:54:38 +00:00
committed by GitHub
+1
View File
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
homepage = https://4store.danielknoell.de/; homepage = https://4store.danielknoell.de/;
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.linux; platforms = platforms.linux;
broken = true; # since 2018-04-11
}; };
} }