mplayer: fix on darwin

This commit is contained in:
Matthew Bauer
2016-09-14 12:51:47 -05:00
parent 1781e95577
commit 85f2c3ebc9
2 changed files with 16 additions and 7 deletions
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
})
];
buildInputs = stdenv.lib.optional stdenv.isDarwin [
propagatedBuildInputs = stdenv.lib.optionals stdenv.isDarwin [
Carbon
IOKit
];