mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
flatpak: add dev output
This commit is contained in:
parent
461ea02544
commit
26f1d1e81b
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.6.1";
|
||||
|
||||
# TODO: split out lib once we figure out what to do with triggerdir
|
||||
outputs = [ "out" "man" "doc" "installedTests" ];
|
||||
outputs = [ "out" "dev" "man" "doc" "installedTests" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/flatpak/flatpak/releases/download/${version}/${pname}-${version}.tar.xz";
|
||||
|
Loading…
Reference in New Issue
Block a user