mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
fix eval
This commit is contained in:
parent
e9f3199973
commit
a8c77b6084
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeWrapper
|
makeWrapper
|
||||||
gtk dbus_glib libxfce4ui libxfce4util xfconf
|
gtk dbus_glib libxfce4ui libxfce4util xfconf
|
||||||
taglib libnotify
|
taglib libnotify
|
||||||
] ++ with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav];
|
] ++ (with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav]);
|
||||||
|
|
||||||
configureFlags = [ "--with-gstreamer=1.0" ];
|
configureFlags = [ "--with-gstreamer=1.0" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user