epoxy: split the "dev" output
This commit is contained in:
parent
6acaeb3726
commit
0a0e41b083
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0dfkd4xbp7v5gwsf6qwaraz54yzizf3lj5ymyc0msjn0adq3j5yl";
|
sha256 = "0dfkd4xbp7v5gwsf6qwaraz54yzizf3lj5ymyc0msjn0adq3j5yl";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig utilmacros python ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig utilmacros python ];
|
||||||
buildInputs = [ mesa libX11 ];
|
buildInputs = [ mesa libX11 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue