1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

qt-gstreamer: fix build

This commit is contained in:
Robin Gloster 2017-03-30 15:56:08 +02:00
parent 84db2dffe9
commit c47cc7e163
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}