Skip to content

Commit

Permalink
gst-plugins-base: mark as broken
Browse files Browse the repository at this point in the history
This will disable many reverse dependencies. If you need your program to work
you will need to migrate it to the newer gstreamer package.
#39975
  • Loading branch information
FRidh committed Jul 4, 2020
1 parent e1206a2 commit d034a00
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -56,5 +56,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
# https://github.com/NixOS/nixpkgs/pull/91090#issuecomment-653753497
broken = true;
};
}

0 comments on commit d034a00

Please sign in to comment.