fix eval
This commit is contained in:
parent
bd85d3ea7d
commit
fd500f1a92
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user