mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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 a new issue