3
0
Fork 0
forked from mirrors/nixpkgs

epoxy: split the "dev" output

This commit is contained in:
Vladimír Čunát 2015-10-07 22:52:16 +02:00
parent 6acaeb3726
commit 0a0e41b083

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
sha256 = "0dfkd4xbp7v5gwsf6qwaraz54yzizf3lj5ymyc0msjn0adq3j5yl";
};
outputs = [ "dev" "out" ];
nativeBuildInputs = [ autoreconfHook pkgconfig utilmacros python ];
buildInputs = [ mesa libX11 ];