mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
geoclue: Split into multiple outputs
This commit is contained in:
parent
e514447063
commit
90e8e0b782
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "15j619kvmdgj2hpma92mkxbzjvgn8147a7500zl3bap9g8bkylqg";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libxml2 gnome2.GConf libxslt glib_networking ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user