flatpak: add dev output
This commit is contained in:
parent
461ea02544
commit
26f1d1e81b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue