mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
epoxy: split the "dev" output
This commit is contained in:
parent
6acaeb3726
commit
0a0e41b083
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0dfkd4xbp7v5gwsf6qwaraz54yzizf3lj5ymyc0msjn0adq3j5yl";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" ];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig utilmacros python ];
|
||||
buildInputs = [ mesa libX11 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user