mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
movit: Use multiple outputs
This commit is contained in:
parent
55f489eb74
commit
a58f5ffbb9
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0wyl5xl4pkw17pkxsdg8idqvsgm4fxapd0r4dw9wlxw250915nmf";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
GTEST_DIR = "${gtest}";
|
||||
|
||||
propagatedBuildInputs = [ eigen epoxy ];
|
||||
|
Loading…
Reference in New Issue
Block a user