1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00
This commit is contained in:
Domen Kožar 2014-12-04 14:30:18 +01:00
parent bd85d3ea7d
commit fd500f1a92

View file

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
cmakeFlags = "-DUSE_QT_PLUGIN_DIR=OFF -DUSE_GST_PLUGIN_DIR=OFF";
meta = {
platforms = stdenv.platforms.linux;
platforms = stdenv.lib.platforms.linux;
};
}